Home
last modified time | relevance | path

Searched defs:audioSource (Results 1 – 8 of 8) sorted by relevance

/system/chre/platform/shared/
Dchre_api_audio.cc31 struct chreAudioSource *audioSource) { in chreAudioGetSource()
/system/chre/platform/linux/
Dinit.cc82 auto audioSource = chre::MakeUnique<chre::AudioSource>( in main() local
Dplatform_audio.cc44 auto *audioSource = static_cast<AudioSource *>(cookie); in audioSourceCallback() local
/system/chre/apps/audio_world/
Daudio_world.cc124 struct chreAudioSource audioSource; in nanoappStart() local
/system/chre/apps/chqts/src/general_test/
Dbasic_audio_test.cc148 struct chreAudioSource audioSource; in validateAudioSources() local
/system/chre/core/include/chre/core/
Daudio_request_manager.h54 bool getAudioSource(uint32_t handle, struct chreAudioSource *audioSource) { in getAudioSource()
/system/chre/platform/shared/nanoapp/
Dnanoapp_support_lib_dso.cc133 bool chreAudioGetSource(uint32_t handle, struct chreAudioSource *audioSource) { in chreAudioGetSource()
/system/chre/core/
Daudio_request_manager.cc142 chreAudioSource audioSource; in validateConfigureSourceArguments() local