OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gOutputs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmedia/
AudioSystem.cpp
40
DefaultKeyedVector<audio_io_handle_t, AudioSystem::OutputDescriptor *> AudioSystem::
gOutputs
(0);
240
outputDesc = AudioSystem::
gOutputs
.valueFor(output);
242
ALOGV("getOutputSamplingRate() no output descriptor for output %d in
gOutputs
", output);
282
outputDesc = AudioSystem::
gOutputs
.valueFor(output);
322
outputDesc = AudioSystem::
gOutputs
.valueFor(output);
427
AudioSystem::
gOutputs
.clear();
449
if (
gOutputs
.indexOfKey(ioHandle) >= 0) {
457
gOutputs
.add(ioHandle, outputDesc);
464
if (
gOutputs
.indexOfKey(ioHandle) < 0) {
470
gOutputs
.removeItem(ioHandle)
[
all
...]
/frameworks/av/include/media/
AudioSystem.h
240
// and output configuration cache (
gOutputs
)
309
static DefaultKeyedVector<audio_io_handle_t, OutputDescriptor *>
gOutputs
;
Completed in 24 milliseconds