OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sPcmFormatCompareTable
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
AudioPort.cpp
233
const audio_format_t AudioPort::
sPcmFormatCompareTable
[] = {
258
(i < ARRAY_SIZE(
sPcmFormatCompareTable
)) && ((index1 == -1) || (index2 == -1));
260
if (
sPcmFormatCompareTable
[i] == format1) {
263
if (
sPcmFormatCompareTable
[i] == format2) {
310
audio_format_t bestFormat =
sPcmFormatCompareTable
[ARRAY_SIZE(
sPcmFormatCompareTable
) - 1];
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
AudioPort.h
110
static const audio_format_t
sPcmFormatCompareTable
[];
Completed in 34 milliseconds