Searched defs:VolumeHandler (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/include/media/
H A DVolumeShaper.h47 // Use VolumeHandler for thread-safe encapsulation of multiple VolumeShapers.
591 // We allow a null operation here, though VolumeHandler always provides one.
735 /* VolumeHandler combines the volume factors of multiple VolumeShapers associated
740 * The server side VolumeHandler is used to maintain a list of volume handlers,
743 * The client side VolumeHandler is used to maintain a list of volume handlers,
746 class VolumeHandler : public RefBase { class in namespace:android
752 VolumeHandler() function in class:android::VolumeHandler
753 : VolumeHandler(0 /* sampleRate */) {
756 explicit VolumeHandler(uint32_t sampleRate) function in class:android::VolumeHandler
830 ALOGW("Too many app VolumeShapers, cannot add to VolumeHandler");
[all...]

Completed in 461 milliseconds