OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reqt
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/drm/libdrmframework/
DrmManagerClientImpl.cpp
58
struct timespec
reqt
;
local
59
reqt
.tv_sec = 0;
60
reqt
.tv_nsec = 500000000; //0.5 sec
61
nanosleep(&
reqt
, NULL);
Completed in 43 milliseconds