Home
last modified time | relevance | path

Searched defs:info (Results 2101 - 2125 of 4519) sorted by relevance

1...<<81828384858687888990>>...181

/drivers/hdf_core/framework/model/input/driver/
H A Dhdf_hid_adapter.c90 void SendInfoToHdf(HidInfo *info) in SendInfoToHdf() argument
124 static int32_t SetInputDevAbsAttr(InputDevice *inputDev, const HidInfo *info) in SetInputDevAbsAttr() argument
138 static void GetInfoFromCache(InputDevice *inputDev, const HidInfo *info) in GetInfoFromCache() argument
184 HidInfo *info = NULL; SetInputDevAbility() local
203 HidConstructInputDev(HidInfo *info) HidConstructInputDev() argument
244 HidRegisterHdfInputDev(HidInfo *info) HidRegisterHdfInputDev() argument
345 const char *info = NULL; HidGetDeviceStrInfo() local
[all...]
/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wifi_event.c24 HdfWifiEventNewSta(const struct NetDevice *netDev, const uint8_t *macAddr, uint8_t addrLen, const struct StationInfo *info) HdfWifiEventNewSta() argument
/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_dumper.c36 static void OutputDumperInfo(const char *info) in OutputDumperInfo() argument
47 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; in DumperPrintUint8Info() local
58 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; in DumperPrintUint16Info() local
69 char info[DUMPER_INFO_FILE_LE in DumperPrintUint32Info() local
80 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintUint64Info() local
91 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintInt8Info() local
102 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintInt16Info() local
113 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintInt32Info() local
124 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintInt64Info() local
136 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintFloatInfo() local
149 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintDoubleInfo() local
161 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintCharInfo() local
173 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintStringInfo() local
196 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; DumperPrintRegisterInfo() local
441 char info[DUMPER_INFO_FILE_LEN + 1] = {0}; PlatformDumperDump() local
[all...]
/drivers/hdf_core/framework/support/platform/src/regulator/
H A Dregulator_core.c346 struct RegulatorStatusChangeInfo info; in RegulatorNodeStatusCb() local
[all...]
/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dspi_test.c107 struct SpiDevInfo info; in SpiTesterGet() local
H A Dsdio_test.c267 SdioCommonInfo info = {0}; in TestSdioSetAndGetFuncInfo() local
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Dstartup_cfg_gen.cpp173 ofs_ << TAB TAB TAB << info; in EmitInitConfigInfo() local
[all...]
/drivers/hdf_core/framework/tools/hdi-gen/ast/
H A Dast.cpp227 std::string info = type->Dump(""); in Dump() local
233 std::string info = interfaceDef_->Dump(""); in Dump() local
H A Dast_interface_type.cpp79 std::string info = method->Dump(prefix + " "); in Dump() local
/drivers/hdf_core/framework/tools/hdi-gen/preprocessor/
H A Dpreprocessor.cpp72 FileDetail info; in UnitPreprocess() local
105 FileDetail info; in AnalyseImportInfo() local
121 ParseFileDetail(const std::string &sourceFile, FileDetail &info) ParseFileDetail() argument
148 ParsePackage(Lexer &lexer, FileDetail &info) ParsePackage() argument
180 ParseImports(Lexer &lexer, FileDetail &info) ParseImports() argument
[all...]
/drivers/peripheral/battery/interfaces/hdi_service/test/fuzztest/batteryhdi_fuzzer/
H A Dbatteryhdi_fuzz.cpp141 BatteryInfo info; in GetBatteryInfo() local
/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp234 CaptureInfoCIF info; in Capture() local
/drivers/peripheral/audio/effect/model/src/
H A Deffect_model.c113 static int32_t EffectModelCreateEffectController(struct IEffectModel *self, const struct EffectInfo *info, in EffectModelCreateEffectController() argument
[all...]
/drivers/peripheral/audio/effect/model/src/mock_effect/
H A Dmock_effect_lib.c271 static int32_t MockCreateController(struct EffectFactory *self, const struct EffectInfoVdi *info, in MockCreateController() argument
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_operator_vdi_impl.cpp213 void StreamOperatorVdiImpl::StreamInfoToStreamConfiguration(StreamConfiguration &scg, const VdiStreamInfo info) in StreamInfoToStreamConfiguration() argument
[all...]
H A Dstream_base.cpp89 HostStreamInfo info; in CommitStream() local
[all...]
/drivers/peripheral/display/buffer/vdi_base/src/
H A Ddisplay_gralloc_gbm.cpp263 static void InitBufferHandle(struct gbm_bo *bo, int fd, const AllocInfo *info, PriBufferHandle *buffer) in InitBufferHandle() argument
278 int32_t GbmAllocMem(const AllocInfo *info, BufferHandle **buffer) in GbmAllocMem() argument
[all...]
/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp90 DisplayCapability info; in BENCHMARK_F() local
307 AllocInfo info; in BENCHMARK_F() local
562 HDRCapability info = { 0 }; in BENCHMARK_F() local
[all...]
/drivers/peripheral/display/composer/test/common/
H A Dhdi_test_layer.cpp33 AllocInfo info = { 0 }; in HdiGrallocBuffer() local
135 HdiTestLayer::HdiTestLayer(LayerInfo& info, uint32_t id, uint32_t displayId) in HdiTestLayer() argument
/drivers/peripheral/display/composer/vdi_base/include/
H A Dhdi_display.h59 virtual int32_t GetDisplayCapability(DisplayCapability *info) in GetDisplayCapability() argument
/drivers/peripheral/display/composer/vdi_base/src/
H A Ddrm_display.cpp76 int32_t DrmDisplay::GetDisplayCapability(DisplayCapability *info) in GetDisplayCapability() argument
228 const AllocInfo info = { in PushFirstFrame() local
/drivers/peripheral/display/hal/default/
H A Ddisplay_gralloc.c139 static int32_t InitBufferHandle(PriBufferHandle* buffer, const AllocInfo* info) in InitBufferHandle() argument
206 static int32_t AllocMem(const AllocInfo* info, BufferHandl argument
[all...]
/drivers/peripheral/display/hal/default_standard/src/display_device/core/
H A Dhdi_display.h54 virtual int32_t GetDisplayCapability(DisplayCapability *info) in GetDisplayCapability() argument
/drivers/peripheral/display/hal/default_standard/src/display_device/drm/
H A Ddrm_display.cpp73 int32_t DrmDisplay::GetDisplayCapability(DisplayCapability *info) in GetDisplayCapability() argument
200 AllocInfo info = { in PushFirstFrame() local
/drivers/peripheral/display/test/unittest/lite/
H A Ddisplay_test.c41 AllocInfo info = { in LoadBmp() local
388 AllocInfo info = { in AllocMemTest1() local
408 AllocInfo info = { in MmapCacheTest() local
443 AllocInfo info = { in AllocMemTest2() local
[all...]

Completed in 18 milliseconds

1...<<81828384858687888990>>...181