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.cpp146 sendCommand(OMX_CommandStateSet, OMX_StateIdle);
172 sendCommand(OMX_CommandStateSet, OMX_StateLoaded);
224 status_t OMXNodeInstance::sendCommand( function in class:android::OMXNodeInstance
/frameworks/av/camera/
H A DCamera.cpp322 status_t Camera::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) function in class:android::Camera
324 ALOGV("sendCommand");
327 return c->sendCommand(cmd, arg1, arg2);
H A DICamera.cpp236 virtual status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) function in class:android::BpCamera
238 ALOGV("sendCommand");
394 reply->writeInt32(sendCommand(command, arg1, arg2));
/frameworks/av/media/libmedia/
H A DIOMX.cpp119 virtual status_t sendCommand( function in class:android::BpOMX
490 reply->writeInt32(sendCommand(node, cmd, param));
/frameworks/av/media/libstagefright/
H A DOMXClient.cpp47 virtual status_t sendCommand(
215 status_t MuxOMX::sendCommand( function in class:android::MuxOMX
217 return getOMX(node)->sendCommand(node, cmd, param);
/frameworks/av/services/camera/libcameraservice/
H A DCameraClient.cpp588 status_t CameraClient::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { function in class:android::CameraClient
589 LOG1("sendCommand (pid %d)", getCallingPid());
628 return mHardware->sendCommand(cmd, arg1, arg2);
H A DCamera2Client.cpp1151 status_t Camera2Client::sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) { function in class:android::Camera2Client
H A DCameraHardwareInterface.h409 status_t sendCommand(int32_t cmd, int32_t arg1, int32_t arg2) function in class:android::CameraHardwareInterface

Completed in 1288 milliseconds