Searched refs:lmp_event (Results 1 – 25 of 25) sorted by relevance
/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/1/android/hardware/bluetooth/lmp_event/ |
D | IBluetoothLmpEvent.aidl | 34 package android.hardware.bluetooth.lmp_event; 37 …lmp_event.IBluetoothLmpEventCallback callback, in android.hardware.bluetooth.lmp_event.AddressType… in registerForLmpEvents() 38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents()
|
D | IBluetoothLmpEventCallback.aidl | 34 package android.hardware.bluetooth.lmp_event; 37 …lmp_event.Timestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType addressType, in… in onEventGenerated()
|
D | Timestamp.aidl | 34 package android.hardware.bluetooth.lmp_event;
|
D | Direction.aidl | 34 package android.hardware.bluetooth.lmp_event;
|
D | LmpEventId.aidl | 34 package android.hardware.bluetooth.lmp_event;
|
D | AddressType.aidl | 34 package android.hardware.bluetooth.lmp_event;
|
/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/current/android/hardware/bluetooth/lmp_event/ |
D | IBluetoothLmpEvent.aidl | 34 package android.hardware.bluetooth.lmp_event; 37 …lmp_event.IBluetoothLmpEventCallback callback, in android.hardware.bluetooth.lmp_event.AddressType… in registerForLmpEvents() 38 …void unregisterLmpEvents(in android.hardware.bluetooth.lmp_event.AddressType addressType, in byte[… in unregisterLmpEvents()
|
D | IBluetoothLmpEventCallback.aidl | 34 package android.hardware.bluetooth.lmp_event; 37 …lmp_event.Timestamp timestamp, in android.hardware.bluetooth.lmp_event.AddressType addressType, in… in onEventGenerated()
|
D | Timestamp.aidl | 34 package android.hardware.bluetooth.lmp_event;
|
D | LmpEventId.aidl | 34 package android.hardware.bluetooth.lmp_event;
|
D | Direction.aidl | 34 package android.hardware.bluetooth.lmp_event;
|
D | AddressType.aidl | 34 package android.hardware.bluetooth.lmp_event;
|
/hardware/interfaces/bluetooth/lmp_event/aidl/android/hardware/bluetooth/lmp_event/ |
D | IBluetoothLmpEventCallback.aidl | 17 package android.hardware.bluetooth.lmp_event; 19 import android.hardware.bluetooth.lmp_event.Direction; 20 import android.hardware.bluetooth.lmp_event.AddressType; 21 import android.hardware.bluetooth.lmp_event.LmpEventId; 22 import android.hardware.bluetooth.lmp_event.Timestamp;
|
D | IBluetoothLmpEvent.aidl | 17 package android.hardware.bluetooth.lmp_event; 19 import android.hardware.bluetooth.lmp_event.IBluetoothLmpEventCallback; 20 import android.hardware.bluetooth.lmp_event.AddressType; 21 import android.hardware.bluetooth.lmp_event.LmpEventId;
|
D | Timestamp.aidl | 17 package android.hardware.bluetooth.lmp_event;
|
D | AddressType.aidl | 17 package android.hardware.bluetooth.lmp_event;
|
D | Direction.aidl | 17 package android.hardware.bluetooth.lmp_event;
|
D | LmpEventId.aidl | 17 package android.hardware.bluetooth.lmp_event;
|
/hardware/interfaces/bluetooth/lmp_event/aidl/default/ |
D | Android.bp | 11 name: "android.hardware.bluetooth.lmp_event-service.default", 13 init_rc: ["lmp_event-default.rc"], 14 vintf_fragments: [":manifest_android.hardware.bluetooth.lmp_event-service.default.xml"], 20 "android.hardware.bluetooth.lmp_event-V1-rust", 26 name: "manifest_android.hardware.bluetooth.lmp_event-service.default.xml", 27 srcs: [ "lmp_event-default.xml" ],
|
D | lmp_event-default.rc | 1 service vendor.bluetooth.lmp_event-default /vendor/bin/hw/android.hardware.bluetooth.lmp_event-serv…
|
/hardware/interfaces/bluetooth/lmp_event/aidl/default/src/ |
D | main.rs | 19 use android_hardware_bluetooth_lmp_event::aidl::android::hardware::bluetooth::lmp_event::IBluetooth… 26 mod lmp_event; module 41 let lmp_event_service = lmp_event::LmpEvent::new(); in main() 44 let descriptor = format!("{}/default", lmp_event::LmpEvent::get_descriptor()); in main()
|
D | lmp_event.rs | 18 use android_hardware_bluetooth_lmp_event::aidl::android::hardware::bluetooth::lmp_event::{ 53 let lmp_event = lmp_event_ids.to_vec(); localVariable 65 cb.onEventGenerated(&ts, addr_type, &addr, Direction::RX, lmp_event[0], 1)
|
/hardware/interfaces/bluetooth/lmp_event/aidl/vts/ |
D | VtsHalLmpEventTargetTest.cpp | 40 using ::aidl::android::hardware::bluetooth::lmp_event::BnBluetoothLmpEventCallback; 41 using ::aidl::android::hardware::bluetooth::lmp_event::IBluetoothLmpEvent; 42 using ::aidl::android::hardware::bluetooth::lmp_event::IBluetoothLmpEventCallback; 43 using ::aidl::android::hardware::bluetooth::lmp_event::Direction; 44 using ::aidl::android::hardware::bluetooth::lmp_event::AddressType; 45 using ::aidl::android::hardware::bluetooth::lmp_event::LmpEventId; 46 using ::aidl::android::hardware::bluetooth::lmp_event::Timestamp;
|
D | Android.bp | 13 "android.hardware.bluetooth.lmp_event-V1-ndk",
|
/hardware/interfaces/bluetooth/lmp_event/aidl/ |
D | Android.bp | 11 name: "android.hardware.bluetooth.lmp_event", 14 srcs: ["android/hardware/bluetooth/lmp_event/*.aidl"],
|