Home
last modified time | relevance | path

Searched defs:sendCommand (Results 1 – 4 of 4) sorted by relevance

/hardware/google/aemu/host-common/
Dgoldfish_sync.cpp88 static void sendCommand(uint32_t cmd, in sendCommand() function
/hardware/interfaces/audio/effect/all-versions/default/
DEffect.cpp612 Result Effect::sendCommand(int commandCode, const char* commandName) { in sendCommand() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
616 Result Effect::sendCommand(int commandCode, const char* commandName, uint32_t size, void* data) { in sendCommand() function in android::hardware::audio::effect::CPP_VERSION::implementation::Effect
/hardware/interfaces/camera/device/1.0/default/
DCameraDevice.cpp992 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/qcom/camera/msm8998/QCamera2/HAL/
DQCamera2HWI.cpp6128 int QCamera2HardwareInterface::sendCommand(int32_t command, in sendCommand() function in qcamera::QCamera2HardwareInterface