Searched refs:PLAYEREVENT_CHANNEL_COUNT (Results 1 – 3 of 3) sorted by relevance
116 #define PLAYEREVENT_CHANNEL_COUNT "ccnt" // channel count is now known macro
436 } else if (msg->findInt32(PLAYEREVENT_CHANNEL_COUNT, &val1)) { in onNotify()437 SL_LOGV("GenericPlayer notifying %s = %d", PLAYEREVENT_CHANNEL_COUNT, val1); in onNotify()
560 notify(PLAYEREVENT_CHANNEL_COUNT, channelCount, true /*async*/); in afterMediaPlayerPreparedSuccessfully()