/aosp12/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/ |
H A D | SdCardEjectionTests.kt | 62 data class Volume( dataClass 141 private fun initializeVirtualDisk(): Volume { 162 private fun retrieveNewVolume(existingVolumes: List<String>): Volume { 173 return Volume(diskId = sections.first(), fsUuid = sections.last()).also { 186 private fun movePackage(pkgName: String, volume: Volume) { 195 private fun unmount(volume: Volume, pkgName: String) { 215 private fun remount(volume: Volume, hostApkFile: File, pkgName: String) {
|
/aosp12/frameworks/proto_logging/stats/enums/stats/mediaprovider/ |
H A D | mediaprovider_enums.proto | 22 // Volume is unknown 24 // Volume is MediaStore.VOLUME_INTERNAL 26 // Volume is MediaStore.VOLUME_EXTERNAL_PRIMARY 28 // Volume is non-primary external storage
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/loaders/ |
H A D | Mandelbulb.java | 25 import com.example.android.rs.vr.engine.Volume; 53 public static Volume buildRSVolume(RenderScript rs, in buildRSVolume() 57 Volume v = new Volume(); in buildRSVolume()
|
H A D | Droid.java | 25 import com.example.android.rs.vr.engine.Volume; 60 public static Volume buildRSVolume(RenderScript rs, in buildRSVolume() 64 Volume v = new Volume(); in buildRSVolume()
|
H A D | LoaderDicom.java | 25 import com.example.android.rs.vr.engine.Volume; 266 public static Volume buildVolume(String dirName) { in buildVolume() 270 public static Volume buildVolume(File dir) { in buildVolume() 289 Volume v = new Volume(); in buildVolume() 335 public static Volume buildRSVolume(final RenderScript rs, File dir, in buildRSVolume() 355 final Volume v = new Volume(); in buildRSVolume() 495 public static Volume buildRSVolume2(final RenderScript rs, File dir, in buildRSVolume2() 514 Volume v = new Volume(); in buildRSVolume2()
|
H A D | VolumeLoader.java | 22 import com.example.android.rs.vr.engine.Volume; 58 public Volume getVolume(RenderScript rs, String name) { in getVolume() 75 Volume v = LoaderDicom.buildRSVolume(rs, new File(baseDir, dir), mListener); in getVolume() 85 Volume v = LoaderRaw.buildRSVolume(rs, new File(baseDir, dir), p, mListener); in getVolume()
|
H A D | LoaderRaw.java | 25 import com.example.android.rs.vr.engine.Volume; 51 public static Volume buildRSVolume(final RenderScript rs, File dir, Properties prop, in buildRSVolume() 54 Volume v = new Volume(); in buildRSVolume()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bundle/src/ |
H A D | LVM_Control.cpp | 313 LVM_INT16 Volume = 0; /* Required volume in dBs */ in LVM_SetVolume() local 320 Volume = 0; in LVM_SetVolume() 322 Volume = pParams->VC_EffectLevel; in LVM_SetVolume() 326 if (Volume > -60) /* Limit volume loss to PSA Limits*/ in LVM_SetVolume() 327 pInstance->PSA_GainOffset = (LVM_INT16)(-Volume); /* Loss is compensated by Gain*/ in LVM_SetVolume() 339 if (Volume > -pInstance->Headroom) Volume = (LVM_INT16)-pInstance->Headroom; in LVM_SetVolume() 347 if (Volume != 0) { in LVM_SetVolume() 348 pInstance->VC_VolumedB = Volume; in LVM_SetVolume() 356 dBOffset = (LVM_UINT16)((-Volume) % 6); /* Get the dBs 0-5 */ in LVM_SetVolume() 357 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts */ in LVM_SetVolume()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Bass/src/ |
H A D | LVDBE_Control.cpp | 188 LVM_INT16 Volume = 0; /* Required volume in dBs */ in LVDBE_SetVolume() local 199 Volume = VOLUME_MAX; in LVDBE_SetVolume() 201 Volume = pParams->VolumedB; in LVDBE_SetVolume() 208 dBOffset = (LVM_UINT16)(6 + Volume % 6); /* Get the dBs 0-5 */ in LVDBE_SetVolume() 209 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts */ in LVDBE_SetVolume()
|
H A D | LVDBE_Init.cpp | 123 pInstance->pData->AGCInstance.Volume = pInstance->pData->AGCInstance.Target; in LVDBE_Init()
|
/aosp12/bootable/recovery/recovery_utils/include/recovery_utils/ |
H A D | roots.h | 23 using Volume = android::fs_mgr::FstabEntry; variable 29 Volume* volume_for_mount_point(const std::string& mount_point);
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/ |
H A D | VrActivity.java | 39 import com.example.android.rs.vr.engine.Volume; 72 class VrSetupTask extends AsyncTask<String, Integer, Volume> { 94 protected Volume doInBackground(String... names) { in doInBackground() 111 protected void onPostExecute(Volume v) { in onPostExecute()
|
H A D | VrView.java | 38 import com.example.android.rs.vr.engine.Volume; 304 public void setVolume(RenderScript rs, Volume v) { in setVolume() 458 class VrBinGridTask extends AsyncTask<Volume, String, Long> { 461 protected Long doInBackground(Volume... v) { in doInBackground()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/src/ |
H A D | AGC_MIX_VOL_2St1Mon_D32_WRA.cpp | 95 LVM_FLOAT Vol_Current = pInstance->Volume; /* Actual volume setting */ in AGC_MIX_VOL_Mc1Mon_D32_WRA() 160 pInstance->Volume = Vol_Current; /* Actual volume setting */ in AGC_MIX_VOL_Mc1Mon_D32_WRA()
|
/aosp12/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/ |
H A D | Cube.java | 25 public Cube(Volume v, float delta) { in Cube() 29 public Cube(Volume v, float delta, float[] trim) { in Cube()
|
H A D | RsBrickedBitMask.java | 36 Volume mVolume;
|
H A D | Volume.java | 28 public class Volume { class
|
H A D | VrState.java | 30 public Volume mVolume;
|
/aosp12/frameworks/av/services/audiopolicy/engine/common/include/ |
H A D | VolumeCurve.h | 96 audio_devices_t device = Volume::getDeviceForVolume(deviceTypes); in getVolumeIndex() 117 device = Volume::getDeviceForVolume({device}); in hasVolumeIndexForDevice()
|
/aosp12/frameworks/av/media/libeffects/lvm/lib/Common/lib/ |
H A D | AGC.h | 37 LVM_FLOAT Volume; /* The current volume setting */ member
|
/aosp12/frameworks/av/services/audiopolicy/common/include/ |
H A D | Volume.h | 62 class Volume
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | cec_key_handling.md | 16 | Volume keys | Handle on device or send to soundbar | Send to TV or soundbar …
|
/aosp12/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/ |
H A D | SettingsProtoDumpUtil.java | 2606 SecureSettingsProto.Volume.HUSH_GESTURE); in dumpProtoSecureSettingsLocked() 2928 SystemSettingsProto.Volume.RING); in dumpProtoSystemSettingsLocked() 2931 SystemSettingsProto.Volume.SYSTEM); in dumpProtoSystemSettingsLocked() 2934 SystemSettingsProto.Volume.VOICE); in dumpProtoSystemSettingsLocked() 2937 SystemSettingsProto.Volume.MUSIC); in dumpProtoSystemSettingsLocked() 2940 SystemSettingsProto.Volume.ALARM); in dumpProtoSystemSettingsLocked() 2943 SystemSettingsProto.Volume.NOTIFICATION); in dumpProtoSystemSettingsLocked() 2946 SystemSettingsProto.Volume.BLUETOOTH_SCO); in dumpProtoSystemSettingsLocked() 2949 SystemSettingsProto.Volume.ACCESSIBILITY); in dumpProtoSystemSettingsLocked() 2952 SystemSettingsProto.Volume.MASTER); in dumpProtoSystemSettingsLocked() [all …]
|
/aosp12/hardware/interfaces/audio/policy/1.0/xml/api/ |
H A D | current.txt | 251 public class Volume { 252 ctor public Volume(); 270 method public java.util.List<audio.policy.V1_0.Volume> getVolume();
|
/aosp12/hardware/interfaces/audio/effect/2.0/ |
H A D | types.hal | 53 * | Volume | 6..8 | 0 none 133 // Volume control
|