Home
last modified time | relevance | path

Searched refs:NestedDataPtr (Results 1 – 14 of 14) sorted by relevance

/system/chre/util/include/chre/util/
Dnested_data_ptr.h32 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/
Dwifi_request_manager.cc269 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 …]
Dsettings.cc85 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()
Dhost_notifications.cc45 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()
Dtelemetry_manager.cc138 toAtomPalType(NestedDataPtr<PalType>(data)); in onPalOpenFailure()
149 SystemCallbackType::DeferredMetricPostEvent, NestedDataPtr<PalType>(type), in onPalOpenFailure()
Dsensor_request_manager.cc464 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()
Dble_request_manager.cc223 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()
Daudio_request_manager.cc97 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()
Dgnss_manager.cc280 CallbackState cbState = NestedDataPtr<CallbackState>(extraData); in handleStatusChange()
289 NestedDataPtr<CallbackState>(cbState)); in handleStatusChange()
/system/chre/platform/shared/
Dpw_tokenized_log.cc41 chre::NestedDataPtr<uint8_t> nestedLevel(userPayload); in pw_TokenizerHandleEncodedMessageWithPayload()
/system/chre/platform/android/
Dhost_link.cc117 uint16_t cbHostClientId = NestedDataPtr<uint16_t>(data); in handleNanoappListRequest()
141 NestedDataPtr<uint16_t>(hostClientId), callback); in handleNanoappListRequest()
/system/chre/apps/power_test/common/
Drequest_manager.cc160 NestedDataPtr<TimerType> timerType(type); in requestTimer()
309 NestedDataPtr<TimerType> timerType(const_cast<void *>(cookie)); in handleTimerEvent()
/system/chre/platform/slpi/see/
Dplatform_sensor_manager.cc559 uint32_t sensorHandle = NestedDataPtr<uint32_t>(extraData); in findAndAddSensorsForType()
576 NestedDataPtr<uint32_t>(sensorHandle)); in findAndAddSensorsForType()
/system/chre/platform/slpi/
Dhost_link.cc878 uint16_t cbHostClientId = NestedDataPtr<uint16_t>(data); in handleNanoappListRequest()
902 NestedDataPtr<uint16_t>(hostClientId), callback); in handleNanoappListRequest()