Home
last modified time | relevance | path

Searched refs:sendCmd (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/sensorhal/
Dhubconnection.cpp479 ssize_t HubConnection::sendCmd(const void *buf, size_t count) in sendCmd() function in android::HubConnection
514 ret = sendCmd(cmd, sizeof(*cmd) + sizeof(bool)); in setLeftyMode()
524 ret = sendCmd(cmd, sizeof(*cmd) + sizeof(bool)); in setLeftyMode()
534 ret = sendCmd(cmd, sizeof(*cmd) + sizeof(bool)); in setLeftyMode()
1013 int ret = sendCmd(&cmd, sizeof(cmd)); in restoreSensorState()
1022 int ret = sendCmd(&cmd, sizeof(cmd)); in restoreSensorState()
1608 ret = sendCmd(&cmd, sizeof(cmd)); in queueActivate()
1638 ret = sendCmd(&cmd, sizeof(cmd)); in queueSetDelay()
1670 ret = sendCmd(&cmd, sizeof(cmd)); in queueBatch()
1716 ret = sendCmd(&cmd, sizeof(cmd)); in queueFlushInternal()
[all …]
Dhubconnection.h279 ssize_t sendCmd(const void *buf, size_t count);
/device/google/contexthub/util/nanoapp_cmd/
Dnanoapp_cmd.c353 bool sendCmd(uint8_t cmd, uint64_t appId) in sendCmd() function
392 if (sendCmd(cmd, appId)) in halCmd()
408 if (sendCmd(NANOHUB_HAL_EXT_APP_DELETE, appsToUninstall[i])) in removeApps()