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

  /external/adhd/cras/src/server/
cras_telephony.h 33 int callheld; member in struct:cras_telephony_handle
cras_hfp_slc.c 33 "(\"callheld\",(0-2))," \
53 * callheld - Current callheld status of AG stored in SLC.
72 int callheld; member in struct:hfp_slc_handle
319 /* Fake the call list base on callheld and call status
324 if (handle->telephony->callheld)
381 * <callsetup>,<callheld>,<roam>
389 handle->telephony->callheld
708 handle->telephony->callheld);
cras_telephony.c 224 telephony_handle.callheld = value;
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
NativeInterface.java 260 private void onCallHeld(int callheld, byte[] address) {
262 event.valueInt = callheld;
  /system/bt/include/hardware/
bt_hf_client.h 230 /** Callback for callheld indicator
233 bthf_client_callheld_t callheld);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfpclient.cpp 192 bthf_client_callheld_t callheld) {
199 sCallbackEnv->CallVoidMethod(mCallbacksObj, method_onCallHeld, (jint)callheld,

Completed in 127 milliseconds