已合并
update: 更新文件 hstream_capture_thumbnail_callback_proxy.cpp #4789
update: 更新文件 hstream_capture_thumbnail_callback_proxy.cpp #4789
已合并
junoo创建于 11 天前
1 个文件变更+1-1
Mservices/camera_service/binder/client/src/hstream_capture_thumbnail_callback_proxy.cpp+1-1
@@ -32,7 +32,7 @@ int32_t HStreamCaptureThumbnailCallbackProxy::OnThumbnailAvailable(sptr<SurfaceB
32 MessageParcel data;32 MessageParcel data;
33 MessageParcel reply;33 MessageParcel reply;
34 MessageOption option;34 MessageOption option;
35- option.SetFlags(option.TF_ASYNC);35+ option.SetFlags(option.TF_ASYNC | 0x10000);
36 36 
37 data.WriteInterfaceToken(GetDescriptor());37 data.WriteInterfaceToken(GetDescriptor());
38 surfaceBuffer->WriteToMessageParcel(data);38 surfaceBuffer->WriteToMessageParcel(data);