HomeSort by relevance Sort by last modified time
    Searched refs:chreAudioSource (Results 1 - 12 of 12) sorted by null

  /system/chre/platform/slpi/
platform_audio.cc 29 sizeof(wcd_spi_audio_source_s) == sizeof(struct chreAudioSource),
33 == offsetof(struct chreAudioSource, name),
37 == offsetof(struct chreAudioSource, sampleRate),
41 == offsetof(struct chreAudioSource, minBufferDuration),
45 == offsetof(struct chreAudioSource, maxBufferDuration),
49 == offsetof(struct chreAudioSource, format),
141 chreAudioSource *source) {
  /system/chre/chre_api/include/chre_api/chre/
audio.h 102 struct chreAudioSource {
280 * struct chreAudioSource audioSource;
303 bool chreAudioGetSource(uint32_t handle, struct chreAudioSource *audioSource);
393 * is obtained from a chreAudioSource which is requested from the
  /system/chre/platform/include/chre/platform/
platform_audio.h 126 * @param audioSource the chreAudioSource to populate with details of the
129 bool getAudioSource(uint32_t handle, chreAudioSource *audioSource);
  /system/chre/platform/shared/
chre_api_audio.cc 31 struct chreAudioSource *audioSource) {
  /system/chre/apps/chqts/src/general_test/
basic_audio_test.cc 92 * Validates the fields of a chreAudioSource provided by the framework and posts
98 const struct chreAudioSource& source) {
126 bool validateMinimumAudioSource(const struct chreAudioSource& source) {
149 struct chreAudioSource audioSource;
  /system/chre/core/include/chre/core/
audio_request_manager.h 57 bool getAudioSource(uint32_t handle, struct chreAudioSource *audioSource) {
  /system/chre/platform/shared/nanoapp/
nanoapp_support_lib_dso.cc 86 bool chreAudioGetSource(uint32_t handle, struct chreAudioSource *audioSource) {
  /system/chre/apps/audio_world/
audio_world.cc 124 struct chreAudioSource audioSource;
  /system/chre/platform/android/
platform_audio.cc 162 chreAudioSource *audioSource) {
  /system/chre/platform/linux/
platform_audio.cc 111 chreAudioSource *audioSource) {
  /system/chre/core/
audio_request_manager.cc 158 chreAudioSource audioSource;
  /device/google/contexthub/firmware/app/chre/common/
chre_app_syscalls.c 254 bool chreAudioGetSource(uint32_t handle, struct chreAudioSource *audioSource)

Completed in 93 milliseconds