OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:samplesULaw8
(Results
1 - 4
of
4
) sorted by null
/system/chre/platform/linux/
audio_source.cc
36
if (dataEvent.
samplesULaw8
!= nullptr) {
38
const_cast<uint8_t *>(dataEvent.
samplesULaw8
)));
platform_audio.cc
145
source->dataEvent.
samplesULaw8
= static_cast<uint8_t *>(
/system/chre/chre_api/include/chre_api/chre/
audio.h
267
const uint8_t *
samplesULaw8
;
/system/chre/platform/slpi/
platform_audio.cc
71
dataEvent->
samplesULaw8
= event->samples_ulaw8;
Completed in 48 milliseconds