Home
last modified time | relevance | path

Searched refs:COMMAND_RESTORE_VIDEO (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/include/
H A Ddeferred_video_processing_session_stub.h38 static constexpr int32_t COMMAND_RESTORE_VIDEO = MIN_TRANSACTION_ID + 4; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/include/
H A Ddeferred_video_processing_session_proxy.h58 static constexpr int32_t COMMAND_RESTORE_VIDEO = MIN_TRANSACTION_ID + 4; variable
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/server/src/
H A Ddeferred_video_processing_session_stub.cpp74 case COMMAND_RESTORE_VIDEO: { in OnRemoteRequest()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/binder/client/src/
H A Ddeferred_video_processing_session_proxy.cpp168 int32_t result = remote->SendRequest(COMMAND_RESTORE_VIDEO, data, reply, option); in RestoreVideo()