Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/base/include/
H A Dcamera_service_ipc_interface_code.h176 CAMERA_STREAM_CAPTURE_SET_CALLBACK, enumerator
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/server/src/
H A Dhstream_capture_stub.cpp43 case static_cast<uint32_t>(StreamCaptureInterfaceCode::CAMERA_STREAM_CAPTURE_SET_CALLBACK): in OnRemoteRequest()
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/streamcapturestub_fuzzer/
H A Dstream_capture_stub_fuzzer.cpp131 Request(data, reply, option, StreamCaptureInterfaceCode::CAMERA_STREAM_CAPTURE_SET_CALLBACK); in Test_OnRemoteRequest()
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/binder/client/src/
H A Dhstream_capture_proxy.cpp110 …static_cast<uint32_t>(StreamCaptureInterfaceCode::CAMERA_STREAM_CAPTURE_SET_CALLBACK), data, reply… in SetCallback()