Home
last modified time | relevance | path

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

/frameworks/native/services/sensorservice/hidl/include/sensorservicehidl/
DSensorManager.h44 struct SensorManager final : public ISensorManager { struct
61 std::mutex mInternalManagerMutex;
63 sp<Looper> mLooper;
65 volatile bool mStopThread;
66 std::mutex mThreadMutex; //protects mPollThread
67 std::thread mPollThread;
69 JavaVM* mJavaVm;
/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockSchedulerCallback.h25 struct SchedulerCallback final : ISchedulerCallback { struct
32 struct NoOpSchedulerCallback final : ISchedulerCallback { struct
33 void setVsyncEnabled(bool) override {} in setVsyncEnabled()
34 void requestDisplayMode(DisplayModePtr, DisplayModeEvent) override {} in requestDisplayMode()
35 void kernelTimerChanged(bool) override {} in kernelTimerChanged()
36 void triggerOnFrameRateOverridesChanged() override {} in triggerOnFrameRateOverridesChanged()
/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;
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/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/native/include/ftl/
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/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()
114 bool final, bool strip_api_annotations, io::OutputStream* out) { 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.cpp96 explicit Thunk(decltype(mF) f, int final) : mF(std::move(f)), mFinal(final) {} in TEST()
/frameworks/av/media/libaudioclient/
DAudioTrack.cpp1554 const uint32_t final = mProxy->setStartThresholdInFrames(startThresholdInFrames); in setStartThresholdInFrames() local