Searched refs:PlatformAudio (Results 1 – 6 of 6) sorted by relevance
/system/chre/platform/slpi/ |
D | platform_audio.cc | 50 PlatformAudio::PlatformAudio() {} in PlatformAudio() function in chre::PlatformAudio 52 PlatformAudio::~PlatformAudio() { in ~PlatformAudio() 61 void PlatformAudio::init() { in init() 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() 127 void PlatformAudio::releaseAudioDataEvent(struct chreAudioDataEvent *event) { in releaseAudioDataEvent() 134 size_t PlatformAudio::getSourceCount() { in getSourceCount() 144 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
/system/chre/platform/android/ |
D | platform_audio.cc | 44 auto *platformAudio = static_cast<PlatformAudio *>(cookie); in audioReadCallback() 85 PlatformAudio::PlatformAudio() { in PlatformAudio() function in chre::PlatformAudio 128 PlatformAudio::~PlatformAudio() { in ~PlatformAudio() 133 void PlatformAudio::init() { in init() 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() 153 void PlatformAudio::releaseAudioDataEvent(struct chreAudioDataEvent *event) {} in releaseAudioDataEvent() 155 size_t PlatformAudio::getSourceCount() { in getSourceCount() 160 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
/system/chre/platform/linux/ |
D | platform_audio.cc | 36 PlatformAudio::PlatformAudio() {} in PlatformAudio() function in chre::PlatformAudio 38 PlatformAudio::~PlatformAudio() {} in ~PlatformAudio() 40 void PlatformAudio::init() { in init() 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() 100 void PlatformAudio::releaseAudioDataEvent(struct chreAudioDataEvent *event) { in releaseAudioDataEvent() 104 size_t PlatformAudio::getSourceCount() { in getSourceCount() 108 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource()
|
D | init.cc | 90 chre::PlatformAudio::addAudioSource(audioSource); in main()
|
/system/chre/platform/include/chre/platform/ |
D | platform_audio.h | 30 class PlatformAudio : public PlatformAudioBase, public NonCopyable { 36 PlatformAudio(); 42 ~PlatformAudio();
|
/system/chre/core/include/chre/core/ |
D | audio_request_manager.h | 118 PlatformAudio &getPlatformAudio() { in getPlatformAudio() 214 PlatformAudio mPlatformAudio;
|