Home
last modified time | relevance | path

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

/drivers/peripheral/audio/effect/test/fuzztest/effectcontrol_fuzzer/
Deffectcontrol_fuzzer.cpp50 void EffectControlFucSwitch(struct IEffectControl *&controller, uint32_t cmd, const uint8_t *&rawDa… in EffectControlFucSwitch() argument
56controller->EffectProcess(controller, reinterpret_cast<AudioEffectBuffer *>(data), &output); in EffectControlFucSwitch()
62 controller->SendCommand(controller, (*data) % AUDIO_EFFECT_COMMAND_GET_PARAM, in EffectControlFucSwitch()
68 controller->GetEffectDescriptor(controller, &desc); in EffectControlFucSwitch()
73controller->EffectReverse(controller, reinterpret_cast<struct AudioEffectBuffer *>(data), &output); in EffectControlFucSwitch()
101 struct IEffectControl *controller = nullptr; in DoSomethingInterestingWithMyAPI() local
104 int32_t ret = model->CreateEffectController(model, &info, &controller, &contollerId); in DoSomethingInterestingWithMyAPI()
108 if (controller == nullptr) { in DoSomethingInterestingWithMyAPI()
112 EffectControlFucSwitch(controller, cmd, rawData, size); in DoSomethingInterestingWithMyAPI()
/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/mpi/
Dutest_mpi_device_manager.cpp158 std::shared_ptr<IController> controller; variable
160 controller = DM->GetController(DM_M_VI, DM_C_VI);
162 EXPECT_EQ(true, controller != nullptr);
167 std::shared_ptr<IController> controller; variable
169 controller = DM->GetController(DM_M_VI, DM_C_SENSOR);
171 EXPECT_EQ(true, controller == nullptr);
176 std::shared_ptr<IController> controller; variable
178 controller = DM->GetController(DM_M_VPSS, DM_C_VO);
180 EXPECT_EQ(true, controller == nullptr);
196 std::shared_ptr<IController> controller; variable
[all …]
/drivers/peripheral/camera/vdi_base/common/device_manager/test/unittest/v4l2/
Dutest_v4l2_device_manager.cpp134 std::shared_ptr<IController> controller; variable
136 controller = DM->GetController(CAMERA_FIRST, DM_M_SENSOR, DM_C_SENSOR);
138 EXPECT_EQ(true, controller != nullptr);
143 std::shared_ptr<IController> controller; variable
145 controller = DM->GetController(CAMERA_FIRST, DM_M_VI, DM_C_SENSOR);
147 EXPECT_EQ(true, controller == nullptr);
152 std::shared_ptr<IController> controller; variable
154 controller = DM->GetController(CAMERA_FIRST, DM_M_VPSS, DM_C_VO);
156 EXPECT_EQ(true, controller == nullptr);
/drivers/peripheral/camera/vdi_base/common/device_manager/include/
Didevice_manager.h54 virtual RetCode Connect(std::string controller, in Connect() argument
57 (void)controller; in Connect()
63 virtual RetCode UnConnect(std::string controller, in UnConnect() argument
66 (void)controller; in UnConnect()
/drivers/interface/audio/effect/v1_0/
DEffectTypes.idl36 * @brief Defines the effect controller descriptor.
39 String effectId; /**< effectId of the effect controller */
40 String effectName; /**< Name of the effect controller */
69 AUDIO_EFFECT_COMMAND_INIT_CONTOLLER, /* Init effect controller */
72 AUDIO_EFFECT_COMMAND_RESET, /* Reset effect controller */
DIEffectModel.idl47 * @brief Create an effect controller which is used to operate the effect instance.
61 * @brief Destroy the effect controller specified by the controllerId.
/drivers/interface/nfc/v1_0/
DINfcInterface.idl23 …* access nfc devices, thereby obtaining enabling or disabling an nfc controller, initializing an n…
36 …* @brief Declares the APIs provided by the nfc module for obtaining nfc controller operations, ena…
37 …* disabling an nfc controller, initializing an nfc core, writing NCI data to an nfc driver, starti…
46 * @brief Enables the nfc controller and initialize the nfc core.
83 * @param data the NCI data sending to the nfc controller interface.
104 * @brief Restarts the nfc controller according to each power cycle.
115 * @brief Disables the nfc controller and releases the resource.
DINfcCallback.idl23 …* access nfc devices, thereby obtaining enabling or disabling an nfc controller, initializing an n…
DNfcTypes.idl23 …* access nfc devices, thereby obtaining enabling or disabling an nfc controller, initializing an n…
/drivers/interface/bluetooth/hci/v1_0/
DIHciCallback.idl31 …e HCI callback function, including the initialization result and data received from the controller.
42 …e HCI callback function, including the initialization result and data received from the controller.
59 * @brief Receives data packets sent by the controller..
/drivers/peripheral/usb/cfg/
Dinit.usb.configfs.cfg41 "write /config/usb_gadget/g1/UDC ${sys.usb.controller}",
51 "write /config/usb_gadget/g1/UDC ${sys.usb.controller}",
68 "write /config/usb_gadget/g1/UDC ${sys.usb.controller}",
79 "write /config/usb_gadget/g1/UDC ${sys.usb.controller}",
97 "write /config/usb_gadget/g1/UDC ${sys.usb.controller}",
/drivers/peripheral/input/udriver/src/
Dinput_manager.cpp119 int32_t InstanceControllerHdi(InputController **controller);
145 int32_t InstanceControllerHdi(InputController **controller) in InstanceControllerHdi() argument
153 *controller = controllerHdi; in InstanceControllerHdi()
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/include/
Dmpi_device_manager.h45 RetCode Connect(std::string controller,
49 RetCode UnConnect(std::string controller,
/drivers/hdf_core/adapter/khdf/liteos/model/usb/device/
DKconfig44 bool "Enable HDF usb3 controller driver"
48 Answer Y to enable HDF usb controller driver.
/drivers/peripheral/camera/vdi_base/common/adapter/platform/mpp/src/device_manager/
Dmpi_device_manager.cpp263 RetCode MpiDeviceManager::Connect(std::string controller, in Connect() argument
268 ControllerId controllerId = CheckControllerId(controller); in Connect()
345 RetCode MpiDeviceManager::UnConnect(std::string controller, in UnConnect() argument
350 ControllerId unControllerId = CheckControllerId(controller); in UnConnect()
/drivers/interface/connected_nfc_tag/v1_0/
DIConnectedNfcTag.idl32 …he APIs provided by the ConnectedNfcTag module for obtaining ConnectedNfcTag controller operations,
/drivers/hdf_core/adapter/khdf/linux/platform/spi/
Dspi_adapter.c141 if (linuxSpiDevice->controller != NULL) { in SpiAdapterIsDefaultTransferOneMessage()
142 return linuxSpiDevice->controller->transfer_one_message == g_linuxDefaultTransferOneMessage; in SpiAdapterIsDefaultTransferOneMessage()
/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
Dmetadata_controller.cpp51 static MetadataController controller; in GetInstance() local
52 return controller; in GetInstance()
/drivers/peripheral/input/hal/src/
Dinput_controller.c599 int32_t InstanceControllerHdi(InputController **controller) in InstanceControllerHdi() argument
618 *controller = controllerHdi; in InstanceControllerHdi()
/drivers/interface/light/v1_0/
DLightTypes.idl71 int lightNumber; /** Number of physical lights in the logic controller. */