Home
last modified time | relevance | path

Searched defs:start (Results 1 - 25 of 50) sorted by relevance

12

/drivers/hdf_core/adapter/khdf/liteos/osal/src/
H A Dosal_time.c56 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime() argument
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
H A Dosal_time.c55 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime() argument
/drivers/hdf_core/adapter/khdf/uniproton/osal/src/
H A Dosal_time.c56 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime() argument
/drivers/hdf_core/framework/support/platform/include/adc/
H A Dadc_core.h40 int32_t (*start)(struct AdcDevice *device); member
/drivers/hdf_core/framework/support/platform/include/dac/
H A Ddac_core.h40 int32_t (*start)(struct DacDevice *device); member
/drivers/peripheral/camera/vdi_base/common/metadata_manager/src/
H A Dcamera_example_vendor_tags.cpp38 uint32_t start = EXAMPLE_VENDOR_SECTION_BOUNDS[section][0]; in GetVendorTagCount() local
68 uint32_t start = EXAMPLE_VENDOR_SECTION_BOUNDS[section][0]; in GetAllVendorTags() local
/drivers/hdf_core/adapter/khdf/linux/osal/src/
H A Dosal_time.c52 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime() argument
/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_queue.h36 bool start; member
/drivers/hdf_core/framework/support/platform/include/watchdog/
H A Dwatchdog_core.h38 int32_t (*start)(struct WatchdogCntlr *wdt); member
/drivers/hdf_core/framework/support/posix/src/
H A Dosal_time.c36 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime() argument
[all...]
/drivers/peripheral/camera/test/mpi/src/
H A Dperformance_func_test.cpp27 float PerformanceFuncTest::calTime(struct timeval start, struct timeval end) in calTime() argument
50 struct timeval start; in HWTEST_F() local
84 struct timeval start; in HWTEST_F() local
152 struct timeval start; in HWTEST_F() local
[all...]
H A Ddfx_test.cpp33 float DfxTest::calTime(struct timeval start, struct timeval end) in calTime() argument
H A Dperformance_hdi_test.cpp27 float PerformanceHdiTest::calTime(struct timeval start, struct timeval end) in calTime() argument
55 struct timeval start; in HWTEST_F() local
85 struct timeval start; in HWTEST_F() local
122 struct timeval start; in HWTEST_F() local
156 struct timeval start; HWTEST_F() local
202 struct timeval start; HWTEST_F() local
247 struct timeval start; HWTEST_F() local
280 struct timeval start; HWTEST_F() local
316 struct timeval start; HWTEST_F() local
349 struct timeval start; HWTEST_F() local
391 struct timeval start; HWTEST_F() local
433 struct timeval start; HWTEST_F() local
503 struct timeval start; HWTEST_F() local
567 struct timeval start; HWTEST_F() local
604 struct timeval start; HWTEST_F() local
672 struct timeval start; HWTEST_F() local
712 struct timeval start; HWTEST_F() local
772 struct timeval start; HWTEST_F() local
822 struct timeval start; HWTEST_F() local
895 struct timeval start; HWTEST_F() local
968 struct timeval start; HWTEST_F() local
[all...]
/drivers/hdf_core/framework/model/storage/include/mtd/
H A Dmtd_user.h31 uint32_t start; member
36 uint64_t start; member
41 uint32_t start; member
/drivers/hdf_core/framework/support/platform/include/clock/
H A Dclock_core.h43 int32_t (*start)(struct ClockDevice *device); member
/drivers/hdf_core/framework/support/platform/include/hdmi/
H A Dhdmi_hdr.h40 bool start; member
/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_hdr.c35 static void HdmiHdrZeroDrmInfoFrameTimerSet(struct HdmiCntlr *cntlr, bool start) in HdmiHdrZeroDrmInfoFrameTimerSet() argument
64 static void HdmiHdrModeChangeTimerSet(struct HdmiCntlr *cntlr, bool start) in HdmiHdrModeChangeTimerSet() argument
[all...]
/drivers/hdf_core/framework/utils/src/hcs_parser/
H A Dhcs_generate_tree.c30 static struct DeviceResourceNode *CreateTreeNode(const char *start, int32_t offset, in CreateTreeNode() argument
66 static bool AddAttrInNode(const char *start, struct DeviceResourceNode *parentNode, char **treeMem) in AddAttrInNode() argument
H A Dhcs_blob_if.c21 int32_t HcsGetDataTypeOffset(const char *start) in HcsGetDataTypeOffset() argument
48 static int32_t HcsGetArrayLength(const char *start) in HcsGetArrayLength() argument
67 int32_t HcsGetAttrLength(const char *start) in HcsGetAttrLength() argument
90 HcsGetNodeOrAttrLength(const char *start) HcsGetNodeOrAttrLength() argument
195 HcsCheckBlobFormat(const char *start, uint32_t length) HcsCheckBlobFormat() argument
[all...]
/drivers/peripheral/camera/vdi_base/common/adapter/platform/v4l2/src/driver_adapter/include/
H A Dv4l2_buffer.h38 void* start; member
/drivers/peripheral/wlan/interfaces/include/
H A Dwifi_hal.h100 int32_t (*start)(struct IWiFi *iwifi); member
/drivers/hdf_core/adapter/khdf/linux/model/camera/src/
H A Dcamera_buffer_manager_adapter.c11 struct frame_vector *CreateFrameVec(unsigned long start, unsigned long length) in CreateFrameVec() argument
/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/
H A Dhdf_usb.c44 uint32_t start; member
/drivers/hdf_core/framework/tools/hdi-gen/util/
H A Dstring_helper.cpp125 std::string StringHelper::SubStr(const std::string &value, size_t start, size_t end) in SubStr() argument
/drivers/hdf_core/framework/utils/include/
H A Dhcs_blob_if.h48 static inline uint8_t HcsByteCodeToUint8(const char *start) in HcsByteCodeToUint8() argument
53 static inline uint16_t HcsByteCodeToUint16(const char *start) in HcsByteCodeToUint16() argument
58 static inline uint32_t HcsByteCodeToUint32(const char *start) in HcsByteCodeToUint32() argument
63 static inline uint64_t HcsByteCodeToUint64(const char *start) in HcsByteCodeToUint64() argument
68 static inline uint32_t HcsGetPrefix(const char *start) in HcsGetPrefix() argument
[all...]

Completed in 11 milliseconds

12