OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:msgdata
(Results
1 - 25
of
40
) sorted by null
1
2
/packages/apps/Nfc/src/com/android/nfc/handover/
PeripheralHandoverService.java
151
boolean doPeripheralHandover(Bundle
msgData
) {
157
if (
msgData
== null) {
161
mDevice =
msgData
.getParcelable(EXTRA_PERIPHERAL_DEVICE);
162
String name =
msgData
.getString(EXTRA_PERIPHERAL_NAME);
163
int transport =
msgData
.getInt(EXTRA_PERIPHERAL_TRANSPORT);
164
OobData oobData =
msgData
.getParcelable(EXTRA_PERIPHERAL_OOB_DATA);
165
Parcelable[] parcelables =
msgData
.getParcelableArray(EXTRA_PERIPHERAL_UUIDS);
166
BluetoothClass btClass =
msgData
.getParcelable(EXTRA_PERIPHERAL_CLASS);
176
mClient =
msgData
.getParcelable(EXTRA_CLIENT);
177
mBluetoothEnabledByNfc =
msgData
.getBoolean(EXTRA_BT_ENABLED)
[
all
...]
/system/chre/platform/shared/
host_protocol_chre.cc
47
const flatbuffers::Vector<uint8_t> *
msgData
= nanoappMsg->message();
50
nanoappMsg->host_endpoint(),
msgData
->data(),
msgData
->size());
/hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/test/
decoder_driver_test.c
1009
vdec_msg.
msgdata
.input_frame_clientdata;
1017
vdec_msg.
msgdata
.output_frame.client_data;
1019
vdec_msg.
msgdata
.output_frame.client_data);
1020
outputframe->bufferaddr = vdec_msg.
msgdata
.output_frame.bufferaddr;
1022
vdec_msg.
msgdata
.output_frame.framesize.bottom;
1024
vdec_msg.
msgdata
.output_frame.framesize.left;
1026
vdec_msg.
msgdata
.output_frame.framesize.right;
1028
vdec_msg.
msgdata
.output_frame.framesize.top;
1029
outputframe->framesize = vdec_msg.
msgdata
.output_frame.framesize;
1030
outputframe->len = vdec_msg.
msgdata
.output_frame.len
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/test/
decoder_driver_test.c
946
vdec_msg.
msgdata
.input_frame_clientdata;
954
vdec_msg.
msgdata
.output_frame.client_data;
956
vdec_msg.
msgdata
.output_frame.client_data);
957
outputframe->bufferaddr = vdec_msg.
msgdata
.output_frame.bufferaddr;
[
all
...]
/device/google/contexthub/contexthubhal/
system_comms.cpp
315
const uint8_t *
msgData
= static_cast<const uint8_t*>(appMsg->message);
340
appManager.writeApp(mAppName,
msgData
, mLen);
342
mData = std::vector<uint8_t>(
msgData
,
msgData
+ mLen);
351
if (appManager.cmpApp(mAppName,
msgData
, mLen)) {
372
appManager.writeApp(mAppName,
msgData
, mLen);
374
mData = std::vector<uint8_t>(
msgData
,
msgData
+ mLen);
405
memcpy(&mStatus,
msgData
, mLen);
[
all
...]
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
omx_vdec_hevc_swvdec.cpp
163
vdec_msg.
msgdata
.output_frame.client_data=(void*)&v4l2_buf;
164
vdec_msg.
msgdata
.output_frame.len=plane[0].bytesused;
165
vdec_msg.
msgdata
.output_frame.bufferaddr=(void*)plane[0].m.userptr;
166
vdec_msg.
msgdata
.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
168
if (vdec_msg.
msgdata
.output_frame.len) {
169
vdec_msg.
msgdata
.output_frame.framesize.left = plane[0].reserved[2];
170
vdec_msg.
msgdata
.output_frame.framesize.top = plane[0].reserved[3];
171
vdec_msg.
msgdata
.output_frame.framesize.right = plane[0].reserved[4];
172
vdec_msg.
msgdata
.output_frame.framesize.bottom = plane[0].reserved[5];
189
vdec_msg.
msgdata
.input_frame_clientdata=(void*)&v4l2_buf
[
all
...]
omx_vdec_hevc.cpp
171
vdec_msg.
msgdata
.output_frame.client_data=(void*)&v4l2_buf;
172
vdec_msg.
msgdata
.output_frame.len=plane[0].bytesused;
173
vdec_msg.
msgdata
.output_frame.bufferaddr=(void*)plane[0].m.userptr;
174
vdec_msg.
msgdata
.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
176
if (vdec_msg.
msgdata
.output_frame.len) {
177
vdec_msg.
msgdata
.output_frame.framesize.left = plane[0].reserved[2];
178
vdec_msg.
msgdata
.output_frame.framesize.top = plane[0].reserved[3];
179
vdec_msg.
msgdata
.output_frame.framesize.right = plane[0].reserved[4];
180
vdec_msg.
msgdata
.output_frame.framesize.bottom = plane[0].reserved[5];
197
vdec_msg.
msgdata
.input_frame_clientdata=(void*)&v4l2_buf
[
all
...]
omx_vdec_msm8974.cpp
174
vdec_msg.
msgdata
.output_frame.client_data=(void*)&v4l2_buf;
175
vdec_msg.
msgdata
.output_frame.len=plane[0].bytesused;
176
vdec_msg.
msgdata
.output_frame.bufferaddr=(void*)plane[0].m.userptr;
177
vdec_msg.
msgdata
.output_frame.time_stamp= ((uint64_t)v4l2_buf.timestamp.tv_sec * (uint64_t)1000000) +
179
if (vdec_msg.
msgdata
.output_frame.len) {
180
vdec_msg.
msgdata
.output_frame.framesize.left = plane[0].reserved[2];
181
vdec_msg.
msgdata
.output_frame.framesize.top = plane[0].reserved[3];
182
vdec_msg.
msgdata
.output_frame.framesize.right = plane[0].reserved[4];
183
vdec_msg.
msgdata
.output_frame.framesize.bottom = plane[0].reserved[5];
184
vdec_msg.
msgdata
.output_frame.picsize.frame_width = plane[0].reserved[6]
[
all
...]
omx_vdec.cpp
[
all
...]