Home
last modified time | relevance | path

Searched defs:sec (Results 1 – 15 of 15) sorted by relevance

/hardware/google/aemu/base/include/aemu/base/
DStopwatch.h34 static double sec(uint64_t us) { return us / 1000000.0; } in sec() function
/hardware/interfaces/radio/1.1/vts/functional/
Dradio_hidl_hal_test.cpp83 std::cv_status RadioHidlTest_v1_1::wait(int sec) { in wait()
/hardware/interfaces/radio/1.0/vts/functional/
Dradio_hidl_hal_test.cpp86 std::cv_status RadioHidlTest::wait(int sec) { in wait()
/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dtime.c77 LONGLONG sec; in c23_timespec_get() local
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dreciprocal.inl11 GLM_FUNC_QUALIFIER genType sec(genType angle) function
18 GLM_FUNC_QUALIFIER vecType<T, P> sec(vecType<T, P> const & x) function
/hardware/ti/am57x/libhwcomposer/
Ddisplay.cpp57 void HWCDisplay::page_flip_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec,… in page_flip_handler()
102 void HWCDisplay::vblank_handler(int fd, unsigned int frame, unsigned int sec, unsigned int usec, vo… in vblank_handler()
/hardware/samsung/nfc/halimpl/osi/
Dosi_timer.cc185 struct timeval sec; in OSI_timer_get_current_time() local
/hardware/st/secure_element2/secure_element/esehal/src/
Dtransport.c72 time_t sec = ta.tv_sec + in ts_add_ns() local
/hardware/google/gfxstream/guest/mesa/include/android_stub/log/
Dlog_read.h44 uint32_t sec; /* seconds since Epoch */ member
/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/wifi_hal_ctrl/
Dwifi_hal_ctrl.c173 char *reply, size_t *reply_len, time_t sec, suseconds_t usec) in wifihal_ctrl_request2()
/hardware/nxp/uwb/halimpl/utils/
DphNxpUciHal_utils.h114 static inline int phNxpUciHal_sem_timed_wait_sec(phNxpUciHal_Sem_t* pCallbackData, time_t sec) in phNxpUciHal_sem_timed_wait_sec()
/hardware/qcom/audio/hal/audio_extn/
Dspkr_protection.c163 static bool is_speaker_in_use(unsigned long *sec) in is_speaker_in_use()
538 unsigned long sec = 0; in spkr_calibration_thread() local
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp666 float sec = duration_us / 1000000.0f; in TEST_F() local
703 float sec = duration_us / 1000000.0f; in TEST_F() local
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c1282 unsigned int sec, in wsi_display_page_flip_handler2()
1305 unsigned int sec, in wsi_display_page_flip_handler()
1313 unsigned int sec, unsigned int usec, in wsi_display_vblank_handler()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4634 float sec = (*duration_us) / 1000000.0f; in glTestHostDriverPerformance() local