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

  /packages/services/Telecomm/src/com/android/server/telecom/
BluetoothHeadsetProxy.java 39 public void clccResponse(int index, int direction, int status, int mode, boolean mpty,
42 mBluetoothHeadset.clccResponse(index, direction, status, mode, mpty, number, type);
  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 58 void clccResponse(int index, int direction, int status, int mode, boolean mpty,
BluetoothHeadset.java     [all...]
  /system/bt/bta/hf_client/
bta_hf_client_act.c 699 void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number)
708 evt.clcc.mpty = mpty;
bta_hf_client_at.c 550 static void bta_hf_client_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type)
552 APPL_TRACE_DEBUG("%s idx: %u dir: %u status: %u mode: %u mpty: %u",
553 __FUNCTION__, idx, dir, status, mode, mpty);
560 bta_hf_client_clcc(idx, dir, status, mpty, numstr);
1046 UINT16 idx, dir, status, mode, mpty; local
1055 &idx, &dir, &status, &mode, &mpty, &offset);
1110 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, numstr, type);
1115 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, NULL, 0);
    [all...]
bta_hf_client_int.h 287 extern void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetPhoneState.java 392 public HeadsetClccResponse(int index, int direction, int status, int mode, boolean mpty,
398 mMpty = mpty;
HeadsetService.java 282 public void clccResponse(int index, int direction, int status, int mode, boolean mpty,
286 service.clccResponse(index, direction, status, mode, mpty, number, type);
531 private void clccResponse(int index, int direction, int status, int mode, boolean mpty,
535 new HeadsetClccResponse(index, direction, status, mode, mpty, number, type));
HeadsetStateMachine.java     [all...]
  /hardware/libhardware/include/hardware/
bt_hf.h 304 bthf_call_mpty_type_t mpty, const char *number,
bt_hf_client.h 238 bthf_client_call_mpty_type_t mpty,
  /system/bt/bta/include/
bta_hf_client_api.h 212 BOOLEAN mpty; member in struct:__anon73101
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 196 bthf_client_call_mpty_type_t mpty,
203 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCurrentCalls, index, dir, state, mpty, js_number);
com_android_bluetooth_hfp.cpp 785 jint callStatus, jint mode, jboolean mpty, jstring number_str,
803 mpty ? BTHF_CALL_MPTY_TYPE_MULTI : BTHF_CALL_MPTY_TYPE_SINGLE,
    [all...]
  /system/bt/btif/src/
btif_hf.c     [all...]
btif_hf_client.c 851 p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI : BTHF_CLIENT_CALL_MPTY_TYPE_SINGLE,
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 225 milliseconds