Searched refs:msg (Results 76 - 100 of 264) sorted by relevance

1234567891011

/hardware/qcom/display/msm8996/libqservice/
H A DIQHDMIClient.h43 virtual void onCECMessageRecieved(char *msg, ssize_t len) = 0;
/hardware/qcom/display/msm8998/hdmi_cec/
H A DQHDMIClient.h46 virtual void onCECMessageRecieved(char *msg, ssize_t len);
H A Dqhdmi_cec.h70 void cec_receive_message(cec_context_t *ctx, char *msg, ssize_t len);
/hardware/qcom/display/msm8998/libqservice/
H A DIQHDMIClient.h43 virtual void onCECMessageRecieved(char *msg, ssize_t len) = 0;
/hardware/qcom/gps/core/
H A DLocAdapterBase.h64 inline void sendMsg(const LocMsg* msg) const {
65 mMsgTask->sendMsg(msg);
68 inline void sendMsg(const LocMsg* msg) { argument
69 mMsgTask->sendMsg(msg);
/hardware/qcom/gps/msm8909/core/
H A DLocAdapterBase.h64 inline void sendMsg(const LocMsg* msg) const {
65 mMsgTask->sendMsg(msg);
68 inline void sendMsg(const LocMsg* msg) { argument
69 mMsgTask->sendMsg(msg);
/hardware/qcom/gps/msm8909/utils/
H A DMsgTask.h52 void sendMsg(const LocMsg* msg) const;
/hardware/qcom/gps/msm8909w_3100/utils/
H A DMsgTask.h52 void sendMsg(const LocMsg* msg) const;
/hardware/qcom/gps/msm8960/core/
H A DMsgTask.h54 void sendMsg(const LocMsg* msg) const;
/hardware/qcom/gps/msm8994/core/
H A DLocAdapterBase.h64 inline void sendMsg(const LocMsg* msg) const {
65 mMsgTask->sendMsg(msg);
68 inline void sendMsg(const LocMsg* msg) { argument
69 mMsgTask->sendMsg(msg);
/hardware/qcom/gps/msm8996/core/
H A DLocAdapterBase.h64 inline void sendMsg(const LocMsg* msg) const {
65 mMsgTask->sendMsg(msg);
68 inline void sendMsg(const LocMsg* msg) { argument
69 mMsgTask->sendMsg(msg);
/hardware/qcom/gps/msm8996/utils/
H A DMsgTask.h52 void sendMsg(const LocMsg* msg) const;
/hardware/qcom/gps/msm8998/utils/
H A DMsgTask.h52 void sendMsg(const LocMsg* msg) const;
/hardware/qcom/wlan/qcwcn/wcnss-service/
H A Dwcnss_service.c365 char msg[WCNSS_MAX_CMD_LEN]; local
381 msg[pos++] = WCNSS_USR_WLAN_MAC_ADDR >> BYTE_1;
382 msg[pos++] = WCNSS_USR_WLAN_MAC_ADDR >> BYTE_0;
383 msg[pos++] = wlan_nv_mac_addr[0];
384 msg[pos++] = wlan_nv_mac_addr[1];
385 msg[pos++] = wlan_nv_mac_addr[2];
386 msg[pos++] = wlan_nv_mac_addr[3];
387 msg[pos++] = wlan_nv_mac_addr[4];
388 msg[pos++] = wlan_nv_mac_addr[5];
393 if (write(fd, msg, po
[all...]
/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_sms.cpp26 GsmSmsMessage msg; local
27 msg.smscPdu = "";
28 msg.pdu = "01000b916105770203f3000006d4f29c3e9b01";
30 radio->sendSms(serial, msg);
50 GsmSmsMessage msg; local
51 msg.smscPdu = "";
52 msg.pdu = "01000b916105770203f3000006d4f29c3e9b01";
54 radio->sendSMSExpectMore(serial, msg);
210 ImsSmsMessage msg; local
211 msg
[all...]
/hardware/qcom/display/msm8084/libqservice/
H A DQService.cpp79 void QService::onCECMessageReceived(char *msg, ssize_t len) { argument
82 mHDMIClient->onCECMessageRecieved(msg, len);
/hardware/qcom/display/msm8960/libhwcomposer/
H A Dhwc_qclient.cpp53 status_t QClient::notifyCallback(uint32_t msg, uint32_t value) { argument
54 switch(msg) {
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dnan_cert.h189 NanStaParameter* msg);
193 NanDebugParams msg,
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_hal.h125 void wifi_get_error_info(wifi_error err, const char **msg); // return a pointer to a static string
385 NanEnableRequest* msg);
390 NanPublishRequest* msg);
393 NanPublishCancelRequest* msg);
396 NanSubscribeRequest* msg);
399 NanSubscribeCancelRequest* msg);
402 NanTransmitFollowupRequest* msg);
405 NanStatsRequest* msg);
408 NanConfigRequest* msg);
411 NanTCARequest* msg);
[all...]
/hardware/interfaces/camera/device/3.2/default/
H A Dconvert.cpp121 dst->msg.error.frameNumber = src->message.error.frame_number;
122 dst->msg.error.errorStreamId = (stream != nullptr) ? stream->mId : -1;
123 dst->msg.error.errorCode = (ErrorCode) src->message.error.error_code;
127 dst->msg.shutter.frameNumber = src->message.shutter.frame_number;
128 dst->msg.shutter.timestamp = src->message.shutter.timestamp;
131 ALOGE("%s: HIDL type converion failed. Unknown msg type 0x%x",
/hardware/qcom/msm8998/json-c/
H A Dprintbuf.c153 int sprintbuf(struct printbuf *p, const char *msg, ...) argument
161 va_start(ap, msg);
162 size = vsnprintf(buf, 128, msg, ap);
169 va_start(ap, msg);
170 if((size = vasprintf(&t, msg, ap)) < 0) { va_end(ap); return -1; }
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.h33 WifiEvent(nl_msg *msg) { argument
34 mMsg = msg;
349 static int response_handler(struct nl_msg *msg, void *arg);
351 static int event_handler(struct nl_msg *msg, void *arg);
354 static int valid_handler(struct nl_msg *msg, void *arg);
356 static int ack_handler(struct nl_msg *msg, void *arg);
358 static int finish_handler(struct nl_msg *msg, void *arg);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3RawSnapshotTest.cpp151 buffer_thread_msg_t msg; local
162 memset(&msg, 0, sizeof(buffer_thread_msg_t));
163 msg.stop_thread = 1;
164 write(pfd[1], &msg, sizeof(buffer_thread_msg_t));
235 buffer_thread_msg_t msg; local
236 nread = read(pollfds.fd, &msg, sizeof(buffer_thread_msg_t));
240 if (msg.stop_thread) {
H A DQCameraHAL3SnapshotTest.cpp151 buffer_thread_msg_t msg; local
160 memset(&msg, 0, sizeof(buffer_thread_msg_t));
161 msg.stop_thread = 1;
162 write(pfd[1], &msg, sizeof(buffer_thread_msg_t));
226 buffer_thread_msg_t msg; local
227 nread = read(pollfds.fd, &msg, sizeof(buffer_thread_msg_t));
231 if (msg.stop_thread) {
/hardware/interfaces/contexthub/1.0/default/
H A DContexthub.h41 const ContextHubMsg &msg) override;
98 const uint8_t *msg,
108 bool setOsAppAsDestination(hub_message_t *msg, int hubId);

Completed in 3280 milliseconds

1234567891011