Searched defs:sendCommand (Results 1 - 11 of 11) sorted by relevance

/frameworks/av/media/libstagefright/omx/
H A DSimpleSoftOMXComponent.cpp57 OMX_ERRORTYPE SimpleSoftOMXComponent::sendCommand( function in class:android::SimpleSoftOMXComponent
H A DSoftOMXComponent.cpp120 return me->sendCommand(cmd, param, data);
259 OMX_ERRORTYPE SoftOMXComponent::sendCommand( function in class:android::SoftOMXComponent
H A DOMX.cpp280 status_t OMX::sendCommand( function in class:android::OMX
282 return findInstance(node)->sendCommand(cmd, param);
H A DOMXNodeInstance.cpp161 sendCommand(OMX_CommandStateSet, OMX_StateIdle);
187 sendCommand(OMX_CommandStateSet, OMX_StateLoaded);
239 status_t OMXNodeInstance::sendCommand( function in class:android::OMXNodeInstance
/frameworks/av/camera/
H A DCamera.cpp230 status_t Camera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) function in class:android::Camera
232 ALOGV("sendCommand");
235 return c->sendCommand(cmd, arg1, arg2);
H A DICamera.cpp224 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) function in class:android::BpCamera
226 ALOGV("sendCommand");
376 reply->writeInt32(sendCommand(command, arg1, arg2));
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp47 virtual status_t sendCommand(
221 status_t MuxOMX::sendCommand( function in class:android::MuxOMX
223 return getOMX(node)->sendCommand(node, cmd, param);
/frameworks/av/media/libmedia/
H A DIOMX.cpp121 virtual status_t sendCommand( function in class:android::BpOMX
531 reply->writeInt32(sendCommand(node, cmd, param));
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp594 status_t CameraClient::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { function in class:android::CameraClient
595 LOG1("sendCommand (pid %d)", getCallingPid());
634 return mHardware->sendCommand(cmd, arg1, arg2);
H A DCamera2Client.cpp1238 status_t Camera2Client::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { function in class:android::Camera2Client
H A DCameraHardwareInterface.h404 status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) function in class:android::CameraHardwareInterface

Completed in 223 milliseconds