HomeSort by relevance Sort by last modified time
    Searched defs:AudioState (Results 1 - 7 of 7) sorted by null

  /external/webrtc/webrtc/
audio_state.h 26 // AudioState holds the state which must be shared between multiple instances of
28 class AudioState : public rtc::RefCountInterface {
32 // AudioState will tickle the VoE refcount to keep it alive for as long as
33 // the AudioState itself.
41 static rtc::scoped_refptr<AudioState> Create(
42 const AudioState::Config& config);
44 virtual ~AudioState() {}
  /external/webrtc/webrtc/audio/
audio_state.cc 21 AudioState::AudioState(const AudioState::Config& config)
24 // Only one AudioState should be created per VoiceEngine.
28 AudioState::~AudioState() {
33 VoiceEngine* AudioState::voice_engine() {
38 bool AudioState::typing_noise_detected() const {
45 int AudioState::AddRef() const {
50 int AudioState::Release() const
    [all...]
  /cts/suite/audio_quality/lib/include/audio/
AudioLocal.h 77 enum AudioState{
83 volatile AudioState mState;
  /frameworks/base/telecomm/java/android/telecom/
AudioState.java 33 public class AudioState implements Parcelable {
60 public AudioState(boolean muted, int route, int supportedRouteMask) {
66 public AudioState(AudioState state) {
72 public AudioState(CallAudioState state) {
83 if (!(obj instanceof AudioState)) {
86 AudioState state = (AudioState) obj;
94 "[AudioState isMuted: %b, route: %s, supportedRouteMask: %s]",
130 * Responsible for creating AudioState objects for deserialized Parcels
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
CallAudioRouteStateMachine.java 48 * The eight states are all instances of the abstract base class, {@link AudioState}. Each state
52 * Messages are processed first by the processMessage method in the base class, AudioState.
53 * Any messages not completely handled by AudioState are further processed by the same method in
208 abstract class AudioState extends State {
416 abstract class EarpieceRoute extends AudioState {
594 abstract class HeadsetRoute extends AudioState {
    [all...]
  /prebuilts/sdk/system_23/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 135 milliseconds