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

<<11

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp3850 long msg;
3855 msg = inv_get_message_level_0(1);
3856 if (msg) {
3857 if (msg & INV_MSG_MOTION_EVENT) {
3860 if (msg & INV_MSG_NO_MOTION_EVENT) {
3869 if(msg & INV_MSG_NEW_AB_EVENT) {
3874 if(msg & INV_MSG_NEW_GB_EVENT) {
3879 if(msg & INV_MSG_NEW_FGB_EVENT) {
3883 if(msg & INV_MSG_NEW_FAB_EVENT) {
3887 if(msg
[all...]
/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp3591 long msg;
3592 msg = inv_get_message_level_0(1);
3593 if (msg) {
3594 if (msg & INV_MSG_MOTION_EVENT) {
3597 if (msg & INV_MSG_NO_MOTION_EVENT) {
3606 if(msg & INV_MSG_NEW_AB_EVENT) {
3611 if(msg & INV_MSG_NEW_GB_EVENT) {
3616 if(msg & INV_MSG_NEW_FGB_EVENT) {
3620 if(msg & INV_MSG_NEW_FAB_EVENT) {
3624 if(msg
[all...]
/hardware/interfaces/camera/provider/2.4/vts/functional/
H A DVtsHalCameraProviderV2_4TargetTest.cpp884 for (auto& msg : batch) {
886 mParent->mVideoBufferIndex = msg.bufferIndex;
887 if (mParent->mMemoryPool.count(msg.data) == 0) {
888 ADD_FAILURE() << "memory pool ID " << msg.data << " not found";
890 mParent->mVideoData = msg.data;
891 mParent->mVideoNativeHandle = msg.frameData;
1068 messages[i].msg.shutter.frameNumber);
1071 __func__, messages[i].msg.shutter.frameNumber);
1079 if (ErrorCode::ERROR_DEVICE == messages[i].msg.error.errorCode) {
1085 r->errorCode = messages[i].msg
[all...]
/hardware/qcom/gps/msm8909w_3100/utils/
H A Dloc_gps.h1162 void (*ni_message) (uint8_t *msg, size_t len);
/hardware/qcom/gps/msm8998/utils/
H A Dloc_gps.h1158 void (*ni_message) (uint8_t *msg, size_t len);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dwifilogger_diag.cpp2117 wifi_error diag_message_handler(hal_info *info, nl_msg *msg)
2129 struct nlmsghdr *nlh = nlmsg_hdr(msg);
2154 wnl = (tAniNlHdr *)nlmsg_hdr(msg);
2231 ALOGE("Received msg Seq_num : %d",
2257 struct nlmsghdr *nlh = nlmsg_hdr(msg);
/hardware/ril/libril/
H A Dril_service.cpp2177 // Vendor code expects payload length to include actual msg payload
6968 hidl_string msg = convertCharPtrToHidlString(strings[1]); local
6974 convertIntToRadioIndicationType(indicationType), modeType, msg);
7344 CdmaSmsMessage msg = {}; local
7346 msg.teleserviceId = rilMsg->uTeleserviceID;
7347 msg.isServicePresent = rilMsg->bIsServicePresent;
7348 msg.serviceCategory = rilMsg->uServicecategory;
7349 msg.address.digitMode =
7351 msg.address.numberMode =
7353 msg
[all...]
/hardware/intel/common/libva/va/
H A Dva_trace.c113 void va_errorMessage(const char *msg, ...);
114 void va_infoMessage(const char *msg, ...);
267 void va_TraceMsg(struct trace_context *trace_ctx, const char *msg, ...) argument
274 if (msg) {
280 va_start(args, msg);
281 vfprintf(trace_ctx->trace_fp_log, msg, args);
/hardware/intel/img/psb_video/src/
H A Dpnw_H264.c863 uint32_t *msg = (uint32_t *)cmdbuf->MTX_msg; local
864 memset(msg, 0, msg_size);
871 extract_msg = (struct fw_slice_header_extract_msg *)msg;
/hardware/qcom/gps/msm8909w_3100/gnss/
H A DGnssAdapter.cpp964 // need to send this mode and start msg to ULP
2439 [this](LocMsg* msg) {
2441 sendMsg(msg);
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp911 // need to send this mode and start msg to ULP
2337 [this](LocMsg* msg) {
2339 sendMsg(msg);
/hardware/google/av/codec2/tests/
H A DC2Param_test.cpp1059 #define static_assert_equals(a, b, msg) \
1060 static_assert(_print_as_warning<(a) == (b), a, b>::value, msg)
/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3HWI.cpp4066 // Treat msg as error for system buffer drops
4082 // Treat msg as error for system buffer drops
16392 camera3_notify_msg_t msg = {}; local
16393 msg.type = CAMERA3_MSG_SHUTTER;
16394 msg.message.shutter.frame_number = shutter->first;
16395 msg.message.shutter.timestamp = shutter->second.timestamp;
16396 mParent->orchestrateNotify(&msg);
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
H A Dwlioctl.h55 cdc_ioctl_t msg; member in struct:remote_ioctl
835 /* Waiting to receive handshake msg M1 */
837 /* Preparing to send handshake msg M2 */
839 /* Waiting to receive handshake msg M3 */
841 WLC_SUP_KEYXCHANGE_PREP_M4, /* Preparing to send handshake msg M4 */
842 WLC_SUP_KEYXCHANGE_WAIT_G1, /* Waiting to receive handshake msg G1 */
843 WLC_SUP_KEYXCHANGE_PREP_G2 /* Preparing to send handshake msg G2 */

Completed in 1052 milliseconds

<<11