Home
last modified time | relevance | path

Searched refs:MSG_PLAYBACK_CONFIG_CHANGE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/audio/
DAudioService.java273 private static final int MSG_PLAYBACK_CONFIG_CHANGE = 29; field in AudioService
2275 sendMsg(mAudioHandler, MSG_PLAYBACK_CONFIG_CHANGE, SENDMSG_REPLACE,
5601 case MSG_PLAYBACK_CONFIG_CHANGE: in handleMessage()