HomeSort by relevance Sort by last modified time
    Searched defs:operator_name (Results 1 - 4 of 4) sorted by null

  /packages/apps/Bluetooth/jni/
com_android_bluetooth_hfp.cpp 635 const char* operator_name = env->GetStringUTFChars(operator_str, NULL); local
638 sBluetoothHfpInterface->cops_response(operator_name, (bt_bdaddr_t*)addr);
643 env->ReleaseStringUTFChars(operator_str, operator_name);
  /system/bt/bta/include/
bta_hf_client_api.h 246 tBTA_HF_CLIENT_OPERATOR_NAME operator_name; member in union:__anon105693
  /hardware/qcom/audio/hal/msm8916/
platform.c 572 char *operator_name; local
574 operator_name = get_current_operator();
575 if (operator_name == NULL)
580 if (strcmp(operator_name, device_item->operator) == 0) {
    [all...]
  /hardware/qcom/audio/hal/msm8974/
platform.c 629 char *operator_name; local
631 operator_name = get_current_operator();
632 if (operator_name == NULL)
637 if (strcmp(operator_name, device_item->operator) == 0) {
    [all...]

Completed in 1088 milliseconds