Home
last modified time | relevance | path

Searched refs:addressType (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/bluetooth/lmp_event/aidl/android/hardware/bluetooth/lmp_event/
DIBluetoothLmpEvent.aidl34 in AddressType addressType, in registerForLmpEvents() argument
44 void unregisterLmpEvents(in AddressType addressType, in byte[6] address); in unregisterLmpEvents() argument
DIBluetoothLmpEventCallback.aidl37 in AddressType addressType, in onEventGenerated() argument
/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/1/android/hardware/bluetooth/lmp_event/
DIBluetoothLmpEvent.aidl37 …Callback callback, in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] add… in registerForLmpEvents() argument
38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents() argument
DIBluetoothLmpEventCallback.aidl37 …mestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] add… in onEventGenerated() argument
/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/current/android/hardware/bluetooth/lmp_event/
DIBluetoothLmpEvent.aidl37 …Callback callback, in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] add… in registerForLmpEvents() argument
38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents() argument
DIBluetoothLmpEventCallback.aidl37 …mestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[6] add… in onEventGenerated() argument
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/current/android/hardware/bluetooth/ranging/
DDeviceAddress.aidl37 android.hardware.bluetooth.ranging.AddressType addressType;
/hardware/interfaces/bluetooth/ranging/aidl/aidl_api/android.hardware.bluetooth.ranging/1/android/hardware/bluetooth/ranging/
DDeviceAddress.aidl37 android.hardware.bluetooth.ranging.AddressType addressType;
/hardware/interfaces/bluetooth/ranging/aidl/android/hardware/bluetooth/ranging/
DDeviceAddress.aidl26 AddressType addressType;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_device_fault.adoc138 VkDeviceFaultAddressTypeEXT addressType;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Ddebugging.adoc339 * pname:addressType is either the type of memory operation that triggered
370 Possible values of slink:VkDeviceFaultAddressInfoEXT::pname:addressType are:
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h15483 VkDeviceFaultAddressTypeEXT addressType; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp3287 VULKAN_HPP_HASH_COMBINE( seed, deviceFaultAddressInfoEXT.addressType ); in operator ()()