Home
last modified time | relevance | path

Searched refs:controller (Results 1 – 25 of 30) sorted by relevance

12

/hardware/interfaces/bluetooth/1.0/
DIBluetoothHciCallbacks.hal22 * 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.
DIBluetoothHci.hal24 * 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/
DAutomotiveCanV1_0Fuzzer.cpp59 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()
DAutomotiveCanV1_0Fuzzer.h59 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/
DINfc.hal23 * 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/
DIBluetoothHci.hal26 * controller chip. This boundary is the natural choice for a Hardware
39 * Specification v5.2) to the Bluetooth controller.
DIBluetoothHciCallbacks.hal27 * Send a ISO data packet form the controller to the host.
/hardware/interfaces/neuralnetworks/1.2/utils/src/
DBurst.cpp58 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/
Dtypes.hal28 * Timestamp in microsecond since Bluetooth controller power up.
DIBluetoothCcc.hal30 * controller send/receive given LMP events.
/hardware/interfaces/usb/1.3/
DIUsb.hal23 * This function is used to enable/disable USB controller when some
/hardware/interfaces/tests/multithread/1.0/
DIMultithread.hal26 * Sets up controller
/hardware/google/interfaces/bluetooth/ccc/1.0/
DIBluetoothCcc.hal27 * controller send/receive given LMP events.
Dtypes.hal28 * Timestamp in microsecond since Bluetooth controller power up.
/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DGeneratedTestHarness.cpp263 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()
DValidateBurst.cpp98 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/
DValidateBurst.cpp104 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/
DINfc.hal32 * Enable Power off use cases and close the NFC controller.
/hardware/interfaces/wifi/1.4/
DIWifiChip.hal47 * RTT controller can be either:
DIWifiRttController.hal30 * Requests notifications of significant events on this rtt controller.
/hardware/interfaces/automotive/can/1.0/vts/functional/
DVtsHalCanControllerV1_0TargetTest.cpp39 Bus(sp<ICanController> controller, const ICanController::BusConfig& config) in Bus()
40 : mIfname(config.name), mController(controller) { in Bus()
DVtsHalCanBusVirtualV1_0TargetTest.cpp83 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/
DIWifiRttController.hal29 * Requests notifications of significant events on this rtt controller.
/hardware/interfaces/automotive/remoteaccess/hal/default/proto/
Dwakeup_client.proto173 * Service provided by a power controller unit.
/hardware/interfaces/wifi/1.0/
DIWifiRttController.hal39 * Requests notifications of significant events on this rtt controller.

12