Searched refs:gPrevInChannelCount (Results 1 - 2 of 2) sorted by relevance
/frameworks/base/media/libmedia/ | ||
H A D | AudioSystem.cpp | 49 int AudioSystem::gPrevInChannelCount = 1; member in class:android::AudioSystem 320 || (channelCount != gPrevInChannelCount)) { 324 gPrevInChannelCount = channelCount; |
/frameworks/base/include/media/ | ||
H A D | AudioSystem.h | 413 static int gPrevInChannelCount; member in class:android::AudioSystem |
Completed in 35 milliseconds