Home
last modified time | relevance | path

Searched refs:t1 (Results 1 - 6 of 6) sorted by relevance

/drivers/hdf_core/adapter/khdf/uniproton/test/sample_driver/src/
H A Dosal_all_test.c79 uint64_t t1 = time->sec * HDF_KILO_UNIT * HDF_KILO_UNIT + time->usec; in OsalCheckTime() local
81 uint64_t diff = (t1 < t2) ? (t2 - t1) : (t1 - t2); in OsalCheckTime()
/drivers/hdf_core/framework/test/unittest/osal/
H A Dosal_all_test.c71 uint64_t t1 = time->sec * HDF_KILO_UNIT * HDF_KILO_UNIT + time->usec; in OsalCheckTime() local
73 uint64_t diff = (t1 < t2) ? (t2 - t1) : (t1 - t2); in OsalCheckTime()
/drivers/peripheral/codec/test/demo/idl/src/
H A Dcodec_hdi_decode.cpp731 auto t1 = std::chrono::system_clock::now(); in Run() local
765 std::chrono::duration<double> diff = t2 - t1; in Run()
/drivers/peripheral/codec/test/demo/v2.0/src/
H A Dcodec_hdi_encode.cpp473 auto t1 = std::chrono::system_clock::now(); in Run() local
507 std::chrono::duration<double> diff = t2 - t1; in Run()
H A Dcodec_hdi_decode.cpp610 auto t1 = std::chrono::system_clock::now(); in Run() local
644 std::chrono::duration<double> diff = t2 - t1; in Run()
/drivers/peripheral/input/udriver/src/
H A Dinput_device_manager.cpp51 std::thread t1([this] {this->WorkerThread();}); in Init()
53 thread_ = std::move(t1); in Init()

Completed in 7 milliseconds