OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NUM_AUDIO_DEVICES
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libmediaplayerservice/
MediaPlayerService.h
265
NUM_AUDIO_DEVICES
270
int deviceOn[
NUM_AUDIO_DEVICES
]; // whether the device is currently used
271
int32_t lastTime[
NUM_AUDIO_DEVICES
]; // in ms
273
int32_t totalTime[
NUM_AUDIO_DEVICES
]; // in ms
MediaPlayerService.cpp
278
for (int i = 0; i <
NUM_AUDIO_DEVICES
; i++) {
[
all
...]
Completed in 678 milliseconds