HomeSort by relevance Sort by last modified time
    Searched refs:valueInt (Results 1 - 10 of 10) sorted by null

  /hardware/libhardware_legacy/audio/
AudioDumpInterface.cpp 193 int valueInt;
354 int valueInt;
357 if (param.getInt(String8("set_id"), valueInt) == NO_ERROR) {
358 mId = valueInt;
361 if (param.getInt(String8("format"), valueInt) == NO_ERROR) {
363 mFormat = valueInt;
368 if (param.getInt(String8("channels"), valueInt) == NO_ERROR) {
369 if (valueInt == AudioSystem::CHANNEL_OUT_STEREO || valueInt == AudioSystem::CHANNEL_OUT_MONO) {
370 mChannels = valueInt;
    [all...]
AudioPolicyManagerBase.cpp     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 202 processConnectionEvent(event.valueInt, event.device);
317 processConnectionEvent(event.valueInt, event.device);
545 processConnectionEvent(event.valueInt, event.device);
548 processAudioStateEvent(event.valueInt, event.device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetStateMachine.java 383 processConnectionEvent(event.valueInt, event.device);
524 processConnectionEvent(event.valueInt, event.device);
532 processAtBiev(event.valueInt, event.valueInt2, event.device);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dpsink/
A2dpSinkStateMachine.java 224 processConnectionEvent(event.valueInt, event.device);
343 processConnectionEvent(event.valueInt, event.device);
560 processConnectionEvent(event.valueInt, event.device);
563 processAudioStateEvent(event.valueInt, event.device);
    [all...]
  /frameworks/av/services/audioflinger/
AudioMixer.cpp 610 int valueInt = static_cast<int>(reinterpret_cast<uintptr_t>(value));
619 static_cast<audio_channel_mask_t>(valueInt);
640 audio_format_t format = static_cast<audio_format_t>(valueInt);
654 audio_format_t format = static_cast<audio_format_t>(valueInt);
662 static_cast<audio_channel_mask_t>(valueInt);
676 ALOG_ASSERT(valueInt > 0, "bad sample rate %d", valueInt);
677 if (track.setResampler(uint32_t(valueInt), mSampleRate)) {
679 uint32_t(valueInt));
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 463 milliseconds