Home
last modified time | relevance | path

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

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp252 inline void Max_LCD::command(uint8_t value) { in command() function in Max_LCD
/device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DDemoKitActivity.java352 public void sendCommand(byte command, byte target, int value) { in sendCommand()
/device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
DSEC_OMX_Basecomponent.c736 SEC_OMX_MESSAGE *command = (SEC_OMX_MESSAGE *)SEC_OSAL_Malloc(sizeof(SEC_OMX_MESSAGE)); in SEC_OMX_CommandQueue() local
/device/samsung/crespo/libcamera/
DSecCameraHWInterface.cpp2232 status_t CameraHardwareSec::sendCommand(int32_t command, int32_t arg1, int32_t arg2) in sendCommand()