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

  /device/samsung/crespo/libaudio/
AudioHardware.h 174 int mTTYMode;
AudioHardware.cpp 94 mTTYMode(TTY_MODE_OFF),
519 if (ttyMode != mTTYMode) {
521 mTTYMode = ttyMode;
897 switch (mTTYMode) {
    [all...]
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 339 int mTTYMode;
AudioHardware.cpp 109 mVoiceVolume(VOICE_VOLUME_MAX), mTTYMode(TTY_MODE_OFF)
499 if (ttyMode != mTTYMode) {
501 mTTYMode = ttyMode;
    [all...]

Completed in 204 milliseconds