Home
last modified time | relevance | path

Searched defs:end (Results 1 – 24 of 24) sorted by relevance

/drivers/peripheral/camera/hal/test/mpi/src/
Dperformance_hdi_test.cpp27 float PerformanceHdiTest::calTime(struct timeval start, struct timeval end) in calTime()
56 struct timeval end; variable
86 struct timeval end; variable
123 struct timeval end; variable
157 struct timeval end; variable
203 struct timeval end; variable
248 struct timeval end; variable
281 struct timeval end; variable
317 struct timeval end; variable
350 struct timeval end; variable
[all …]
Dperformance_func_test.cpp27 float PerformanceFuncTest::calTime(struct timeval start, struct timeval end) in calTime()
51 struct timeval end; variable
85 struct timeval end; variable
153 struct timeval end; variable
Ddfx_test.cpp33 float DfxTest::calTime(struct timeval start, struct timeval end) in calTime()
/drivers/hdf_core/adapter/khdf/liteos_m/osal/src/
Dosal_time.c55 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime()
/drivers/peripheral/usb/test/unittest/host_sdk/
Ddata_fifo.h90 uint8_t *end; in DataFifoWrite() local
104 uint8_t *end; in DataFifoRead() local
/drivers/peripheral/usb/gadget/function/include/
Ddata_fifo.h84 uint8_t *end; in DataFifoWrite() local
98 uint8_t *end; in DataFifoRead() local
/drivers/hdf_core/adapter/khdf/liteos/osal/src/
Dosal_time.c56 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime()
/drivers/hdf_core/adapter/khdf/linux/osal/src/
Dosal_time.c52 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime()
/drivers/hdf_core/framework/tools/hc-gen/src/
Dstartup_cfg_gen.cpp97 void StartupCfgGen::HostInfoOutput(const std::string &name, bool end) in HostInfoOutput()
152 bool end = false; in HostInfosOutput() local
/drivers/hdf_core/framework/support/posix/src/
Dosal_time.c36 int32_t OsalDiffTime(const OsalTimespec *start, const OsalTimespec *end, OsalTimespec *diff) in OsalDiffTime()
/drivers/hdf_core/adapter/uhdf2/host/
Ddevhost.c58 char *end = NULL; in HdfStringToInt() local
/drivers/hdf_core/adapter/khdf/liteos/model/bus/usb/
Dhdf_usb.c45 uint32_t end; member
/drivers/hdf_core/framework/tools/hdi-gen/ast/
Dast.cpp45 size_t end = idlFilePath_.rfind(".idl"); in SetIdlFile() local
/drivers/hdf_core/framework/model/storage/include/mtd/
Dmtd_core.h389 uintptr_t end = (uintptr_t)addr + (uintptr_t)size; in MtdDmaCacheClean() local
403 uintptr_t end = (uintptr_t)addr + (uintptr_t)size; in MtdDmaCacheInv() local
/drivers/peripheral/camera/hal/utils/metadata/src/
Dcamera_metadata_operator.cpp402 uint8_t *end = start + oldItemSize; in UpdateCameraMetadataItemByIndex() local
484 uint8_t *end = start + dataBytes; in DeleteCameraMetadataItemByIndex() local
/drivers/hdf_core/framework/utils/src/
Dhdf_block_buffer.c186 …kBuffer *HdfBlockBufferDuplicate(const struct HdfBlockBuffer *buffer, uint16_t start, uint16_t end) in HdfBlockBufferDuplicate()
/drivers/peripheral/camera/interfaces/metadata/src/
Dcamera_metadata_operator.cpp412 uint8_t *end = start + oldItemSize; in MetadataExpandItemMem() local
545 uint8_t *end = start + dataBytes; in DeleteCameraMetadataItemByIndex() local
/drivers/peripheral/sensor/hal/src/
Dsensor_controller.c53 int32_t end; in SetSensorIdClassification() local
/drivers/hdf_core/framework/tools/hdi-gen/util/
Dstring_helper.cpp125 std::string StringHelper::SubStr(const std::string &value, size_t start, size_t end) in SubStr()
/drivers/peripheral/camera/hal/test/ut/v4l2/
Dtest_display.cpp444 float TestDisplay::CalTime(struct timeval start, struct timeval end) in CalTime()
/drivers/peripheral/audio/test/systemtest/common/hdi_service_common/include/
Dhdi_service_common.h175 struct timeval end; member
/drivers/peripheral/camera/hal/test/ut/buffer_manager/
Dbuffer_manager_utest.cpp235 auto end = std::chrono::system_clock::now(); variable
/drivers/peripheral/audio/test/systemtest/common/hdi_common/include/
Daudio_hdi_common.h201 struct timeval end; member
/drivers/hdf_core/framework/model/storage/src/mmc/
Dmmc_protocol.c546 static int32_t MmcAlignEraseSize(struct MmcCntlr *cntlr, uint32_t *start, uint32_t *end, uint32_t s… in MmcAlignEraseSize()
584 uint32_t end = start + nSec; in MmcSendErase() local