Searched defs:final (Results 1 – 10 of 10) sorted by relevance
25 struct SchedulerCallback final : ISchedulerCallback { struct35 struct NoOpSchedulerCallback final : ISchedulerCallback { struct36 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()
44 struct SensorManager final : public ISensorManager { struct61 std::mutex mInternalManagerMutex;63 sp<Looper> mLooper;65 volatile bool mStopThread;66 std::mutex mThreadMutex; //protects mPollThread67 std::thread mPollThread;69 JavaVM* mJavaVm;
64 struct HidlCameraDeviceUser final : public HCameraDeviceUser { struct67 ~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;
51 struct HidlCameraService final : public HCameraService { struct53 ~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;
40 struct EventQueue final : public IEventQueue { struct53 sp<::android::Looper> mLooper;54 sp<::android::SensorEventQueue> mInternalQueue;
44 struct DirectReportChannel final : public IDirectReportChannel { struct55 const int mId;
34 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()
194 size_t final = mFinalLayerCounts.count(count) > 0 ? mFinalLayerCounts.at(count) : 0; in dump() local
96 explicit Thunk(decltype(mF) f, int final) : mF(std::move(f)), mFinal(final) {} in TEST()
1320 const uint32_t final = mProxy->setStartThresholdInFrames(startThresholdInFrames); in setStartThresholdInFrames() local