/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHciCallbacks.hal | 22 * Invoked when the Bluetooth controller initialization has been 29 * Bluetooth controller to be forwarded to the Bluetooth stack. 35 * Send an ACL data packet form the controller to the host. 41 * Send a SCO data packet form the controller to the host.
|
D | IBluetoothHci.hal | 24 * controller chip. This boundary is the natural choice for a Hardware 45 * from the controller to be sent to the host. 53 * V4.2, Vol 2, Part 5, Section 5.4.1) to the Bluetooth controller. 63 * V4.2, Vol 2, Part 5, Section 5.4.2) to the Bluetooth controller. 72 * V4.2, Vol 2, Part 5, Section 5.4.3) to the Bluetooth controller.
|
/hardware/interfaces/automotive/can/1.0/default/tests/fuzzer/ |
D | AutomotiveCanV1_0Fuzzer.cpp | 59 CanController::InterfaceType controller; in invokeUpInterface() local 61 controller = (CanController::InterfaceType)mFuzzedDataProvider->ConsumeIntegral<uint8_t>(); in invokeUpInterface() 63 controller = kInterfaceType[mFuzzedDataProvider->ConsumeIntegralInRange<size_t>( in invokeUpInterface() 80 if (controller == CanController::InterfaceType::SOCKETCAN) { in invokeUpInterface() 90 } else if (controller == CanController::InterfaceType::SLCAN) { in invokeUpInterface() 100 } else if (controller == CanController::InterfaceType::VIRTUAL) { in invokeUpInterface() 102 } else if (controller == CanController::InterfaceType::INDEXED) { in invokeUpInterface()
|
D | AutomotiveCanV1_0Fuzzer.h | 59 Bus(sp<ICanController> controller, const ICanController::BusConfig& config) in Bus() 60 : mIfname(config.name), mController(controller) { in Bus() 61 const auto result = controller->upInterface(config); in Bus()
|
/hardware/interfaces/nfc/1.0/ |
D | INfc.hal | 23 * Opens the NFC controller device and performs initialization. 26 * If open completes successfully, the controller should be ready to perform 80 * Close the NFC controller. Should free all resources. 99 * Restart controller by power cyle;
|
/hardware/interfaces/bluetooth/1.1/ |
D | IBluetoothHci.hal | 26 * controller chip. This boundary is the natural choice for a Hardware 39 * Specification v5.2) to the Bluetooth controller.
|
D | IBluetoothHciCallbacks.hal | 27 * Send a ISO data packet form the controller to the host.
|
/hardware/interfaces/neuralnetworks/1.2/utils/src/ |
D | Burst.cpp | 58 std::shared_ptr<const Burst> controller, std::vector<FmqRequestDatum> request, 62 BurstExecution(PrivateConstructorTag tag, std::shared_ptr<const Burst> controller, 435 std::shared_ptr<const Burst> controller, std::vector<FmqRequestDatum> request, in create() argument 438 if (controller == nullptr) { in create() 442 return std::make_shared<const BurstExecution>(PrivateConstructorTag{}, std::move(controller), in create() 448 std::shared_ptr<const Burst> controller, in BurstExecution() argument 452 : kController(std::move(controller)), in BurstExecution()
|
/hardware/google/interfaces/bluetooth/ccc/1.1/ |
D | types.hal | 28 * Timestamp in microsecond since Bluetooth controller power up.
|
D | IBluetoothCcc.hal | 30 * controller send/receive given LMP events.
|
/hardware/interfaces/usb/1.3/ |
D | IUsb.hal | 23 * This function is used to enable/disable USB controller when some
|
/hardware/interfaces/tests/multithread/1.0/ |
D | IMultithread.hal | 26 * Sets up controller
|
/hardware/google/interfaces/bluetooth/ccc/1.0/ |
D | IBluetoothCcc.hal | 27 * controller send/receive given LMP events.
|
D | types.hal | 28 * Timestamp in microsecond since Bluetooth controller power up.
|
/hardware/interfaces/neuralnetworks/1.2/vts/functional/ |
D | GeneratedTestHarness.cpp | 263 const std::shared_ptr<::android::nn::ExecutionBurstController> controller = in EvaluatePreparedModel() local 265 ASSERT_NE(nullptr, controller.get()); in EvaluatePreparedModel() 276 controller->compute(request, testConfig.measureTiming, keys); in EvaluatePreparedModel()
|
D | ValidateBurst.cpp | 98 std::shared_ptr<ExecutionBurstController>* controller) { in createBurstWithResultChannelLength() argument 100 ASSERT_NE(nullptr, controller); in createBurstWithResultChannelLength() 114 *controller = std::make_shared<ExecutionBurstController>(std::move(sender), std::move(receiver), in createBurstWithResultChannelLength()
|
/hardware/interfaces/neuralnetworks/1.3/vts/functional/ |
D | ValidateBurst.cpp | 104 std::shared_ptr<ExecutionBurstController>* controller) { in createBurstWithResultChannelLength() argument 106 ASSERT_NE(nullptr, controller); in createBurstWithResultChannelLength() 120 *controller = std::make_shared<ExecutionBurstController>(std::move(sender), std::move(receiver), in createBurstWithResultChannelLength()
|
/hardware/interfaces/nfc/1.1/ |
D | INfc.hal | 32 * Enable Power off use cases and close the NFC controller.
|
/hardware/interfaces/wifi/1.4/ |
D | IWifiChip.hal | 47 * RTT controller can be either:
|
D | IWifiRttController.hal | 30 * Requests notifications of significant events on this rtt controller.
|
/hardware/interfaces/automotive/can/1.0/vts/functional/ |
D | VtsHalCanControllerV1_0TargetTest.cpp | 39 Bus(sp<ICanController> controller, const ICanController::BusConfig& config) in Bus() 40 : mIfname(config.name), mController(controller) { in Bus()
|
D | VtsHalCanBusVirtualV1_0TargetTest.cpp | 83 Bus(sp<ICanController> controller, const ICanController::BusConfig& config) in Bus() 84 : mIfname(config.name), mController(controller) { in Bus() 85 const auto result = controller->upInterface(config); in Bus()
|
/hardware/interfaces/wifi/1.6/ |
D | IWifiRttController.hal | 29 * Requests notifications of significant events on this rtt controller.
|
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/ |
D | wakeup_client.proto | 173 * Service provided by a power controller unit.
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiRttController.hal | 39 * Requests notifications of significant events on this rtt controller.
|