OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:convertTimespecToUs
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/include/media/
VolumeShaper.h
552
static int64_t
convertTimespecToUs
(const struct timespec &tv)
564
return
convertTimespecToUs
(tv);
[
all
...]
/frameworks/av/media/libaudioclient/
AudioTrack.cpp
67
static int64_t
convertTimespecToUs
(const struct timespec &tv)
85
return
convertTimespecToUs
(tv);
[
all
...]
Completed in 8611 milliseconds