Home
last modified time | relevance | path

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

/hardware/google/camera/common/hal/hidl_service/
Dhidl_profiler.cc45 profiler->End("Overall", 0); in ~HidlProfiler()
66 gHidlProfiler->profiler->End("<-- IDLE -->", in EndConnector()
133 gHidlProfiler->profiler->End( in OnFirstFrameResult()
135 gHidlProfiler->profiler->End( in OnFirstFrameResult()
152 profiler_->End("HAL Total", in ~HidlProfilerItem()
154 profiler_->End(target_, request_id_); in ~HidlProfilerItem()
/hardware/google/camera/common/profiler/
Dprofiler.h124 virtual void End(const std::string name, int request_id) = 0;
163 profiler_->End(target_, request_id_); in ~ScopedProfiler()
Dprofiler.cc69 void End(const std::string name,
183 void ProfilerImpl::End(const std::string name, int request_id) { in End() function in google::camera_common::__anon477d26810111::ProfilerImpl
323 void End(const std::string, int) override final { in End() function in google::camera_common::__anon477d26810111::ProfilerDummy
/hardware/interfaces/automotive/can/1.0/default/libc++fs/src/filesystem/
Doperations.cpp108 auto End = getAfterBack(); in peek() local
109 return TkEnd == End ? nullptr : TkEnd; in peek()
113 const PosPtr End = getAfterBack(); in increment() local
115 if (Start == End) in increment()
120 PosPtr TkEnd = consumeSeparator(Start, End); in increment()
124 return makeState(PS_InFilenames, Start, consumeName(Start, End)); in increment()
127 return makeState(PS_InFilenames, Start, consumeName(Start, End)); in increment()
130 PosPtr SepEnd = consumeSeparator(Start, End); in increment()
131 if (SepEnd != End) { in increment()
132 PosPtr TkEnd = consumeName(SepEnd, End); in increment()
[all …]
/hardware/interfaces/automotive/can/1.0/default/libc++fs/include/automotive/
Dfilesystem311 /* End copy of _FilesystemClock from include/chrono */