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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
BluetoothCmeError.java 17 package com.android.bluetooth.hfp;
HeadsetHalConstants.java 17 package com.android.bluetooth.hfp;
HeadsetPhoneState.java 17 package com.android.bluetooth.hfp;
41 // HFP 1.6 CIND service
53 // HFP 1.6 CIND signal
56 // HFP 1.6 CIND roam
59 // HFP 1.6 CIND battchg
68 // when HFP Service Level Connection is established
AtPhonebook.java 17 package com.android.bluetooth.hfp;
HeadsetService.java 17 package com.android.bluetooth.hfp;
HeadsetStateMachine.java 33 package com.android.bluetooth.hfp;
142 // Multi HFP: add new class object
198 // Multi HFP: Connected devices list holds all currently connected headsets
246 // Multi HFP: initialise new class variable
258 // Multi HFP: add State
430 Log.w(TAG, "HFP Connected from Disconnected state");
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
ServiceFactory.java 21 import com.android.bluetooth.hfp.HeadsetService;
Config.java 33 import com.android.bluetooth.hfp.HeadsetService;
BondStateMachine.java 25 import com.android.bluetooth.hfp.HeadsetService;
PhonePolicy.java 40 import com.android.bluetooth.hfp.HeadsetService;
210 // If we do not have a stored priority for HFP/A2DP (all roles) then default to on.
281 debugLog("autoConnectHeadset() - Connecting HFP with " + device.toString());
AdapterService.java 65 import com.android.bluetooth.hfp.HeadsetService;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Include/Drivers/
PL111Lcd.h 70 #define HOR_AXIS_PANEL(hbp,hfp,hsw,hor_res) (UINT32)(((UINT32)(hbp) << 24) | ((UINT32)(hfp) << 16) | ((UINT32)(hsw) << 8) | (((UINT32)((hor_res)/16)-1) << 2))
123 #define PL111_LCD_TIMING_0_HFP(hfp) (((hfp) & 0xFF) << 16)
  /hardware/qcom/audio/hal/
Android.mk 115 LOCAL_SRC_FILES += audio_extn/hfp.c
  /prebuilts/ndk/r13/sources/third_party/vulkan/src/
vk-layer-generate.py     [all...]
vk_helper.py     [all...]
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/btservice/
PhonePolicyTest.java 41 import com.android.bluetooth.hfp.HeadsetService;
71 // A2DP, HFP, HID and PAN
102 // Inject an event for UUIDs updated for a remote device with only HFP enabled
119 // Test that when the adapter is turned ON then we call autoconnect on devices that have HFP and
121 // and hence the priorities for the device is already set to AUTO_CONNECT over HFP and A2DP (as
144 // Return PRIORITY_AUTO_CONNECT over HFP and A2DP
166 // Check that we got a request to connect over HFP and A2DP
192 // Return PRIORITY_AUTO_CONNECT over HFP and A2DP. This would imply that the profiles are
255 // Return PRIORITY_AUTO_CONNECT over HFP and A2DP. This would imply that the profiles are
335 // Inject an event for UUIDs updated for a remote device with only HFP enable
    [all...]
  /external/vulkan-validation-layers/
vk_helper.py     [all...]

Completed in 726 milliseconds