Searched refs:sendCommand (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish-opengl/system/codecs/omx/plugin/ |
D | GoldfishOMXComponent.cpp | 124 return me->sendCommand(cmd, param, data); in SendCommandWrapper() 263 OMX_ERRORTYPE GoldfishOMXComponent::sendCommand( in sendCommand() function in android::GoldfishOMXComponent
|
D | SimpleGoldfishOMXComponent.h | 115 virtual OMX_ERRORTYPE sendCommand(
|
D | GoldfishOMXComponent.h | 55 virtual OMX_ERRORTYPE sendCommand(
|
D | SimpleGoldfishOMXComponent.cpp | 57 OMX_ERRORTYPE SimpleGoldfishOMXComponent::sendCommand( in sendCommand() function in android::SimpleGoldfishOMXComponent
|
/device/generic/goldfish/camera/ |
D | EmulatedCamera.h | 260 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2);
|
D | EmulatedCamera.cpp | 745 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/ |
D | EmulatedCamera.h | 260 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2);
|
D | EmulatedCamera.cpp | 540 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()
|