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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 55 void phoneStateChanged(int numActive, int numHeld, int callState, String number, int type);
BluetoothHeadset.java 813 public void phoneStateChanged(int numActive, int numHeld, int callState, String number,
817 mService.phoneStateChanged(numActive, numHeld, callState, number, type);
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 151 void setNumActiveCall(int numActive) {
152 mNumActive = numActive;
371 public HeadsetCallState(int numActive, int numHeld, int callState, String number, int type) {
372 mNumActive = numActive;
HeadsetService.java 258 public void phoneStateChanged(int numActive, int numHeld, int callState,
262 service.phoneStateChanged(numActive, numHeld, callState, number, type);
494 private void phoneStateChanged(int numActive, int numHeld, int callState,
498 msg.obj = new HeadsetCallState(numActive, numHeld, callState, number, type);
HeadsetStateMachine.java     [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneService.java 752 "numActive %s, " +
771 "numActive %s, " +
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 1278 size_t numactive = mActiveTracks.size(); local
    [all...]

Completed in 318 milliseconds