Home
last modified time | relevance | path

Searched defs:final (Results 1 – 14 of 14) sorted by relevance

/frameworks/native/include/ftl/
Doptional.h32 struct Optional final : std::optional<T> { struct
36 Optional(std::optional<T> other) : std::optional<T>(std::move(other)) {} in Optional()
43 constexpr auto transform(F&& f) const& { in transform()
50 constexpr auto transform(F&& f) & { in transform()
57 constexpr auto transform(F&& f) const&& { in transform()
64 constexpr auto transform(F&& f) && { in transform()
72 constexpr auto and_then(F&& f) const& { in and_then()
79 constexpr auto and_then(F&& f) & { in and_then()
86 constexpr auto and_then(F&& f) const&& { in and_then()
93 constexpr auto and_then(F&& f) && { in and_then()
Dfake_guard.h60 struct [[clang::scoped_lockable]] FakeGuard final { struct
61 explicit FakeGuard(const Mutex& mutex) FTL_ATTRIBUTE(acquire_capability(mutex)) {} in FakeGuard()
62 [[clang::release_capability()]] ~FakeGuard() {} in ~FakeGuard()
65 FakeGuard& operator=(const FakeGuard&) = delete;
/frameworks/av/services/camera/libcameraservice/hidl/
DHidlCameraDeviceUser.h64 struct HidlCameraDeviceUser final : public HCameraDeviceUser { struct
67 ~HidlCameraDeviceUser() { } in ~HidlCameraDeviceUser()
110 bool initStatus() { return mInitSuccess; } in initStatus()
112 std::shared_ptr<CaptureResultMetadataQueue> getCaptureResultMetadataQueue() { in getCaptureResultMetadataQueue()
125 const sp<hardware::camera2::ICameraDeviceUser> mDeviceRemote;
126 std::unique_ptr<CaptureRequestMetadataQueue> mCaptureRequestMetadataQueue = nullptr;
127 std::shared_ptr<CaptureResultMetadataQueue> mCaptureResultMetadataQueue = nullptr;
128 bool mInitSuccess = false;
129 int32_t mRequestId = REQUEST_ID_NONE;
130 int mVndkVersion = -1;
DHidlCameraService.h51 struct HidlCameraService final : public HCameraService { struct
53 ~HidlCameraService() { }; in ~HidlCameraService()
91 android::CameraService *const mAidlICameraService = nullptr;
93 Mutex mListenerListLock;
95 using HIListeners =
97 std::list<HIListeners> mListeners;
98 int mVndkVersion = -1;
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockSchedulerCallback.h25 struct SchedulerCallback final : ISchedulerCallback { struct
32 struct NoOpSchedulerCallback final : ISchedulerCallback { struct
33 void requestHardwareVsync(PhysicalDisplayId, bool) override {} in requestHardwareVsync()
34 void requestDisplayModes(std::vector<display::DisplayModeRequest>) override {} in requestDisplayModes()
35 void kernelTimerChanged(bool) override {} in kernelTimerChanged()
36 void triggerOnFrameRateOverridesChanged() override {} in triggerOnFrameRateOverridesChanged()
/frameworks/native/services/sensorservice/hidl/include/sensorservicehidl/
DSensorManager.h44 struct SensorManager final : public ISensorManager { struct
61 sp<Looper> mLooper;
63 volatile bool mStopThread;
64 std::mutex mThreadMutex; //protects mPollThread
65 std::thread mPollThread;
67 JavaVM* mJavaVm;
/frameworks/native/services/sensorservice/aidl/
DEventQueue.h28 struct EventQueue final : public aidl::android::frameworks::sensorservice::BnEventQueue { struct
40 sp<::android::Looper> mLooper;
41 sp<::android::SensorEventQueue> mInternalQueue;
/frameworks/native/services/sensorservice/hidl/
DEventQueue.h40 struct EventQueue final : public IEventQueue { struct
53 sp<::android::Looper> mLooper;
54 sp<::android::SensorEventQueue> mInternalQueue;
DDirectReportChannel.h44 struct DirectReportChannel final : public IDirectReportChannel { struct
55 const int mId;
/frameworks/av/media/utils/include/mediautils/
DStaticStringView.h70 struct StaticStringView final : private std::string_view { struct
72 struct is_const_char_array : std::false_type {};
/frameworks/base/tools/aapt2/java/
DClassDefinition.cpp34 void MethodDefinition::Print(bool final, Printer* printer, bool) const { in Print()
77 void ClassDefinition::Print(bool final, Printer* printer, bool strip_api_annotations) const { in Print()
113 void ClassDefinition::WriteJavaFile(const ClassDefinition* def, StringPiece package, bool final, in WriteJavaFile()
/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/
DFlattener.cpp184 size_t final = mFinalLayerCounts.count(count) > 0 ? mFinalLayerCounts.at(count) : 0; in dump() local
/frameworks/av/services/mediametrics/tests/
Dmediametrics_tests.cpp127 explicit Thunk(decltype(mF) f, int final) : mF(std::move(f)), mFinal(final) {} in TEST()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp1467 const uint32_t final = mProxy->setStartThresholdInFrames(startThresholdInFrames); in setStartThresholdInFrames() local