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

1234567891011

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp75 new CodecObserver([this](Message msg, const BufferInfo* buffer) {
76 handleMessage(msg, buffer);
171 void handleMessage(Message msg, const BufferInfo* buffer) { argument
173 if (msg.type == Message::Type::FILL_BUFFER_DONE) {
174 if (msg.data.extendedBufferData.flags & OMX_BUFFERFLAG_EOS) {
177 if (msg.data.extendedBufferData.rangeLength != 0) {
181 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs);
182 timestampUs = msg.data.extendedBufferData.timestampUs;
218 msg.data.extendedBufferData.rangeLength, ofp);
448 Message msg, PortMod
444 portReconfiguration(sp<IOmxNode> omxNode, sp<CodecObserver> observer, android::Vector<BufferInfo>* iBuffer, android::Vector<BufferInfo>* oBuffer, OMX_U32 kPortIndexInput, OMX_U32 kPortIndexOutput, Message msg, PortMode oPortMode, void* args) argument
542 Message msg; local
584 Message msg; local
[all...]
H A DVtsHalMediaOmxV1_0TargetAudioEncTest.cpp75 new CodecObserver([this](Message msg, const BufferInfo* buffer) {
76 handleMessage(msg, buffer);
157 void handleMessage(Message msg, const BufferInfo* buffer) { argument
160 if (msg.type == Message::Type::FILL_BUFFER_DONE) {
161 if (msg.data.extendedBufferData.flags & OMX_BUFFERFLAG_EOS) {
164 if (msg.data.extendedBufferData.rangeLength != 0) {
176 msg.data.extendedBufferData.rangeLength, ofp);
279 Message msg; local
285 observer->dequeueMessage(&msg, DEFAULT_TIMEOUT_Q, iBuffer, oBuffer);
314 Message msg; local
[all...]
/hardware/google/av/media/sfplugin/
H A DCCodec.cpp76 sp<AMessage> msg = new AMessage(kWhatRegister, this); local
77 msg->setPointer("codec", codec);
78 msg->post();
82 void onMessageReceived(const sp<AMessage> &msg) { argument
83 switch (msg->what()) {
86 CHECK(msg->findPointer("codec", &ptr));
103 msg->post(kWatchIntervalUs);
517 void CCodec::initiateAllocateComponent(const sp<AMessage> &msg) { argument
531 CHECK(msg->findObject("codecInfo", &codecInfo));
610 sp<AMessage> msg(ne
615 configure(const sp<AMessage> &msg) argument
926 sp<AMessage> msg = new AMessage(kWhatSetInputSurface, this); local
1221 sp<AMessage> msg = new AMessage(kWhatSetParameters, this); local
1292 onMessageReceived(const sp<AMessage> &msg) argument
[all...]
/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp76 new CodecObserver([this](Message msg, const BufferInfo* buffer) {
77 handleMessage(msg, buffer);
173 void handleMessage(Message msg, const BufferInfo* buffer) { argument
175 if (msg.type == Message::Type::FILL_BUFFER_DONE) {
176 if (msg.data.extendedBufferData.flags & OMX_BUFFERFLAG_EOS) {
179 if (msg.data.extendedBufferData.rangeLength != 0) {
183 EXPECT_GE(msg.data.extendedBufferData.timestampUs, timestampUs);
184 timestampUs = msg.data.extendedBufferData.timestampUs;
221 msg.data.extendedBufferData.rangeLength, ofp);
227 } else if (msg
[all...]
/hardware/interfaces/contexthub/1.0/vts/functional/
H A DVtsHalContexthubV1_0TargetTest.cpp147 virtual Return<void> handleClientMsg(const ContextHubMsg& /*msg*/) override {
329 ContextHubMsg msg; local
330 msg.appName = kNonExistentAppId;
331 msg.msgType = 1;
332 msg.msg.resize(4);
333 std::fill(msg.msg.begin(), msg.msg
[all...]
/hardware/interfaces/radio/1.0/vts/functional/
H A Dradio_hidl_hal_icc.cpp229 SimApdu msg; local
230 memset(&msg, 0, sizeof(msg));
231 msg.data = hidl_string();
233 radio->iccTransmitApduBasicChannel(serial, msg);
275 SimApdu msg; local
276 memset(&msg, 0, sizeof(msg));
277 msg.data = hidl_string();
279 radio->iccTransmitApduLogicalChannel(serial, msg);
[all...]
/hardware/qcom/wlan/cld80211-lib/
H A Dcld80211_lib.c111 ALOGI("%s: Sent msg on exit sock to unblock poll()", getprogname());
116 static int response_handler(struct nl_msg *msg, void *arg) argument
118 UNUSED(msg);
127 static int ack_handler(struct nl_msg *msg, void *arg) argument
131 UNUSED(msg);
136 static int finish_handler(struct nl_msg *msg, void *arg) argument
140 UNUSED(msg);
157 static int no_seq_check(struct nl_msg *msg, void *arg) argument
159 UNUSED(msg);
174 ALOGE("%s: Error :%d while reading nl msg , er
196 family_handler(struct nl_msg *msg, void *arg) argument
[all...]
/hardware/intel/img/psb_video/src/
H A Dpsb_cmdbuf.c651 unsigned int item_size = FW_DEVA_DECODE_SIZE; /* Size of a render/deocde msg */
654 uint32_t *msg = (uint32_t *)(cmdbuf->MTX_msg + item_size * cmdbuf->cmd_count); local
656 memset(msg, 0, sizeof(FW_VA_DEBLOCK_MSG));
657 deblock_msg = (FW_VA_DEBLOCK_MSG *)msg;
701 unsigned int item_size = FW_DEVA_DECODE_SIZE; /* Size of a render/deocde msg */
704 uint32_t *msg = (uint32_t *)(cmdbuf->MTX_msg + item_size * cmdbuf->cmd_count + cmdbuf->deblock_count * msg_size); local
706 memset(msg, 0, sizeof(FW_VA_DEBLOCK_MSG));
707 deblock_msg = (FW_VA_DEBLOCK_MSG *)msg;
739 unsigned int item_size = FW_DEVA_DECODE_SIZE; /* Size of a render/deocde msg */
751 uint32_t *msg local
845 uint32_t *msg = (uint32_t *)cmdbuf->MTX_msg; local
1027 uint32_t *msg = (uint32_t *)(cmdbuf->MTX_msg + index * item_size); local
[all...]
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/qcom/display/msm8909/hdmi_cec/
H A Dqhdmi_cec.cpp135 static void hex_to_string(const char *msg, ssize_t len, char *str) argument
140 ptr += snprintf(ptr, 3, "%02X", msg[i]);
219 const cec_message_t* msg)
227 __FUNCTION__, msg->initiator, msg->destination,
228 (uint32_t) msg->length);
232 if(msg->length > 0) {
233 hex_to_string((char*)msg->body, msg->length, dump);
244 write_msg[CEC_OFFSET_SENDER_ID] = msg
218 cec_send_message(const struct hdmi_cec_device* dev, const cec_message_t* msg) argument
291 cec_receive_message(cec_context_t *ctx, char *msg, ssize_t len) argument
[all...]
H A Dqhdmi_cec.h87 void cec_receive_message(cec_context_t *ctx, char *msg, ssize_t len);
/hardware/qcom/display/msm8909w_3100/hdmi_cec/
H A Dqhdmi_cec.cpp135 static void hex_to_string(const char *msg, ssize_t len, char *str) argument
140 ptr += snprintf(ptr, 3, "%02X", msg[i]);
219 const cec_message_t* msg)
227 __FUNCTION__, msg->initiator, msg->destination,
228 (uint32_t) msg->length);
232 if(msg->length > 0) {
233 hex_to_string((char*)msg->body, msg->length, dump);
244 write_msg[CEC_OFFSET_SENDER_ID] = msg
218 cec_send_message(const struct hdmi_cec_device* dev, const cec_message_t* msg) argument
291 cec_receive_message(cec_context_t *ctx, char *msg, ssize_t len) argument
[all...]
H A Dqhdmi_cec.h87 void cec_receive_message(cec_context_t *ctx, char *msg, ssize_t len);
/hardware/qcom/wlan/qcwcn/wifi_hal/
H A Dcpp_bindings.h33 WifiEvent(nl_msg *msg) { argument
34 mMsg = msg;
196 wifi_error wifi_nla_put(struct nl_msg *msg, int attr, argument
201 status = nla_put(msg, attr, attrlen, data);
399 static int response_handler(struct nl_msg *msg, void *arg);
401 static int event_handler(struct nl_msg *msg, void *arg);
404 static int valid_handler(struct nl_msg *msg, void *arg);
406 static int ack_handler(struct nl_msg *msg, void *arg);
408 static int finish_handler(struct nl_msg *msg, void *arg);
/hardware/interfaces/health/2.0/default/
H A Dhealthd_common.cpp151 char msg[UEVENT_MSG_LEN + 2]; local
155 n = uevent_kernel_multicast_recv(uevent_fd, msg, UEVENT_MSG_LEN);
160 msg[n] = '\0';
161 msg[n + 1] = '\0';
162 cp = msg;
/hardware/interfaces/audio/common/all-versions/test/utility/src/
H A DValidateXml.cpp76 static void errorCb(void* ctxt, const char* msg, ...) { argument
79 va_start(args, msg);
82 if (vasprintf(&formatedMsg, msg, args) >= 0) {
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DSocketComm.cpp121 std::vector<uint8_t> msg = std::vector<uint8_t>(msgSize); local
123 numBytes = ::read(mCurSockFd, msg.data(), msgSize);
127 return msg;
/hardware/intel/common/libmix/mix_video/src/
H A Dmixvideoformat.h44 typedef MIX_RESULT (*MixVideoFmtGetCapsFunc)(MixVideoFormat *mix, GString *msg);
142 MIX_RESULT mix_videofmt_getcaps(MixVideoFormat *mix, GString *msg);
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
H A DLocalLogBuffer.cpp89 void LocalLogBuffer::FunctionLog::setResult(bool success, string msg) { argument
90 mSSReturn << "[" << ((success) ? "success" : "failure") << ", " << msg
/hardware/qcom/gps/msm8909w_3100/core/
H A DContextBase.h136 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); } argument
/hardware/qcom/gps/msm8998/core/
H A DContextBase.h136 inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); } argument
/hardware/qcom/media/msm8998/mm-video-v4l2/vidc/common/inc/
H A Dvidc_debug.h144 AutoTracer(int prio, const char* msg) argument
147 ATRACE_BEGIN(msg);
/hardware/nxp/nfc/halimpl/hal/
H A DphNxpNciHal.cc159 phLibNfc_Message_t msg; local
167 if (phDal4Nfc_msgrcv(p_nxpncihal_ctrl->gDrvCfg.nClientId, &msg, 0, 0) ==
177 switch (msg.eMsgType) {
180 (phLibNfc_DeferredCall_t*)(msg.pMsgData);
850 static phLibNfc_Message_t msg; local
853 msg.eMsgType = NCI_HAL_OPEN_CPLT_MSG;
857 msg.eMsgType = NCI_HAL_ERROR_MSG;
860 msg.pMsgData = NULL;
861 msg.Size = 0;
864 (phLibNfc_Message_t*)&msg);
883 static phLibNfc_Message_t msg; local
1721 static phLibNfc_Message_t msg; local
1961 static phLibNfc_Message_t msg; local
2067 static phLibNfc_Message_t msg; local
2291 static phLibNfc_Message_t msg; local
2977 static phLibNfc_Message_t msg; local
3005 phNxpNciHal_configFeatureList(uint8_t* msg, uint16_t msg_len) argument
[all...]
/hardware/interfaces/wifi/1.2/default/
H A Dwifi_legacy_hal.cpp181 void onAysncNanNotifyResponse(transaction_id id, NanResponseMsg* msg) { argument
183 if (on_nan_notify_response_user_callback && msg) {
184 on_nan_notify_response_user_callback(id, *msg);
1161 const NanEnableRequest& msg) {
1162 NanEnableRequest msg_internal(msg);
1175 const NanPublishRequest& msg) {
1176 NanPublishRequest msg_internal(msg);
1183 const NanPublishCancelRequest& msg) {
1184 NanPublishCancelRequest msg_internal(msg);
1191 const NanSubscribeRequest& msg) {
1159 nanEnableRequest(const std::string& iface_name, transaction_id id, const NanEnableRequest& msg) argument
1173 nanPublishRequest(const std::string& iface_name, transaction_id id, const NanPublishRequest& msg) argument
1181 nanPublishCancelRequest( const std::string& iface_name, transaction_id id, const NanPublishCancelRequest& msg) argument
1189 nanSubscribeRequest(const std::string& iface_name, transaction_id id, const NanSubscribeRequest& msg) argument
1197 nanSubscribeCancelRequest( const std::string& iface_name, transaction_id id, const NanSubscribeCancelRequest& msg) argument
1205 nanTransmitFollowupRequest( const std::string& iface_name, transaction_id id, const NanTransmitFollowupRequest& msg) argument
1213 nanStatsRequest(const std::string& iface_name, transaction_id id, const NanStatsRequest& msg) argument
1221 nanConfigRequest(const std::string& iface_name, transaction_id id, const NanConfigRequest& msg) argument
1229 nanTcaRequest(const std::string& iface_name, transaction_id id, const NanTCARequest& msg) argument
1237 nanBeaconSdfPayloadRequest( const std::string& iface_name, transaction_id id, const NanBeaconSdfPayloadRequest& msg) argument
1272 nanDataRequestInitiator( const std::string& iface_name, transaction_id id, const NanDataPathInitiatorRequest& msg) argument
1280 nanDataIndicationResponse( const std::string& iface_name, transaction_id id, const NanDataPathIndicationResponse& msg) argument
1296 NanDataPathEndSingleNdpIdRequest msg; local
[all...]
/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);

Completed in 991 milliseconds

1234567891011