Searched refs:Controller (Results 1 – 10 of 10) sorted by relevance
/hardware/qcom/neuralnetworks/hvxservice/1.0/ |
D | HexagonController.cpp | 69 const char Controller::kFilename[] = "libhexagon_nn_controller.so"; 71 Controller::Controller() { in Controller() function in android::hardware::neuralnetworks::V1_0::implementation::hexagon::Controller 75 Controller::~Controller() { in ~Controller() 79 bool Controller::openNnlib() { in openNnlib() 87 bool Controller::closeNnlib() { in closeNnlib() 97 bool Controller::resetNnlib() { in resetNnlib() 101 Controller& Controller::getInstance() { in getInstance() 102 static Controller instance{}; in getInstance() 106 int Controller::init(hexagon_nn_nn_id* g) { in init() 110 int Controller::getlog(hexagon_nn_nn_id id, unsigned char* buf, uint32_t length) { in getlog() [all …]
|
D | HexagonController.h | 33 class Controller { 36 Controller(); 37 ~Controller(); 38 Controller(const Controller&) = delete; 39 Controller(Controller&&) = delete; 40 Controller& operator=(const Controller&) = delete; 41 Controller& operator=(Controller&&) = delete; 56 static Controller& getInstance();
|
D | HexagonModel.cpp | 86 int err = hexagon::Controller::getInstance().getlog( in getLog() 94 int err = hexagon::Controller::getInstance().snpprint( in getGraph() 136 bool success = hexagon::Controller::getInstance().append_const_node(mGraphId, node, B, H, W, D, in createTensorInternal() 287 return hexagon::Controller::getInstance().append_node(mGraphId, node, op, pad, inputs.data(), in addOperationInternal() 575 hexagon::Controller::getInstance().teardown(mGraphId); in clearModel() 607 int err = hexagon::Controller::getInstance().init(&mGraphId); in prepare() 610 hexagon::Controller::getInstance().set_debug_level(mGraphId, 0); in prepare() 618 err = hexagon::Controller::getInstance().prepare(mGraphId); in prepare() 682 int err = hexagon::Controller::getInstance().execute_new(mGraphId, inputs.data(), inputs.size(), in execute()
|
D | HexagonUtils.cpp | 35 Controller::getInstance().version(&version); in isHexagonAvailable() 38 Controller::getInstance().resetNnlib(); in isHexagonAvailable() 39 Controller::getInstance().version(&version); in isHexagonAvailable()
|
D | Device.cpp | 42 hexagon::Controller::getInstance().config(); in configureHexagon()
|
/hardware/interfaces/bluetooth/1.1/ |
D | IBluetoothHciCallbacks.hal | 23 * The interface from the Bluetooth Controller to the stack.
|
D | IBluetoothHci.hal | 24 * The Host Controller Interface (HCI) is the layer defined by the Bluetooth
|
/hardware/interfaces/bluetooth/a2dp/1.0/ |
D | IBluetoothAudioOffload.hal | 62 * to communicate to Bluetooth Controller and remote Sink device, in which 72 * to communicate to Bluetooth Controller and remote device, in which case
|
/hardware/interfaces/bluetooth/1.0/ |
D | IBluetoothHciCallbacks.hal | 19 /** The interface from the Bluetooth Controller to the stack. */
|
D | IBluetoothHci.hal | 22 * The Host Controller Interface (HCI) is the layer defined by the Bluetooth
|