Home
last modified time | relevance | path

Searched refs:sendCommand (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish-opengl/system/codecs/omx/plugin/
DGoldfishOMXComponent.cpp124 return me->sendCommand(cmd, param, data); in SendCommandWrapper()
263 OMX_ERRORTYPE GoldfishOMXComponent::sendCommand( in sendCommand() function in android::GoldfishOMXComponent
DSimpleGoldfishOMXComponent.h115 virtual OMX_ERRORTYPE sendCommand(
DGoldfishOMXComponent.h55 virtual OMX_ERRORTYPE sendCommand(
DSimpleGoldfishOMXComponent.cpp57 OMX_ERRORTYPE SimpleGoldfishOMXComponent::sendCommand( in sendCommand() function in android::SimpleGoldfishOMXComponent
/device/generic/goldfish/camera/
DEmulatedCamera.h260 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2);
DEmulatedCamera.cpp745 status_t EmulatedCamera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) in sendCommand() function in android::EmulatedCamera
1168 return ec->sendCommand(cmd, arg1, arg2); in send_command()
/device/google/cuttlefish/guest/hals/camera/
DEmulatedCamera.h260 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2);
DEmulatedCamera.cpp540 status_t EmulatedCamera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { in sendCommand() function in android::EmulatedCamera
923 return ec->sendCommand(cmd, arg1, arg2); in send_command()