Home
last modified time | relevance | path

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

/hardware/interfaces/audio/effect/2.0/default/
DEffect.cpp421 Result Effect::sendCommand(int commandCode, const char* commandName) { in sendCommand() function in android::hardware::audio::effect::V2_0::implementation::Effect
422 return sendCommand(commandCode, commandName, 0, NULL); in sendCommand()
425 Result Effect::sendCommand( in sendCommand() function in android::hardware::audio::effect::V2_0::implementation::Effect
522 return sendCommand(EFFECT_CMD_RESET, "RESET"); in reset()
535 return sendCommand(EFFECT_CMD_SET_DEVICE, "SET_DEVICE", sizeof(uint32_t), &halDevice); in setDevice()
559 return sendCommand( in volumeChangeNotification()
566 return sendCommand( in setAudioMode()
580 return sendCommand( in setInputDevice()
639 return sendCommand( in setAudioSource()
DEffect.h244 Result sendCommand(int commandCode, const char* commandName);
245 Result sendCommand(int commandCode, const char* commandName, uint32_t size, void* data);
/hardware/interfaces/media/omx/1.0/vts/functional/component/
DVtsHalMediaOmxV1_0TargetComponentTest.cpp765 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_F()
770 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_F()
779 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_F()
787 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_F()
792 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in TEST_F()
826 omxNode->sendCommand(toRawCommandType(OMX_CommandPortDisable), i); in TEST_F()
836 status = omxNode->sendCommand( in TEST_F()
894 omxNode->sendCommand(toRawCommandType(OMX_CommandPortDisable), i); in TEST_F()
929 status = omxNode->sendCommand( in TEST_F()
1006 omxNode->sendCommand(toRawCommandType(OMX_CommandPortDisable), i); in TEST_F()
[all …]
/hardware/interfaces/media/omx/1.0/vts/functional/common/
Dmedia_hidl_test_common.cpp160 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in changeStateLoadedtoIdle()
201 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in changeStateIdletoLoaded()
242 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in changeStateIdletoExecute()
265 status = omxNode->sendCommand(toRawCommandType(OMX_CommandStateSet), in changeStateExecutetoIdle()
373 status = omxNode->sendCommand(toRawCommandType(OMX_CommandFlush), in flushPorts()
388 status = omxNode->sendCommand(toRawCommandType(OMX_CommandFlush), in flushPorts()
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice_1_0.h106 Return<Status> sendCommand(CommandType cmd, int32_t arg1, int32_t arg2) override;
DCameraDevice.cpp971 Return<Status> CameraDevice::sendCommand(CommandType cmd, int32_t arg1, int32_t arg2) { in sendCommand() function in android::hardware::camera::device::V1_0::implementation::CameraDevice
/hardware/interfaces/media/omx/1.0/
DIOmxNode.hal54 sendCommand(
/hardware/interfaces/camera/provider/2.4/vts/functional/
DVtsHalCameraProviderV2_4TargetTest.cpp1468 Return<Status> returnStatus = device1->sendCommand( in TEST_F()
1474 returnStatus = device1->sendCommand( in TEST_F()
1482 Return<Status> returnStatus = device1->sendCommand( in TEST_F()
1488 returnStatus = device1->sendCommand( in TEST_F()
1536 Return<Status> returnStatus = device1->sendCommand( in TEST_F()
1541 returnStatus = device1->sendCommand(CommandType::STOP_SMOOTH_ZOOM, in TEST_F()
/hardware/interfaces/media/omx/1.0/vts/functional/audio/
DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp490 status = omxNode->sendCommand(toRawCommandType(OMX_CommandPortDisable), in portReconfiguration()
535 status = omxNode->sendCommand( in portReconfiguration()
/hardware/interfaces/camera/device/1.0/
Dtypes.hal107 * ICameraDevice@1.0::sendCommand()
DICameraDevice.hal410 sendCommand(CommandType cmd, int32_t arg1, int32_t arg2)
/hardware/interfaces/media/omx/1.0/vts/functional/video/
DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp484 status = omxNode->sendCommand( in portReconfiguration()
523 status = omxNode->sendCommand( in portReconfiguration()