Home
last modified time | relevance | path

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

/frameworks/av/include/media/
DVolumeShaper.h350 FLAG_CREATE_IF_NECESSARY = (1 << 4), enumerator
353 | FLAG_CREATE_IF_NECESSARY),
813 & VolumeShaper::Operation::FLAG_CREATE_IF_NECESSARY) != 0) { in applyVolumeShaper()
/frameworks/av/media/libmediaplayer2/
DJAudioTrack.cpp717 if (flags | media::VolumeShaper::Operation::FLAG_CREATE_IF_NECESSARY) { in createVolumeShaperOperationObj()