HomeSort by relevance Sort by last modified time
    Searched refs:Volume (Results 1 - 25 of 62) sorted by null

1 2 3

  /frameworks/av/services/audiopolicy/engineconfigurable/include/
EngineDefinition.h 19 #include <Volume.h>
  /frameworks/av/services/audiopolicy/common/managerdefinitions/include/
Gains.h 35 // default volume curve
36 static const VolumeCurvePoint sDefaultVolumeCurve[Volume::VOLCNT];
37 // default volume curve for media strategy
38 static const VolumeCurvePoint sDefaultMediaVolumeCurve[Volume::VOLCNT];
39 // volume curve for non-media audio on ext media outputs (HDMI, Line, etc)
40 static const VolumeCurvePoint sExtMediaSystemVolumeCurve[Volume::VOLCNT];
41 // volume curve for media strategy on speakers
42 static const VolumeCurvePoint sSpeakerMediaVolumeCurve[Volume::VOLCNT];
43 static const VolumeCurvePoint sSpeakerMediaVolumeCurveDrc[Volume::VOLCNT];
44 // volume curve for sonification strategy on speaker
    [all...]
IVolumeCurvesCollection.h 20 #include <Volume.h>
StreamDescriptor.h 27 // stream descriptor used for volume control
43 device = Volume::getDeviceForVolume(device);
57 KeyedVector<audio_devices_t, int> mIndexCur; /**< current volume index per device. */
58 int mIndexMin; /**< min volume index. */
59 int mIndexMax; /**< max volume index. */
64 * stream descriptors collection for volume control
  /bootable/recovery/
roots.h 22 // Load and parse volume data from /etc/recovery.fstab.
25 // Return the Volume* record for this path (or NULL).
26 Volume* volume_for_path(const char* path);
28 // Make sure that the volume 'path' is on is mounted. Returns 0 on
29 // success (volume is mounted).
35 // Make sure that the volume 'path' is on is unmounted. Returns 0 on
36 // success (volume is unmounted);
39 // Reformat the given volume (must be the mount point only, eg
40 // "/cache"), no paths permitted. Attempts to unmount the volume if
42 int format_volume(const char* volume);
    [all...]
common.h 40 typedef struct fstab_rec Volume;
roots.cpp 62 Volume* v = &fstab->recs[i];
69 Volume* volume_for_path(const char* path) {
73 // Mount the volume specified by path at the given mount_point.
75 Volume* v = volume_for_path(path);
77 LOGE("unknown volume for path [%s]\n", path);
99 // volume is already mounted
137 Volume* v = volume_for_path(path);
139 LOGE("unknown volume for path [%s]\n", path);
157 // volume is already unmounted
178 int format_volume(const char* volume, const char* directory)
    [all...]
  /frameworks/av/services/audiopolicy/common/managerdefinitions/src/
Gains.cpp 28 #include <Volume.h>
36 Gains::sDefaultVolumeCurve[Volume::VOLCNT] = {
42 Gains::sDefaultMediaVolumeCurve[Volume::VOLCNT] = {
47 Gains::sExtMediaSystemVolumeCurve[Volume::VOLCNT] = {
52 Gains::sSpeakerMediaVolumeCurve[Volume::VOLCNT] = {
57 Gains::sSpeakerMediaVolumeCurveDrc[Volume::VOLCNT] = {
62 Gains::sSpeakerSonificationVolumeCurve[Volume::VOLCNT] = {
67 Gains::sSpeakerSonificationVolumeCurveDrc[Volume::VOLCNT] = {
71 // AUDIO_STREAM_SYSTEM, AUDIO_STREAM_ENFORCED_AUDIBLE and AUDIO_STREAM_DTMF volume tracks
77 Gains::sDefaultSystemVolumeCurve[Volume::VOLCNT] =
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/manage/
test_manage.py 2 from boto.manage.volume import Volume
5 print('--> Creating New Volume')
6 volume = Volume.create() variable
7 print(volume)
24 print('--> Now run volume.make_ready to make the volume ready to use on server')
25 volume.make_ready(server)
32 status = server.run('ls -al %s' % volume.mount_point
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/lib/
AGC.h 45 LVM_INT32 Volume; /* The current volume setting */
46 LVM_INT32 Target; /* The target volume setting */
51 LVM_INT16 VolumeShift; /* Volume shift scaling */
52 LVM_INT16 VolumeTC; /* Volume update time constant */
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/
Droid.java 25 import com.example.android.rs.vr.engine.Volume;
60 public static Volume buildRSVolume(RenderScript rs,
64 Volume v = new Volume();
Mandelbulb.java 25 import com.example.android.rs.vr.engine.Volume;
53 public static Volume buildRSVolume(RenderScript rs,
57 Volume v = new Volume();
VolumeLoader.java 22 import com.example.android.rs.vr.engine.Volume;
58 public Volume getVolume(RenderScript rs, String name) {
75 Volume v = LoaderDicom.buildRSVolume(rs, new File(baseDir, dir), mListener);
85 Volume v = LoaderRaw.buildRSVolume(rs, new File(baseDir, dir), p, mListener);
LoaderRaw.java 25 import com.example.android.rs.vr.engine.Volume;
44 * This builds the volume based on a collection of raw image files
49 * @return The created volume
51 public static Volume buildRSVolume(final RenderScript rs, File dir, Properties prop,
54 Volume v = new Volume();
121 Log.v(LOGTAG, "make Volume " + z);
  /frameworks/av/services/audiopolicy/engine/interface/
AudioPolicyManagerInterface.h 21 #include <Volume.h>
  /frameworks/av/services/audiopolicy/engineconfigurable/interface/
AudioPolicyPluginInterface.h 21 #include <Volume.h>
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/unit/ec2/
test_volume.py 5 from boto.ec2.volume import Volume, AttachmentSet, VolumeAttribute
17 self.volume_one = Volume()
26 self.volume_two = Volume()
36 @mock.patch("boto.ec2.volume.TaggedEC2Object.startElement")
38 volume = Volume()
39 volume.startElement("some name", "some attrs", None)
46 @mock.patch("boto.ec2.volume.TaggedEC2Object.startElement")
50 volume = Volume(
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Bass/src/
LVDBE_Control.c 189 /* Converts the input volume demand from dBs to linear. */
196 /* 1. The volume should have the following settings: */
198 /* DBE Vol Control Volume setting */
213 LVM_INT16 Volume = 0; /* Required volume in dBs */
216 * Apply the volume if enabled
225 Volume = VOLUME_MAX;
229 Volume = pParams->VolumedB;
237 dBOffset = (LVM_UINT16)(6 + Volume % 6); /* Get the dBs 0-5 */
238 dBShifts = (LVM_UINT16)(Volume / -6); /* Get the 6dB shifts *
    [all...]
  /frameworks/av/media/libeffects/lvm/lib/Common/src/
AGC_MIX_VOL_2St1Mon_D32_WRA.c 50 /* MonoSrc -->| AGC |---->| + |----->| Volume |------------------------------+---> */
91 LVM_INT16 Vol_Mult; /* Short volume */
103 LVM_INT32 Vol_Current = pInstance->Volume; /* Actual volume setting */
104 LVM_INT32 Vol_Target = pInstance->Target; /* Target volume setting */
105 LVM_INT16 Vol_Shift = pInstance->VolumeShift; /* Volume shift scaling */
119 Vol_Mult = (LVM_INT16)(Vol_Current >> 16); /* Get the short volume gain */
141 * Apply the volume and write to the output stream
191 pInstance->Volume = Vol_Current; /* Actual volume setting *
    [all...]
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Cube.java 25 public Cube(Volume v, float delta) {
29 public Cube(Volume v, float delta, float[] trim) {