Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/tests/unittests/mock/
DMockSchedulerCallback.h25 struct SchedulerCallback final : ISchedulerCallback { struct
35 struct NoOpSchedulerCallback final : ISchedulerCallback { struct
36 void setVsyncEnabled(bool) override {} in setVsyncEnabled()
37 void changeRefreshRate(const scheduler::RefreshRateConfigs::RefreshRate&, in changeRefreshRate()
39 void repaintEverythingForHWC() override {} in repaintEverythingForHWC()
40 void kernelTimerChanged(bool) override {} in kernelTimerChanged()
41 void triggerOnFrameRateOverridesChanged() {} in triggerOnFrameRateOverridesChanged()
/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/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()
78 HidlCameraService(android::CameraService *cs) : mAidlICameraService(cs) { }; in HidlCameraService()
91 android::CameraService *const mAidlICameraService = nullptr;
93 Mutex mListenerListLock;
95 using HIListeners =
97 std::list<HIListeners> mListeners;
/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/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.cpp194 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.cpp1320 const uint32_t final = mProxy->setStartThresholdInFrames(startThresholdInFrames); in setStartThresholdInFrames() local