Home
last modified time | relevance | path

Searched refs:timeSpec (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/media/drmframework/jni/
Dnative-mediadrm-jni.cpp523 struct timespec timeSpec; in playContent() local
524 clock_gettime(CLOCK_MONOTONIC, &timeSpec); in playContent()
525 time_t startTimeSec = timeSpec.tv_sec; in playContent()
543 clock_gettime(CLOCK_MONOTONIC, &timeSpec); in playContent()
544 if (timeSpec.tv_sec >= static_cast<time_t>( in playContent()