Searched refs:NestedDataPtr (Results 1 – 14 of 14) sorted by relevance
/system/chre/util/include/chre/util/ |
D | nested_data_ptr.h | 32 union NestedDataPtr { union 43 NestedDataPtr() = default; 45 explicit NestedDataPtr(DataType nestedData) : data(nestedData) {} in NestedDataPtr() function 46 explicit NestedDataPtr(void *ptr) { in NestedDataPtr() function
|
/system/chre/core/ |
D | wifi_request_manager.cc | 269 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanMonitorStateChange() 280 NestedDataPtr<CallbackState>(cbState), callback); in handleScanMonitorStateChange() 290 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanResponse() 301 NestedDataPtr<CallbackState>(cbState), callback); in handleScanResponse() 307 uint8_t cbErrorCode = NestedDataPtr<uint8_t>(extraData); in handleRangingEvent() 316 NestedDataPtr<uint8_t>(errorCode)); in handleRangingEvent() 378 uint8_t errorCode = NestedDataPtr<uint8_t>(data); in handleNanServiceIdentifierEvent() 379 uint32_t subscriptionId = NestedDataPtr<uint32_t>(extraData); in handleNanServiceIdentifierEvent() 387 NestedDataPtr<uint8_t>(errorCode), callback, in handleNanServiceIdentifierEvent() 388 NestedDataPtr<uint32_t>(subscriptionId)); in handleNanServiceIdentifierEvent() [all …]
|
D | settings.cc | 85 SystemCallbackType::SettingChangeEvent, NestedDataPtr<Setting>(setting), in postSettingChange() 86 settingChangedCallback, NestedDataPtr<bool>(enabled)); in postSettingChange() 123 Setting setting = NestedDataPtr<Setting>(data); in settingChangedCallback() 124 bool settingEnabled = NestedDataPtr<bool>(extraData); in settingChangedCallback()
|
D | host_notifications.cc | 45 uint16_t hostEndpointId = NestedDataPtr<uint16_t>(data); in hostNotificationCallback() 108 NestedDataPtr<uint16_t>(info.hostEndpointId), hostNotificationCallback, in postHostEndpointConnected() 116 NestedDataPtr<uint16_t>(hostEndpointId), hostNotificationCallback, in postHostEndpointDisconnected()
|
D | telemetry_manager.cc | 138 toAtomPalType(NestedDataPtr<PalType>(data)); in onPalOpenFailure() 149 SystemCallbackType::DeferredMetricPostEvent, NestedDataPtr<PalType>(type), in onPalOpenFailure()
|
D | sensor_request_manager.cc | 464 uint8_t cbErrorCode = NestedDataPtr<uint8_t>(data); in handleFlushCompleteEvent() 465 uint32_t cbSensorHandle = NestedDataPtr<uint32_t>(extraData); in handleFlushCompleteEvent() 473 NestedDataPtr<uint8_t>(errorCode), callback, in handleFlushCompleteEvent() 474 NestedDataPtr<uint32_t>(sensorHandle)); in handleFlushCompleteEvent() 519 uint32_t cbSensorHandle = NestedDataPtr<uint32_t>(data); in handleSamplingStatusUpdate() 532 NestedDataPtr<uint32_t>(sensorHandle), callback, status); in handleSamplingStatusUpdate() 840 NestedDataPtr<uint32_t> sensorHandle(data); in makeFlushRequest() 859 NestedDataPtr<uint32_t>(request.sensorHandle), callback, delay)); in makeFlushRequest()
|
D | ble_request_manager.cc | 223 bool enable = NestedDataPtr<bool>(data); in handlePlatformChange() 224 uint8_t errorCode = NestedDataPtr<uint8_t>(extraData); in handlePlatformChange() 231 SystemCallbackType::BleScanResponse, NestedDataPtr<bool>(enable), in handlePlatformChange() 232 callback, NestedDataPtr<uint8_t>(errorCode)); in handlePlatformChange()
|
D | audio_request_manager.cc | 97 uint32_t cbHandle = NestedDataPtr<uint32_t>(data); in handleAudioAvailability() 98 bool cbAvailable = NestedDataPtr<bool>(extraData); in handleAudioAvailability() 106 NestedDataPtr<uint32_t>(handle), callback, in handleAudioAvailability() 107 NestedDataPtr<bool>(available)); in handleAudioAvailability()
|
D | gnss_manager.cc | 280 CallbackState cbState = NestedDataPtr<CallbackState>(extraData); in handleStatusChange() 289 NestedDataPtr<CallbackState>(cbState)); in handleStatusChange()
|
/system/chre/platform/shared/ |
D | pw_tokenized_log.cc | 41 chre::NestedDataPtr<uint8_t> nestedLevel(userPayload); in pw_TokenizerHandleEncodedMessageWithPayload()
|
/system/chre/platform/android/ |
D | host_link.cc | 117 uint16_t cbHostClientId = NestedDataPtr<uint16_t>(data); in handleNanoappListRequest() 141 NestedDataPtr<uint16_t>(hostClientId), callback); in handleNanoappListRequest()
|
/system/chre/apps/power_test/common/ |
D | request_manager.cc | 160 NestedDataPtr<TimerType> timerType(type); in requestTimer() 309 NestedDataPtr<TimerType> timerType(const_cast<void *>(cookie)); in handleTimerEvent()
|
/system/chre/platform/slpi/see/ |
D | platform_sensor_manager.cc | 559 uint32_t sensorHandle = NestedDataPtr<uint32_t>(extraData); in findAndAddSensorsForType() 576 NestedDataPtr<uint32_t>(sensorHandle)); in findAndAddSensorsForType()
|
/system/chre/platform/slpi/ |
D | host_link.cc | 878 uint16_t cbHostClientId = NestedDataPtr<uint16_t>(data); in handleNanoappListRequest() 902 NestedDataPtr<uint16_t>(hostClientId), callback); in handleNanoappListRequest()
|