OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TimeSpec
(Results
1 - 16
of
16
) sorted by null
/device/google/cuttlefish_common/common/vsoc/shm/
screen_layout.h
27
struct
TimeSpec
{
36
ASSERT_SHM_COMPATIBLE(
TimeSpec
);
39
static constexpr size_t layout_size = 4 + 2 * 2 + 5 *
TimeSpec
::layout_size;
44
TimeSpec
last_vsync;
45
TimeSpec
prepare_start;
46
TimeSpec
prepare_end;
47
TimeSpec
set_start;
48
TimeSpec
set_end;
/hardware/interfaces/audio/2.0/
IStreamOut.hal
72
TimeSpec
timeStamp;
252
generates (Result retval, uint64_t frames,
TimeSpec
timeStamp);
types.hal
41
* A substitute for POSIX
timespec
.
43
struct
TimeSpec
{
/hardware/interfaces/audio/4.0/
IStreamOut.hal
72
TimeSpec
timeStamp;
266
generates (Result retval, uint64_t frames,
TimeSpec
timeStamp);
types.hal
45
* A substitute for POSIX
timespec
.
47
struct
TimeSpec
{
/external/libcxx/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp
35
template <class FileTimeT, class TimeT, class
TimeSpec
>
161
template <class FileTimeT, class TimeT, class
TimeSpec
, class Base>
162
struct check_is_representable<FileTimeT, TimeT,
TimeSpec
, Base,
190
check_is_representable<file_time_type, time_t, struct
timespec
>::test()));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/libcxx/experimental/filesystem/
convert_file_time.sh.cpp
35
template <class FileTimeT, class TimeT, class
TimeSpec
>
161
template <class FileTimeT, class TimeT, class
TimeSpec
, class Base>
162
struct check_is_representable<FileTimeT, TimeT,
TimeSpec
, Base,
190
check_is_representable<file_time_type, time_t, struct
timespec
>::test()));
/device/google/cuttlefish_common/guest/hals/hwcomposer/legacy/
stats_keeper.cpp
34
using vsoc::layout::screen::
TimeSpec
;
56
void TimeDifferenceToTimeSpec(const TimeDifference& td,
TimeSpec
* ts) {
/hardware/interfaces/audio/core/all-versions/default/include/core/all-versions/default/
StreamOut.h
44
using ::android::hardware::audio::AUDIO_HAL_VERSION::
TimeSpec
;
129
TimeSpec
* timeStamp);
StreamOut.impl.h
500
TimeSpec
* timeStamp) {
508
struct
timespec
halTimeStamp;
521
TimeSpec
timeStamp = {0, 0};
/external/libcxx/src/experimental/filesystem/
operations.cpp
547
using
TimeSpec
= struct
timespec
;
551
TimeSpec
extract_mtime(StatT const& st) { return st.st_mtimespec; }
553
TimeSpec
extract_atime(StatT const& st) { return st.st_atimespec; }
555
TimeSpec
extract_mtime(StatT const& st) { return st.st_mtim; }
557
TimeSpec
extract_atime(StatT const& st) { return st.st_atim; }
562
using FSTime = fs_time_util<file_time_type, time_t, struct
timespec
>;
616
struct ::
timespec
tbuf[2];
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/src/experimental/filesystem/
operations.cpp
510
using
TimeSpec
= struct
timespec
;
514
TimeSpec
extract_mtime(StatT const& st) { return st.st_mtimespec; }
515
TimeSpec
extract_atime(StatT const& st) { return st.st_atimespec; }
517
TimeSpec
extract_mtime(StatT const& st) { return st.st_mtim; }
519
TimeSpec
extract_atime(StatT const& st) { return st.st_atim; }
524
using FSTime = fs_time_util<file_time_type, time_t, struct
timespec
>;
580
struct ::
timespec
tbuf[2];
/frameworks/av/media/libaudiohal/2.0/
StreamHalHidl.cpp
39
using ::android::hardware::audio::V2_0::
TimeSpec
;
533
status_t StreamOutHalHidl::getPresentationPosition(uint64_t *frames, struct
timespec
*timestamp) {
546
[&](Result r, uint64_t hidlFrames, const
TimeSpec
& hidlTimeStamp) {
/frameworks/av/media/libaudiohal/4.0/
StreamHalHidl.cpp
46
using ::android::hardware::audio::V4_0::
TimeSpec
;
544
status_t StreamOutHalHidl::getPresentationPosition(uint64_t *frames, struct
timespec
*timestamp) {
557
[&](Result r, uint64_t hidlFrames, const
TimeSpec
& hidlTimeStamp) {
/hardware/interfaces/audio/core/2.0/vts/functional/
AudioPrimaryHidlHalTest.cpp
67
using ::android::hardware::audio::V2_0::
TimeSpec
;
[
all
...]
/hardware/interfaces/audio/core/4.0/vts/functional/
AudioPrimaryHidlHalTest.cpp
74
using ::android::hardware::audio::V4_0::
TimeSpec
;
[
all
...]
Completed in 3205 milliseconds