Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/metadata/
Dboottime_state_delegate.h28 class BoottimeStateDelegate : public StateDelegateInterface<int64_t> {
30 BoottimeStateDelegate(){}; in BoottimeStateDelegate() function
31 ~BoottimeStateDelegate(){}; in ~BoottimeStateDelegate()
Dboottime_state_delegate.cpp29 int BoottimeStateDelegate::GetValue(int64_t* value) { in GetValue()
/hardware/libhardware/modules/camera/3_4/
Dv4l2_metadata_factory.cpp508 ANDROID_SENSOR_TIMESTAMP, std::make_unique<BoottimeStateDelegate>())); in GetV4L2Metadata()