/chre-3.4.0/platform/slpi/ |
D | platform_audio.cc | 36 void handleAudioAvailability(uint32_t handle, bool available) { in handleAudioAvailability() 77 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 108 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 120 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 144 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
D | platform_debug_dump_manager.cc | 34 void onDebugDumpTriggered(void * /*cookie*/, uint32_t handle) { in onDebugDumpTriggered()
|
/chre-3.4.0/core/ |
D | audio_request_manager.cc | 58 uint32_t handle, bool enable, in configureSource() 70 uint32_t handle = audioDataEvent->handle; in handleAudioDataEvent() local 93 void AudioRequestManager::handleAudioAvailability(uint32_t handle, in handleAudioAvailability() 112 uint32_t handle = static_cast<uint32_t>(i); in logStateToBuffer() local 141 uint32_t handle, bool enable, uint64_t bufferDuration, in validateConfigureSourceArguments() 172 uint32_t handle, bool enable, in doConfigureSource() 218 void AudioRequestManager::updatePlatformHandleEnabled(uint32_t handle, in updatePlatformHandleEnabled() 228 bool AudioRequestManager::createAudioRequest(uint32_t handle, in createAudioRequest() 271 AudioRequestManager::findAudioRequestByInstanceId(uint32_t handle, in findAudioRequestByInstanceId() 293 uint32_t handle, uint32_t numSamples, Nanoseconds deliveryInterval, in findAudioRequestByConfiguration() [all …]
|
/chre-3.4.0/platform/shared/ |
D | chre_api_audio.cc | 32 DLL_EXPORT bool chreAudioGetSource(uint32_t handle, in chreAudioGetSource() 48 DLL_EXPORT bool chreAudioConfigureSource(uint32_t handle, bool enable, in chreAudioConfigureSource()
|
D | dlfcn.cc | 27 void *dlsym(void *handle, const char *symbol) { in dlsym() 47 int dlclose(void *handle) { in dlclose()
|
D | chre_api_sensor.cc | 32 DLL_EXPORT bool chreSensorFindDefault(uint8_t sensorType, uint32_t *handle) { in chreSensorFindDefault() 37 uint32_t *handle) { in chreSensorFind()
|
/chre-3.4.0/platform/android/ |
D | platform_audio.cc | 137 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 141 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 149 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 160 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
/chre-3.4.0/platform/linux/ |
D | platform_audio.cc | 79 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 83 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 94 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 108 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
/chre-3.4.0/chpp/ |
D | app.c | 252 uint8_t handle = rxHeader->handle; in chppDatagramLenIsOk() local 326 uint8_t handle, in chppGetDispatchFunction() 410 struct ChppAppState *context, uint8_t handle) { in chppServiceOfHandle() 429 struct ChppAppState *context, uint8_t handle) { in chppClientOfHandle() 452 uint8_t handle) { in chppServiceContextOfHandle() 470 uint8_t handle) { in chppClientContextOfHandle() 490 uint8_t handle, in chppClientServiceContextOfHandle() 692 uint8_t *handle = (uint8_t *)buf; in chppAppProcessRxDatagram() local
|
/chre-3.4.0/platform/slpi/include/chre/target_platform/ |
D | platform_debug_dump_manager_base.h | 66 void setHandle(uint32_t handle) { in setHandle()
|
/chre-3.4.0/platform/shared/nanoapp/ |
D | nanoapp_support_lib_dso.cc | 184 bool chreAudioGetSource(uint32_t handle, struct chreAudioSource *audioSource) { in chreAudioGetSource() 190 bool chreAudioConfigureSource(uint32_t handle, bool enable, in chreAudioConfigureSource() 200 bool chreAudioGetStatus(uint32_t handle, struct chreAudioSourceStatus *status) { in chreAudioGetStatus() 260 bool chreSensorFind(uint8_t sensorType, uint8_t sensorIndex, uint32_t *handle) { in chreSensorFind()
|
/chre-3.4.0/build/app_support/qcom_nanohub/ |
D | app_support_uimg.cc | 44 void (*handle)(uint32_t, uint16_t, const void *); member
|
/chre-3.4.0/chre_api/legacy/v1_2/chre/ |
D | audio.h | 180 uint32_t handle; member 229 uint32_t handle; member
|
/chre-3.4.0/chre_api/legacy/v1_3/chre/ |
D | audio.h | 180 uint32_t handle; member 229 uint32_t handle; member
|
/chre-3.4.0/chre_api/legacy/v1_4/chre/ |
D | audio.h | 180 uint32_t handle; member 229 uint32_t handle; member
|
/chre-3.4.0/chre_api/include/chre_api/chre/ |
D | audio.h | 180 uint32_t handle; member 229 uint32_t handle; member
|
/chre-3.4.0/chpp/include/chpp/ |
D | services.h | 103 uint8_t handle; // Handle number for this service member
|
D | clients.h | 75 uint8_t handle; // Handle number for this client member
|
/chre-3.4.0/apps/test/chqts/src/general_test/ |
D | basic_audio_test.cc | 106 bool validateAudioSource(uint32_t handle, in validateAudioSource() 151 for (uint32_t handle = 0; handle < kMaxAudioSources; handle++) { in validateAudioSources() local
|
D | heap_exhaustion_stability_test.cc | 167 uint32_t handle; in testSensor() local
|
/chre-3.4.0/core/include/chre/core/ |
D | sensor.h | 160 void setFlushRequestTimerHandle(TimerHandle handle) { in setFlushRequestTimerHandle()
|
D | audio_request_manager.h | 54 bool getAudioSource(uint32_t handle, struct chreAudioSource *audioSource) { in getAudioSource()
|
/chre-3.4.0/chpp/test/ |
D | transport_test.cpp | 139 uint8_t validateChppTestResponse(void *buf, uint8_t ackSeq, uint8_t handle, in validateChppTestResponse() 272 uint8_t ackSeq, uint8_t seq, uint8_t handle, in openService() 325 uint8_t ackSeq, uint8_t seq, uint8_t handle, in sendCommandToService() 848 uint8_t handle = CHPP_HANDLE_NEGOTIATED_RANGE_START; in TEST_F() local 890 uint8_t handle = CHPP_HANDLE_NEGOTIATED_RANGE_START + 1; in TEST_F() local 932 uint8_t handle = CHPP_HANDLE_NEGOTIATED_RANGE_START + 2; in TEST_F() local
|
/chre-3.4.0/host/common/ |
D | st_hal_lpma_handler.cc | 95 [&](int32_t retval, SoundModelHandle handle) { in load()
|
/chre-3.4.0/apps/test/common/chre_cross_validator_sensor/src/ |
D | chre_cross_validator_sensor_manager.cc | 337 uint32_t handle; in handleStartSensorMessage() local 429 uint32_t handle; in handleInfoMessage() local 666 uint32_t *handle) { in getSensor()
|