OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAYEREVENT_CHANNEL_COUNT
(Results
1 - 3
of
3
) sorted by null
/frameworks/wilhelm/src/android/
android_defs.h
116
#define
PLAYEREVENT_CHANNEL_COUNT
"ccnt" // channel count is now known
android_GenericPlayer.cpp
435
} else if (msg->findInt32(
PLAYEREVENT_CHANNEL_COUNT
, &val1)) {
436
SL_LOGV("GenericPlayer notifying %s = %d",
PLAYEREVENT_CHANNEL_COUNT
, val1);
android_GenericMediaPlayer.cpp
557
notify(
PLAYEREVENT_CHANNEL_COUNT
, channelCount, true /*async*/);
Completed in 900 milliseconds