HomeSort by relevance Sort by last modified time
    Searched refs:vol (Results 51 - 75 of 176) sorted by null

1 23 4 5 6 7 8

  /external/webrtc/webrtc/voice_engine/test/cmd_test/
voe_cmd_test.cc 408 unsigned int vol = 999; local
409 res = volume->GetMicVolume(vol);
411 if ((vol > 255) || (vol < 1)) {
535 unsigned vol(0);
536 res = volume->GetSpeakerVolume(vol);
538 printf("\n Speaker Volume is %d \n", vol);
546 unsigned vol(0);
547 res = volume->GetMicVolume(vol);
549 printf("\n Microphone Volume is %d \n", vol);
    [all...]
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java     [all...]
  /frameworks/base/core/java/com/android/internal/content/
PackageHelper.java 368 for (VolumeInfo vol : storageManager.getVolumes()) {
369 if (vol.type == VolumeInfo.TYPE_PRIVATE && vol.isMountedWritable()) {
370 final long availBytes = storageManager.getStorageBytesUntilLow(new File(vol.path));
372 allCandidates.add(vol.fsUuid);
375 bestCandidate = vol;
  /device/asus/fugu/libaudio/
AudioOutput.cpp 481 void AudioOutput::setVolume(float vol) {
483 if (mVolume != vol) {
484 mVolume = vol;
AudioOutput.h 85 void setVolume(float vol);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PublicVolumeSettings.java 245 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) {
246 if (Objects.equals(mVolume.getId(), vol.getId())) {
247 mVolume = vol;
PrivateVolumeSettings.java 695 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) {
696 if (Objects.equals(mVolume.getId(), vol.getId())) {
697 mVolume = vol;
715 public static void show(PrivateVolumeSettings parent, VolumeInfo vol) {
721 args.putString(VolumeRecord.EXTRA_FS_UUID, vol.getFsUuid());
732 final VolumeInfo vol = storageManager.findVolumeByUuid(fsUuid); local
    [all...]
  /hardware/qcom/audio/hal/audio_extn/
audio_extn.h 34 void audio_extn_extspk_set_voice_vol(void* extn, float vol);
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 81 Int height = video->vol[video->currLayer]->height;
203 height = video->vol[video->currLayer]->height;
combined_encode.cpp 40 Vol *currVol = video->vol[video->currLayer];
265 Vol *currVol = video->vol[video->currLayer];
684 BitstreamEncVideo *stream = (bs1stream ? video->bitstream1 : video->vol[video->currLayer]->stream);
datapart_encode.cpp 39 Vol *currVol = video->vol[video->currLayer];
214 Vol *currVol = video->vol[video->currLayer];
rate_control.cpp 186 Vol *currVol = video->vol[currLayer];
294 Vol *currVol = video->vol[currLayer];
533 Vol *currVol = video->vol[video->currLayer];
703 Vol *currVol = video->vol[video->currLayer];
    [all...]
  /hardware/intel/common/libmix/mix_audio/src/
mixaudio.c 1151 struct snd_sst_vol vol = {0}; local
1373 struct snd_sst_vol vol = {0}; local
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
mp4lib_int.h 84 int volID; /* VOL identifier (for tracking) */
85 uint timeIncrementResolution;/* VOL time increment */
92 int complexity_estDisable; /* VOL disable complexity estimation */
93 int complexity_estMethod; /* VOL complexity estimation method */
97 int errorResDisable; /* VOL disable error resilence mode */
99 int useReverseVLC; /* VOL reversible VLCs */
100 int dataPartitioning; /* VOL data partitioning */
116 int scalability; /* VOL scalability (flag) */
119 int refVolID; /* VOL id of reference VOL */
203 Vol **vol; \/* Data stored for each VOL *\/ member in struct:tagVideoDecData
    [all...]
packet_util.cpp 31 Vol *currVol = video->vol[video->currLayer];
vop.cpp 74 * -- DecodeVolHeader -- Decode the header of a VOL
83 Vol *currVol;
96 currVol = video->vol[layer];
241 * Read the VOL header entries from the bitstream
393 /* we should put it in Vol structure. 04/12/2000. */
645 if (currVol->refVolID != video->vol[0]->volID) return PV_FAIL;
809 Vol *currVol = video->vol[video->currLayer];
    [all...]
  /hardware/qcom/audio/legacy/alsa_sound/
alsa_default.cpp 80 static void s_set_volte_volume(int vol);
    [all...]
AudioHardwareALSA.cpp 270 int vol = lrint(v * 100.0); local
275 vol = 100 - vol;
279 mALSADevice->setVoipVolume(vol);
282 mALSADevice->setVoiceVolume(vol);
284 mALSADevice->setVoLTEVolume(vol);
296 int vol; local
305 vol = lrint((value * 0x2000) + 0.5);
308 ALOGV("Setting FM volume to %d (available range is 0 to 0x2000)\n", vol);
310 mALSADevice->setFmVolume(vol);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/storage/
StorageFragment.java 248 public void onVolumeStateChanged(VolumeInfo vol, int oldState, int newState) {
249 mVolumeInfo = vol;
  /system/vold/
VolumeManager.cpp 370 auto vol = disk->findVolume(id); local
371 if (vol != nullptr) {
372 return vol;
391 auto vol = findVolume(id); local
392 if (vol != nullptr && vol->getState() == android::vold::VolumeBase::State::kMounted) {
393 path = vol->getPath();
472 int VolumeManager::setPrimary(const std::shared_ptr<android::vold::VolumeBase>& vol) {
473 mPrimary = vol;
    [all...]
  /bionic/libc/kernel/uapi/linux/
soundcard.h 609 #define SOUND_DEVICE_LABELS { "Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", "Mic ", "CD ", "Mix ", "Pcm2 ", "Rec ", "IGain", "OGain", "Line1", "Line2", "Line3", "Digital1", "Digital2", "Digital3", "PhoneIn", "PhoneOut", "Video", "Radio", "Monitor" }
610 #define SOUND_DEVICE_NAMES { "vol", "bass", "treble", "synth", "pcm", "speaker", "line", "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", "line1", "line2", "line3", "dig1", "dig2", "dig3", "phin", "phout", "video", "radio", "monitor" }
    [all...]
  /development/ndk/platforms/android-21/include/linux/
soundcard.h 611 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", "Mic ", "CD ", "Mix ", "Pcm2 ", "Rec ", "IGain", "OGain", "Line1", "Line2", "Line3", "Digital1", "Digital2", "Digital3", "PhoneIn", "PhoneOut", "Video", "Radio", "Monitor"}
612 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", "line1", "line2", "line3", "dig1", "dig2", "dig3", "phin", "phout", "video", "radio", "monitor"}
    [all...]
  /development/ndk/platforms/android-3/include/linux/
soundcard.h 568 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", "Mic ", "CD ", "Mix ", "Pcm2 ", "Rec ", "IGain", "OGain", "Line1", "Line2", "Line3", "Digital1", "Digital2", "Digital3", "PhoneIn", "PhoneOut", "Video", "Radio", "Monitor"}
570 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", "mic", "cd", "mix", "pcm2", "rec", "igain", "ogain", "line1", "line2", "line3", "dig1", "dig2", "dig3", "phin", "phout", "video", "radio", "monitor"}
773 #define SEQ_START_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEON, chn, note, vol)
775 #define SEQ_STOP_NOTE(dev, chn, note, vol) _CHN_VOICE(dev, MIDI_NOTEOFF, chn, note, vol)
  /external/kernel-headers/original/uapi/linux/
soundcard.h 796 #define SOUND_DEVICE_LABELS {"Vol ", "Bass ", "Trebl", "Synth", "Pcm ", "Spkr ", "Line ", \
801 #define SOUND_DEVICE_NAMES {"vol", "bass", "treble", "synth", "pcm", "speaker", "line", \
    [all...]

Completed in 3675 milliseconds

1 23 4 5 6 7 8