Searched refs:kWhatVolumeUpdate (Results 1 - 2 of 2) sorted by relevance

/frameworks/wilhelm/src/android/
H A Dandroid_GenericPlayer.h110 kWhatVolumeUpdate = 'volu', // set the channel gains to specified values enumerator in enum:android::GenericPlayer::__anon1607
H A Dandroid_GenericPlayer.cpp210 (new AMessage(kWhatVolumeUpdate, id()))->post();
345 case kWhatVolumeUpdate:
346 SL_LOGV("kWhatVolumeUpdate");

Completed in 73 milliseconds