Home
last modified time | relevance | path

Searched refs:msgData (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Nfc/src/com/android/nfc/handover/
H A DPeripheralHandoverService.java151 boolean doPeripheralHandover(Bundle msgData) { in doPeripheralHandover() argument
157 if (msgData == null) { in doPeripheralHandover()
161 mDevice = msgData.getParcelable(EXTRA_PERIPHERAL_DEVICE); in doPeripheralHandover()
162 String name = msgData.getString(EXTRA_PERIPHERAL_NAME); in doPeripheralHandover()
163 int transport = msgData.getInt(EXTRA_PERIPHERAL_TRANSPORT); in doPeripheralHandover()
164 OobData oobData = msgData.getParcelable(EXTRA_PERIPHERAL_OOB_DATA); in doPeripheralHandover()
165 Parcelable[] parcelables = msgData.getParcelableArray(EXTRA_PERIPHERAL_UUIDS); in doPeripheralHandover()
166 BluetoothClass btClass = msgData.getParcelable(EXTRA_PERIPHERAL_CLASS); in doPeripheralHandover()
176 mClient = msgData.getParcelable(EXTRA_CLIENT); in doPeripheralHandover()
177 mBluetoothEnabledByNfc = msgData.getBoolean(EXTRA_BT_ENABLED); in doPeripheralHandover()
/aosp12/system/chre/platform/shared/
H A Dhost_protocol_chre.cc61 const flatbuffers::Vector<uint8_t> *msgData = nanoappMsg->message(); in decodeMessageFromHost() local
64 nanoappMsg->host_endpoint(), msgData->data(), msgData->size()); in decodeMessageFromHost()
/aosp12/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java3041 ServiceConnectionData msgData = (ServiceConnectionData) msg.obj; in handleSyncMessage() local
3044 + msgData.activeSyncContext); in handleSyncMessage()
3047 if (isSyncStillActiveH(msgData.activeSyncContext)) { in handleSyncMessage()
3049 msgData.activeSyncContext, in handleSyncMessage()
3050 msgData.adapter); in handleSyncMessage()
/aosp12/frameworks/rs/cpp/
H A DrsCppStructs.h41 typedef void (*MessageHandlerFunc_t)(uint32_t msgNum, const void *msgData, size_t msgLen);