/hardware/interfaces/bluetooth/lmp_event/aidl/default/src/ |
D | lmp_event.rs | 19 Direction::Direction, AddressType::AddressType, IBluetoothLmpEvent::IBluetoothLmpEvent, 65 cb.onEventGenerated(&ts, addr_type, &addr, Direction::RX, lmp_event[0], 1)
|
/hardware/google/interfaces/bluetooth/ccc/aidl/hardware/google/bluetooth/ccc/ |
D | IBluetoothCccCallback.aidl | 19 import hardware.google.bluetooth.ccc.Direction; 34 void onEventGenerated(in Timestamp timestamp, in byte[6] address, in Direction direction, in onEventGenerated()
|
D | Direction.aidl | 24 enum Direction { enum
|
/hardware/interfaces/radio/aidl/android/hardware/radio/ims/ |
D | ImsCall.aidl | 44 enum Direction { enum 62 Direction direction;
|
/hardware/interfaces/bluetooth/lmp_event/aidl/android/hardware/bluetooth/lmp_event/ |
D | IBluetoothLmpEventCallback.aidl | 19 import android.hardware.bluetooth.lmp_event.Direction; 39 in Direction direction, in onEventGenerated()
|
D | Direction.aidl | 24 enum Direction { enum
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/current/android/hardware/radio/ims/ |
D | ImsCall.aidl | 42 android.hardware.radio.ims.ImsCall.Direction direction; 61 enum Direction { enum
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/1/android/hardware/radio/ims/ |
D | ImsCall.aidl | 41 android.hardware.radio.ims.ImsCall.Direction direction; 60 enum Direction { enum
|
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/2/android/hardware/radio/ims/ |
D | ImsCall.aidl | 42 android.hardware.radio.ims.ImsCall.Direction direction; 61 enum Direction { enum
|
/hardware/google/interfaces/bluetooth/ccc/1.1/ |
D | IBluetoothCccCallback.hal | 21 import @1.0::Direction; 31 * @param direction Direction of the involked LMP event 35 onEventGenerated_1_1(Timestamp timestamp, Address address, Direction direction,
|
/hardware/interfaces/bluetooth/lmp_event/aidl/vts/ |
D | VtsHalLmpEventTargetTest.cpp | 43 using ::aidl::android::hardware::bluetooth::lmp_event::Direction; 82 const std::array<uint8_t, 6>& address, Direction direction, in onEventGenerated() 87 if (direction == Direction::TX) { in onEventGenerated() 89 } else if (direction == Direction::RX) { in onEventGenerated()
|
/hardware/interfaces/broadcastradio/1.0/default/ |
D | Tuner.h | 39 Return<Result> scan(Direction direction, bool skipSubChannel) override; 40 Return<Result> step(Direction direction, bool skipSubChannel) override;
|
/hardware/google/interfaces/bluetooth/ccc/1.0/ |
D | IBluetoothCccCallback.hal | 27 * @param direction Direction of the involked LMP event 31 onEventGenerated(Timestamp timestamp, Address address, Direction direction,
|
D | types.hal | 44 * Direction of the LMP event 46 enum Direction : uint8_t {
|
/hardware/google/interfaces/bluetooth/ccc/aidl/aidl_api/hardware.google.bluetooth.ccc/current/hardware/google/bluetooth/ccc/ |
D | Direction.aidl | 36 enum Direction { enum
|
D | IBluetoothCccCallback.aidl | 37 …mestamp timestamp, in byte[6] address, in hardware.google.bluetooth.ccc.Direction direction, in ha… in onEventGenerated()
|
/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/current/android/hardware/bluetooth/lmp_event/ |
D | Direction.aidl | 36 enum Direction { enum
|
D | IBluetoothLmpEventCallback.aidl | 37 …ddressType, in byte[6] address, in android.hardware.bluetooth.lmp_event.Direction direction, in an… in onEventGenerated()
|
/hardware/interfaces/bluetooth/lmp_event/aidl/aidl_api/android.hardware.bluetooth.lmp_event/1/android/hardware/bluetooth/lmp_event/ |
D | Direction.aidl | 36 enum Direction { enum
|
D | IBluetoothLmpEventCallback.aidl | 37 …ddressType, in byte[6] address, in android.hardware.bluetooth.lmp_event.Direction direction, in an… in onEventGenerated()
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.h | 42 virtual Return<Result> scan(V1_0::Direction direction, bool skipSubChannel) override; 43 virtual Return<Result> step(V1_0::Direction direction, bool skipSubChannel) override;
|
D | Tuner.cpp | 37 using V1_0::Direction; 176 Return<Result> Tuner::scan(Direction direction, bool skipSubChannel __unused) { in scan() 204 if (direction == Direction::UP) { in scan() 231 Return<Result> Tuner::step(Direction direction, bool skipSubChannel) { in step() 256 if (direction == Direction::UP) { in step()
|
/hardware/google/interfaces/bluetooth/ccc/aidl/vts/ |
D | VtsHalBluetoothCccTargetTest.cpp | 33 using ::aidl::hardware::google::bluetooth::ccc::Direction; 47 Direction /* direction */, in onEventGenerated() argument
|
/hardware/interfaces/broadcastradio/1.0/vts/functional/ |
D | VtsHalBroadcastradioV1_0TargetTest.cpp | 42 using ::android::hardware::broadcastradio::V1_0::Direction; 536 Return<Result> hidlResult = mTuner->scan(Direction::UP, true); in TEST_P() 543 hidlResult = mTuner->scan(Direction::DOWN, false); in TEST_P() 568 Return<Result> hidlResult = mTuner->step(Direction::UP, false); in TEST_P() 575 hidlResult = mTuner->step(Direction::DOWN, true); in TEST_P() 701 auto hidlResult = mTuner->scan(Direction::UP, true); in TEST_P()
|
/hardware/interfaces/security/authgraph/aidl/android/hardware/security/authgraph/ |
D | Arc.cddl | 36 ? -70008 : Direction ; Direction of the encryption key (i.e. whether it is used to 67 Direction = &(
|