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

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHeadset.aidl 56 void clccResponse(int index, int direction, int status, int mode, boolean mpty,
BluetoothHeadset.java 835 public void clccResponse(int index, int direction, int status, int mode, boolean mpty,
839 mService.clccResponse(index, direction, status, mode, mpty, number, type);
    [all...]
  /external/bluetooth/bluedroid/bta/hf_client/
bta_hf_client_act.c 704 void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number)
713 evt.clcc.mpty = mpty;
bta_hf_client_at.c 542 static void bta_hf_client_handle_clcc(UINT16 idx, UINT16 dir, UINT16 status, UINT16 mode, UINT16 mpty, char *numstr, UINT16 type)
544 APPL_TRACE_DEBUG("%s idx: %u dir: %u status: %u mode: %u mpty: %u",
545 __FUNCTION__, idx, dir, status, mode, mpty);
552 bta_hf_client_clcc(idx, dir, status, mpty, numstr);
988 UINT16 idx, dir, status, mode, mpty; local
997 &idx, &dir, &status, &mode, &mpty, &offset);
1043 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, numstr, type);
1048 bta_hf_client_handle_clcc(idx, dir, status, mode, mpty, NULL, 0);
    [all...]
bta_hf_client_int.h 288 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 323 public HeadsetClccResponse(int index, int direction, int status, int mode, boolean mpty,
329 mMpty = mpty;
HeadsetService.java 265 public void clccResponse(int index, int direction, int status, int mode, boolean mpty,
269 service.clccResponse(index, direction, status, mode, mpty, number, type);
503 private void clccResponse(int index, int direction, int status, int mode, boolean mpty,
507 new HeadsetClccResponse(index, direction, status, mode, mpty, number, type));
HeadsetStateMachine.java     [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_hf_client_api.h 212 BOOLEAN mpty; member in struct:__anon5431
  /hardware/libhardware/include/hardware/
bt_hf.h 279 bthf_call_mpty_type_t mpty, const char *number,
bt_hf_client.h 238 bthf_client_call_mpty_type_t mpty,
  /external/chromium_org/media/formats/mp4/
box_reader_unittest.cc 56 FreeBox mpty; member in struct:media::mp4::SkipBox
67 reader->MaybeReadChild(&mpty);
  /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 755 jint callStatus, jint mode, jboolean mpty, jstring number_str,
773 mpty ? BTHF_CALL_MPTY_TYPE_MULTI : BTHF_CALL_MPTY_TYPE_SINGLE,
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c     [all...]
btif_hf_client.c 850 p_data->clcc.mpty ? BTHF_CLIENT_CALL_MPTY_TYPE_MULTI : BTHF_CLIENT_CALL_MPTY_TYPE_SINGLE,
    [all...]

Completed in 573 milliseconds