Searched defs:PlatformAudio (Results 1 - 4 of 4) sorted by relevance

/system/chre/platform/include/chre/platform/
H A Dplatform_audio.h30 class PlatformAudio : public PlatformAudioBase, class in namespace:chre
37 PlatformAudio();
43 ~PlatformAudio();
/system/chre/platform/slpi/
H A Dplatform_audio.cc86 PlatformAudio::PlatformAudio() {} function in class:chre::PlatformAudio
88 PlatformAudio::~PlatformAudio() {
92 void PlatformAudio::init() {
97 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) {
117 bool PlatformAudio::requestAudioDataEvent(uint32_t handle,
125 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) {
130 void PlatformAudio::releaseAudioDataEvent(struct chreAudioDataEvent *event) {
135 size_t PlatformAudio
[all...]
/system/chre/platform/android/
H A Dplatform_audio.cc43 auto *platformAudio = static_cast<PlatformAudio *>(cookie);
85 PlatformAudio::PlatformAudio() { function in class:chre::PlatformAudio
127 PlatformAudio::~PlatformAudio() {
132 void PlatformAudio::init() {
136 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) {
140 bool PlatformAudio::requestAudioDataEvent(uint32_t handle,
149 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) {
153 void PlatformAudio
[all...]
/system/chre/platform/linux/
H A Dplatform_audio.cc35 PlatformAudio::PlatformAudio() {} function in class:chre::PlatformAudio
37 PlatformAudio::~PlatformAudio() {}
39 void PlatformAudio::init() {
80 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) {
84 bool PlatformAudio::requestAudioDataEvent(uint32_t handle,
96 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) {
102 void PlatformAudio::releaseAudioDataEvent(struct chreAudioDataEvent *event) {
106 size_t PlatformAudio
[all...]

Completed in 67 milliseconds