Home
last modified time | relevance | path

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

/device/lge/hammerhead/sepolicy/
Dthermald.te12 # b/12450712: The dac_override should likely be fixed. It is included to
14 # the proper perms on those files are fixed this can likely be
/device/asus/fugu/libaudio/
DAudioOutput.cpp496 void AudioOutput::setOutputIsFixed(bool fixed) { in setOutputIsFixed() argument
498 if (mOutputFixed != fixed) { in setOutputIsFixed()
499 mOutputFixed = fixed; in setOutputIsFixed()
DAudioOutput.h87 void setOutputIsFixed(bool fixed);