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

  /external/bluetooth/bluedroid/btif/src/
btif_hf_client.c 416 ** Function dial_memory
423 static bt_status_t dial_memory(int location) function
679 .dial_memory = dial_memory,
    [all...]
  /hardware/libhardware/include/hardware/
bt_hf_client.h 332 bt_status_t (*dial_memory) (int location); member in struct:__anon41272
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientStateMachine.java 88 static final int DIAL_MEMORY = 11;
513 case DIAL_MEMORY:
545 case DIAL_MEMORY:
690 case DIAL_MEMORY:
    [all...]
HeadsetClientService.java 667 Message msg = mStateMachine.obtainMessage(HeadsetClientStateMachine.DIAL_MEMORY);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 495 if ( (status = sBluetoothHfpClientInterface->dial_memory((int)location)) != BT_STATUS_SUCCESS) {

Completed in 2593 milliseconds