Searched refs:NestedDataPtr (Results 1 – 11 of 11) 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 | settings.cc | 92 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()
|
D | wifi_request_manager.cc | 186 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()
|
D | sensor_request_manager.cc | 455 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()
|
D | audio_request_manager.cc | 96 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()
|
D | gnss_manager.cc | 247 CallbackState cbState = NestedDataPtr<CallbackState>(extraData); in handleStatusChange() 256 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 | 132 NestedDataPtr<TimerType> timerType(type); in requestTimer() 281 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 | 839 uint16_t cbHostClientId = NestedDataPtr<uint16_t>(data); in handleNanoappListRequest() 863 NestedDataPtr<uint16_t>(hostClientId), callback); in handleNanoappListRequest()
|