Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/audio/
H A DAudioService.java379 private static final int MSG_PLAYBACK_CONFIG_CHANGE = 29; field in AudioService
4261 sendMsg(mAudioHandler, MSG_PLAYBACK_CONFIG_CHANGE, SENDMSG_REPLACE,
9315 case MSG_PLAYBACK_CONFIG_CHANGE: in handleMessage()