Searched refs:msg (Results 176 - 200 of 264) sorted by relevance

1234567891011

/hardware/interfaces/usb/1.0/default/
H A DUsb.cpp320 char msg[UEVENT_MSG_LEN + 2]; local
324 n = uevent_kernel_multicast_recv(payload->uevent_fd, msg, UEVENT_MSG_LEN);
330 msg[n] = '\0';
331 msg[n + 1] = '\0';
332 cp = msg;
/hardware/intel/img/psb_video/src/
H A Dpsb_drv_debug.c306 void drv_debug_msg(DEBUG_LEVEL debug_level, const char *msg, ...) argument
312 va_start(args, msg);
316 __android_log_vprint(ANDROID_LOG_ERROR, tag, msg, args);
321 va_start(args, msg);
328 __android_log_vprint(ANDROID_LOG_DEBUG, tag, msg, args);
343 va_start(args, msg);
344 vfprintf(psb_video_debug_fp, msg, args);
576 void psb__trace_message(const char *msg, ...) argument
581 if ((psb_video_trace_option & PRINT_TO_LOGCAT) && msg) {
582 va_start(args, msg);
[all...]
/hardware/interfaces/camera/device/3.4/default/
H A DCameraDeviceSession.cpp522 const camera3_notify_msg *msg) {
526 V3_2::implementation::convertToHidl(msg, &hidlMsg);
529 hidlMsg.msg.error.errorStreamId != -1) {
530 if (d->mStreamMap.count(hidlMsg.msg.error.errorStreamId) != 1) {
532 __FUNCTION__, hidlMsg.msg.error.errorStreamId);
538 switch (hidlMsg.msg.error.errorCode) {
544 hidlMsg.msg.error.frameNumber);
547 hidlMsg.msg.error.frameNumber);
551 hidlMsg.msg.error.frameNumber);
554 hidlMsg.msg
520 sNotify_3_4( const camera3_callback_ops *cb, const camera3_notify_msg *msg) argument
[all...]
/hardware/google/av/media/sfplugin/
H A DC2OMXNode.h76 status_t dispatchMessage(const omx_message &msg) override;
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformatenc.c16 GString *msg);
162 GString *msg) {
426 MIX_RESULT mix_videofmtenc_getcaps(MixVideoFormatEnc *mix, GString *msg) { argument
432 return klass->getcaps(mix, msg);
161 mix_videofmtenc_getcaps_default(MixVideoFormatEnc *mix, GString *msg) argument
H A Dmixvideoformatenc_h264.h115 MIX_RESULT mix_videofmtenc_h264_getcaps(MixVideoFormatEnc *mix, GString *msg);
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DVehicleEmulator.h93 void parseRxProtoBuf(std::vector<uint8_t>& msg);
/hardware/interfaces/biometrics/fingerprint/2.1/default/
H A DBiometricsFingerprint.h66 static void notify(const fingerprint_msg_t *msg); /* Static callback for legacy HAL implementation */
/hardware/libhardware/include/hardware/
H A Dcamera3.h2619 * with the HAL, and the msg only needs to be valid for the duration of this
2644 const camera3_notify_msg_t *msg);
/hardware/qcom/camera/msm8998/QCamera2/HAL3/test/
H A DQCameraHAL3Base.h104 buffer_thread_msg_type_t msg; member in struct:qcamera::__anon1985
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dnetlink.h106 struct nlmsghdr msg; member in struct:nlmsgerr
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dnetlink.h100 struct nlmsghdr msg; member in struct:nlmsgerr
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dnetlink.h106 struct nlmsghdr msg; member in struct:nlmsgerr
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dnetlink.h100 struct nlmsghdr msg; member in struct:nlmsgerr
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwificonfig.cpp65 ALOGE("wifi_extended_dtim_config_set: failed to create NL msg. "
95 /* Send the NL msg. */
137 ALOGE("wifi_set_country_code: failed to create NL msg. Error:%d", ret);
147 /* Send the NL msg. */
187 "create NL msg. Error:%d", ret);
215 /* Send the NL msg. */
254 ALOGE("wifi_set_guard_time: failed to create NL msg. Error:%d", ret);
280 /* Send the NL msg. */
318 ALOGE("wifi_select_tx_power_scenario: failed to create NL msg. Error:%d", ret);
401 ALOGE("wifi_reset_tx_power_scenario: failed to create NL msg
496 ack_handler_wifi_config(struct nl_msg *msg, void *arg) argument
507 finish_handler_wifi_config(struct nl_msg *msg, void *arg) argument
[all...]
H A Dwifilogger_diag.h124 * This msg hdr will always follow tAniHdr in all the messages exchanged
240 wifi_error diag_message_handler(hal_info *info, nl_msg *msg);
/hardware/intel/common/libva/va/
H A Dva_fool.c106 void va_errorMessage(const char *msg, ...);
107 void va_infoMessage(const char *msg, ...);
/hardware/interfaces/camera/device/3.2/
H A Dtypes.hal671 } msg;
/hardware/interfaces/contexthub/1.0/
H A Dtypes.hal158 vec<uint8_t> msg; // Message body
/hardware/interfaces/media/omx/1.0/
H A DIOmxNode.hal343 * @param msg Message to send.
349 Message msg
/hardware/qcom/gps/core/
H A DLocApiBase.h100 inline void sendMsg(const LocMsg* msg) const {
101 mMsgTask->sendMsg(msg);
/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.h92 inline void sendMsg(const LocMsg* msg) const {
93 mMsgTask->sendMsg(msg);
/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.h100 inline void sendMsg(const LocMsg* msg) const {
101 mMsgTask->sendMsg(msg);
/hardware/qcom/gps/msm8909w_3100/core/
H A DLocApiBase.h103 inline void sendMsg(const LocMsg* msg) const {
104 mMsgTask->sendMsg(msg);
/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.h100 inline void sendMsg(const LocMsg* msg) const {
101 mMsgTask->sendMsg(msg);

Completed in 641 milliseconds

1234567891011