| /drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
| D | camera_dev.cpp | 51 struct CameraFeature feature = {}; in Start() local 81 struct CameraFeature feature = {}; in Stop() local 111 struct CameraFeature feature = {}; in Init() local 144 struct CameraFeature feature = {}; in PowerUp() local 174 struct CameraFeature feature = {}; in PowerDown() local 204 struct CameraFeature feature = {}; in ReqBuffers() local 238 struct CameraFeature feature = {}; in CreatBuffer() local 272 struct CameraFeature feature = {}; in QueueBuffer() local 300 struct CameraFeature feature = {}; in ReleaseBuffers() local 330 struct CameraFeature feature = {}; in LoopBuffers() local [all …]
|
| D | camera_fileformat.cpp | 23 void CameraFileFormat::CameraGetCurrentFormat(struct CameraFeature &feature, std::vector<CameraCtrl… in CameraGetCurrentFormat() 48 RetCode CameraFileFormat::CameraSearchFormat(struct CameraFeature feature, std::vector<CameraCtrl> … in CameraSearchFormat() 80 RetCode CameraFileFormat::CameraGetFmtDescs(struct CameraFeature feature, std::vector<CameraCtrl> &… in CameraGetFmtDescs() 94 RetCode CameraFileFormat::CameraOpenDevice(struct CameraFeature feature) in CameraOpenDevice() 117 RetCode CameraFileFormat::CameraCloseDevice(struct CameraFeature feature) in CameraCloseDevice() 140 RetCode CameraFileFormat::CameraSetFormat(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetFormat() 171 RetCode CameraFileFormat::CameraGetFormat(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetFormat() 207 RetCode CameraFileFormat::CameraSetCrop(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetCrop() 237 RetCode CameraFileFormat::CameraGetCrop(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetCrop() 267 RetCode CameraFileFormat::CameraSetFPS(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetFPS() [all …]
|
| D | camera_buffer.cpp | 30 RetCode CameraBuffer::CameraInitMemory(struct CameraFeature feature) in CameraInitMemory() 53 RetCode CameraBuffer::CameraReqMemory(struct CameraFeature feature, int unsigned buffCont) in CameraReqMemory() 87 RetCode CameraBuffer::CameraQueryMemory(struct CameraFeature feature, in CameraQueryMemory() 136 RetCode CameraBuffer::CameraAllocBuffer(struct CameraFeature feature, const std::shared_ptr<FrameSp… in CameraAllocBuffer() 182 RetCode CameraBuffer::CameraStreamQueue(struct CameraFeature feature, const std::shared_ptr<FrameSp… in CameraStreamQueue() 219 RetCode CameraBuffer::CameraStreamDequeue(struct CameraFeature feature) in CameraStreamDequeue() 259 RetCode CameraBuffer::CameraReleaseBuffers(struct CameraFeature feature) in CameraReleaseBuffers()
|
| D | camera_control.cpp | 23 RetCode CameraControl::CameraPowerUp(struct CameraFeature feature) in CameraPowerUp() 46 RetCode CameraControl::CameraPowerDown(struct CameraFeature feature) in CameraPowerDown() 69 RetCode CameraControl::CameraQueryConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraQueryConfig() 105 RetCode CameraControl::CameraSetConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraSetConfig() 132 RetCode CameraControl::CameraGetConfig(struct CameraFeature feature, CameraCtrl &ctrl) in CameraGetConfig() 161 RetCode CameraControl::CameraGetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl… in CameraGetConfigs() 184 RetCode CameraControl::CameraSetConfigs(struct CameraFeature feature, std::vector<CameraCtrl> &ctrl… in CameraSetConfigs() 206 RetCode CameraControl::CameraEnumDevices(struct CameraFeature feature, struct DeviceaInfo &device) in CameraEnumDevices() 232 RetCode CameraControl::CameraGetAbility(struct CameraFeature feature) in CameraGetAbility() 260 RetCode CameraControl::CameraMatchDevice(struct CameraFeature feature) in CameraMatchDevice()
|
| D | camera_stream.cpp | 26 RetCode CameraStreams::CameraStreamOn(struct CameraFeature feature) in CameraStreamOn() 49 RetCode CameraStreams::CameraStreamOff(struct CameraFeature feature) in CameraStreamOff()
|
| D | camera_common.cpp | 137 int32_t SendDeviceInfo(struct HdfSBuf *reqData, struct CameraFeature feature, bool state) in SendDeviceInfo()
|
| /drivers/peripheral/wlan/test/fuzztest/ |
| D | wlan_common_fuzzer.cpp | 78 struct HdfFeatureInfo feature; in FuzzGetChipId() local 90 struct HdfFeatureInfo feature; in FuzzGetDeviceMacAddress() local 102 struct HdfFeatureInfo feature; in FuzzGetFeatureType() local 112 struct HdfFeatureInfo feature; in FuzzGetFreqsWithBand() local 128 struct HdfFeatureInfo feature; in FuzzGetNetworkIfaceName() local 138 struct HdfFeatureInfo feature; in FuzzSetMacAddress() local 150 struct HdfFeatureInfo feature; in FuzzSetTxPower() local 162 struct HdfFeatureInfo feature; in FuzzGetPowerMode() local 172 struct HdfFeatureInfo feature; in FuzzSetPowerMode() local
|
| /drivers/hdf_core/framework/test/unittest/model/network/wifi/unittest/module/ |
| D | hdf_module_test.c | 38 static int32_t P2pInit(struct WifiFeature *feature) in P2pInit() 44 static int32_t P2pDeinit(struct WifiFeature *feature) in P2pDeinit()
|
| /drivers/hdf_core/framework/model/network/wifi/core/module/ |
| D | wifi_feature.c | 17 int32_t AddFeature(struct WifiModule *module, uint16_t featureType, struct WifiFeature *feature) in AddFeature()
|
| /drivers/peripheral/wlan/test/fuzztest/sta_fuzzer/ |
| D | sta_fuzzer.cpp | 28 struct HdfFeatureInfo feature; in FuzzStartScan() local 38 struct HdfFeatureInfo feature; in FuzzSetScanningMacAddress() local
|
| /drivers/peripheral/wlan/test/fuzztest/ap_fuzzer/ |
| D | ap_fuzzer.cpp | 30 struct HdfFeatureInfo feature; in FuzzGetAssociatedStas() local 44 struct HdfFeatureInfo feature; in FuzzSetCountryCode() local
|
| /drivers/hdf_core/framework/model/network/wifi/core/components/p2p/ |
| D | p2p.c | 382 static int32_t P2pInit(struct WifiFeature *feature) in P2pInit() 397 static int32_t P2pDeinit(struct WifiFeature *feature) in P2pDeinit()
|
| /drivers/hdf_core/framework/model/network/wifi/core/components/softap/ |
| D | ap.c | 535 static int32_t ApInit(struct WifiFeature *feature) in ApInit() 550 static int32_t ApDeinit(struct WifiFeature *feature) in ApDeinit()
|
| /drivers/hdf_core/framework/model/network/wifi/core/components/sta/ |
| D | sta.c | 636 static int32_t StaInit(struct WifiFeature *feature) in StaInit() 652 static int32_t StaDeinit(struct WifiFeature *feature) in StaDeinit()
|
| /drivers/hdf_core/framework/model/input/driver/ |
| D | input_config_parser.c | 195 BoardFeatureCfg *feature) in ParseFeature()
|
| D | input_config.h | 85 BoardFeatureCfg feature; member
|
| /drivers/peripheral/wlan/hal/src/ |
| D | wifi_hal.c | 142 static int32_t FindValidNetwork(int32_t type, struct IWiFiBaseFeature **feature) in FindValidNetwork()
|