Home
last modified time | relevance | path

Searched refs:Direction (Results 1 – 25 of 43) sorted by relevance

12

/hardware/interfaces/bluetooth/lmp_event/aidl/default/src/
Dlmp_event.rs19 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/
DIBluetoothCccCallback.aidl19 import hardware.google.bluetooth.ccc.Direction;
34 void onEventGenerated(in Timestamp timestamp, in byte[6] address, in Direction direction, in onEventGenerated()
DDirection.aidl24 enum Direction { enum
/hardware/interfaces/radio/aidl/android/hardware/radio/ims/
DImsCall.aidl44 enum Direction { enum
62 Direction direction;
/hardware/interfaces/bluetooth/lmp_event/aidl/android/hardware/bluetooth/lmp_event/
DIBluetoothLmpEventCallback.aidl19 import android.hardware.bluetooth.lmp_event.Direction;
39 in Direction direction, in onEventGenerated()
DDirection.aidl24 enum Direction { enum
/hardware/interfaces/radio/aidl/aidl_api/android.hardware.radio.ims/current/android/hardware/radio/ims/
DImsCall.aidl42 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/
DImsCall.aidl41 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/
DImsCall.aidl42 android.hardware.radio.ims.ImsCall.Direction direction;
61 enum Direction { enum
/hardware/google/interfaces/bluetooth/ccc/1.1/
DIBluetoothCccCallback.hal21 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/
DVtsHalLmpEventTargetTest.cpp43 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/
DTuner.h39 Return<Result> scan(Direction direction, bool skipSubChannel) override;
40 Return<Result> step(Direction direction, bool skipSubChannel) override;
/hardware/google/interfaces/bluetooth/ccc/1.0/
DIBluetoothCccCallback.hal27 * @param direction Direction of the involked LMP event
31 onEventGenerated(Timestamp timestamp, Address address, Direction direction,
Dtypes.hal44 * 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/
DDirection.aidl36 enum Direction { enum
DIBluetoothCccCallback.aidl37 …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/
DDirection.aidl36 enum Direction { enum
DIBluetoothLmpEventCallback.aidl37 …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/
DDirection.aidl36 enum Direction { enum
DIBluetoothLmpEventCallback.aidl37 …ddressType, in byte[6] address, in android.hardware.bluetooth.lmp_event.Direction direction, in an… in onEventGenerated()
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.h42 virtual Return<Result> scan(V1_0::Direction direction, bool skipSubChannel) override;
43 virtual Return<Result> step(V1_0::Direction direction, bool skipSubChannel) override;
DTuner.cpp37 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/
DVtsHalBluetoothCccTargetTest.cpp33 using ::aidl::hardware::google::bluetooth::ccc::Direction;
47 Direction /* direction */, in onEventGenerated() argument
/hardware/interfaces/broadcastradio/1.0/vts/functional/
DVtsHalBroadcastradioV1_0TargetTest.cpp42 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/
DArc.cddl36 ? -70008 : Direction ; Direction of the encryption key (i.e. whether it is used to
67 Direction = &(

12