Home
last modified time | relevance | path

Searched refs:NestedDataPtr (Results 1 – 11 of 11) 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/
Dsettings.cc92 Setting setting = NestedDataPtr<Setting>(data); in settingChangedCallback()
93 SettingState settingState = NestedDataPtr<SettingState>(extraData); in settingChangedCallback()
120 SystemCallbackType::SettingChangeEvent, NestedDataPtr<Setting>(setting), in postSettingChange()
121 settingChangedCallback, NestedDataPtr<SettingState>(state)); in postSettingChange()
Dwifi_request_manager.cc186 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanMonitorStateChange()
197 NestedDataPtr<CallbackState>(cbState), callback); in handleScanMonitorStateChange()
207 CallbackState cbState = NestedDataPtr<CallbackState>(data); in handleScanResponse()
218 NestedDataPtr<CallbackState>(cbState), callback); in handleScanResponse()
224 uint8_t cbErrorCode = NestedDataPtr<uint8_t>(extraData); in handleRangingEvent()
233 NestedDataPtr<uint8_t>(errorCode)); in handleRangingEvent()
Dsensor_request_manager.cc455 uint8_t cbErrorCode = NestedDataPtr<uint8_t>(data); in handleFlushCompleteEvent()
456 uint32_t cbSensorHandle = NestedDataPtr<uint32_t>(extraData); in handleFlushCompleteEvent()
464 NestedDataPtr<uint8_t>(errorCode), callback, in handleFlushCompleteEvent()
465 NestedDataPtr<uint32_t>(sensorHandle)); in handleFlushCompleteEvent()
510 uint32_t cbSensorHandle = NestedDataPtr<uint32_t>(data); in handleSamplingStatusUpdate()
523 NestedDataPtr<uint32_t>(sensorHandle), callback, status); in handleSamplingStatusUpdate()
811 NestedDataPtr<uint32_t> sensorHandle(data); in makeFlushRequest()
830 NestedDataPtr<uint32_t>(request.sensorHandle), callback, delay)); in makeFlushRequest()
Daudio_request_manager.cc96 uint32_t cbHandle = NestedDataPtr<uint32_t>(data); in handleAudioAvailability()
97 bool cbAvailable = NestedDataPtr<bool>(extraData); in handleAudioAvailability()
105 NestedDataPtr<uint32_t>(handle), callback, in handleAudioAvailability()
106 NestedDataPtr<bool>(available)); in handleAudioAvailability()
Dgnss_manager.cc247 CallbackState cbState = NestedDataPtr<CallbackState>(extraData); in handleStatusChange()
256 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.cc132 NestedDataPtr<TimerType> timerType(type); in requestTimer()
281 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.cc839 uint16_t cbHostClientId = NestedDataPtr<uint16_t>(data); in handleNanoappListRequest()
863 NestedDataPtr<uint16_t>(hostClientId), callback); in handleNanoappListRequest()