Searched refs:msg (Results 101 - 125 of 198) sorted by relevance

12345678

/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.h124 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...);
125 void psb__trace_message(const char *msg, ...);
/hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
H A DLCML_DspCodec.h78 #define DSP_ERROR_EXIT(err, msg, label) \
81 printf("Error: %s : Err Num = %lx", msg, err); \
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp225 LocEngInformNiResponse *msg = NULL; local
228 msg = new LocEngInformNiResponse(adapter,
238 if (NULL != msg) {
239 adapter->sendMsg(msg);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwificonfig.cpp65 ALOGE("wifi_extended_dtim_config_set: failed to create NL msg. "
94 /* Send the NL msg. */
138 ALOGE("wifi_set_country_code: failed to create NL msg. Error:%d", ret);
147 /* Send the NL msg. */
188 "create NL msg. Error:%d", ret);
216 /* Send the NL msg. */
256 ALOGE("wifi_set_guard_time: failed to create NL msg. Error:%d", ret);
282 /* Send the NL msg. */
317 /* Insert the oui in the msg */
321 /* Insert the subcmd in the msg */
354 ack_handler_wifi_config(struct nl_msg *msg, void *arg) argument
365 finish_handler_wifi_config(struct nl_msg *msg, void *arg) argument
[all...]
H A Dcpp_bindings.h33 WifiEvent(nl_msg *msg) { argument
34 mMsg = msg;
377 static int response_handler(struct nl_msg *msg, void *arg);
379 static int event_handler(struct nl_msg *msg, void *arg);
382 static int valid_handler(struct nl_msg *msg, void *arg);
384 static int ack_handler(struct nl_msg *msg, void *arg);
386 static int finish_handler(struct nl_msg *msg, void *arg);
/hardware/libhardware_legacy/include/hardware_legacy/
H A Dwifi_nan.h1584 NanEnableRequest* msg);
1593 NanPublishRequest* msg);
1598 NanPublishCancelRequest* msg);
1603 NanSubscribeRequest* msg);
1608 NanSubscribeCancelRequest* msg);
1613 NanTransmitFollowupRequest* msg);
1618 NanStatsRequest* msg);
1623 NanConfigRequest* msg);
1628 NanTCARequest* msg);
1638 NanBeaconSdfPayloadRequest* msg);
[all...]
/hardware/ti/omap4-aah/security/tf_daemon/
H A Dlib_manifest2.c39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__)
40 static void log_error(const char* msg, ...) argument
43 va_start(arg_list, msg);
44 exosTraceVPrintf("LIB_MANIFEST2", EXOS_TRACE_ORG_APPLI, K_PRINT_ERROR_LOG, msg, &arg_list);
/hardware/ti/omap4xxx/security/tf_daemon/
H A Dlib_manifest2.c39 #define LOG_ERROR(pContext, msg, ...) log_error("%s - line %d: " msg, pContext->pManifestName, pContext->nLine, __VA_ARGS__)
40 static void log_error(const char* msg, ...) argument
43 va_start(arg_list, msg);
44 exosTraceVPrintf("LIB_MANIFEST2", EXOS_TRACE_ORG_APPLI, K_PRINT_ERROR_LOG, msg, &arg_list);
/hardware/broadcom/wlan/bcmdhd/wifi_hal/
H A Dcpp_bindings.cpp578 static int no_seq_check(struct nl_msg *msg, void *arg) argument
676 int WifiCommand::response_handler(struct nl_msg *msg, void *arg) { argument
679 WifiEvent reply(msg);
690 int WifiCommand::event_handler(struct nl_msg *msg, void *arg) { argument
692 WifiEvent event(msg);
706 int WifiCommand::valid_handler(struct nl_msg *msg, void *arg) { argument
713 int WifiCommand::ack_handler(struct nl_msg *msg, void *arg) { argument
720 int WifiCommand::finish_handler(struct nl_msg *msg, void *arg) { argument
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc.h41 typedef MIX_RESULT (*MixVideoFmtEncGetCapsFunc)(MixVideoFormatEnc *mix, GString *msg);
156 MIX_RESULT mix_videofmtenc_getcaps(MixVideoFormatEnc *mix, GString *msg);
H A Dmixvideoformat.c18 GString *msg);
174 GString *msg) {
339 MIX_RESULT mix_videofmt_getcaps(MixVideoFormat *mix, GString *msg) { argument
343 return klass->getcaps(mix, msg);
173 mix_videofmt_getcaps_default(MixVideoFormat *mix, GString *msg) argument
H A Dmixvideoformat_h264.h90 MIX_RESULT mix_videofmt_h264_getcaps(MixVideoFormat *mix, GString *msg);
H A Dmixvideoformat_mp42.h95 MIX_RESULT mix_videofmt_mp42_getcaps(MixVideoFormat *mix, GString *msg);
H A Dmixvideoformat_vc1.h94 MIX_RESULT mix_videofmt_vc1_getcaps(MixVideoFormat *mix, GString *msg);
H A Dmixvideoformatenc_mpeg4.h116 MIX_RESULT mix_videofmtenc_mpeg4_getcaps(MixVideoFormatEnc *mix, GString *msg);
H A Dmixvideoformatenc_preview.h115 MIX_RESULT mix_videofmtenc_preview_getcaps(MixVideoFormatEnc *mix, GString *msg);
/hardware/libhardware/modules/sensors/tests/
H A DSensorEventQueue_test.cpp35 bool checkInt(char* msg, int expected, int actual) { argument
37 printf("%s; expected %d; actual was %d\n", msg, expected, actual);
/hardware/akm/AK8975_FS/libsensors/
H A Dsensors.cpp311 char msg; local
312 int result = read(mPollFds[wake].fd, &msg, 1);
314 ALOGE_IF(msg != WAKE_MESSAGE, "unknown message on wake queue (0x%02x)", int(msg));
/hardware/bsp/intel/peripheral/libupm/src/lcd/
H A Dlcm1602.h104 * @param msg std::string to write to the display; note: only ASCII
108 mraa::Result write(std::string msg);
/hardware/bsp/intel/peripheral/libupm/src/st7735/
H A Dgfx.h99 * @param msg Message to print
101 void print (std::string msg);
/hardware/qcom/gps/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp243 LocEngInformNiResponse *msg = NULL; local
248 msg = new LocEngInformNiResponse(adapter,
262 if (NULL != msg) {
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
/hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp243 LocEngInformNiResponse *msg = NULL; local
248 msg = new LocEngInformNiResponse(adapter,
262 if (NULL != msg) {
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
/hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp243 LocEngInformNiResponse *msg = NULL; local
248 msg = new LocEngInformNiResponse(adapter,
262 if (NULL != msg) {
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
/hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp243 LocEngInformNiResponse *msg = NULL; local
248 msg = new LocEngInformNiResponse(adapter,
262 if (NULL != msg) {
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);
/hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
H A Dloc_eng_ni.cpp243 LocEngInformNiResponse *msg = NULL; local
248 msg = new LocEngInformNiResponse(adapter,
262 if (NULL != msg) {
263 LOC_LOGD("ni_thread_proc: adapter->sendMsg(msg)\n");
264 adapter->sendMsg(msg);

Completed in 1016 milliseconds

12345678