Searched defs:final (Results 1 – 11 of 11) sorted by relevance
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;
25 struct SchedulerCallback final : ISchedulerCallback { struct32 struct NoOpSchedulerCallback final : ISchedulerCallback { struct33 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()
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()91 android::CameraService *const mAidlICameraService = nullptr;93 Mutex mListenerListLock;95 using HIListeners =97 std::list<HIListeners> mListeners;98 int mVndkVersion = -1;
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;
60 struct [[clang::scoped_lockable]] FakeGuard final { struct61 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;
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()
184 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()
1554 const uint32_t final = mProxy->setStartThresholdInFrames(startThresholdInFrames); in setStartThresholdInFrames() local