/aosp12/packages/modules/adb/ |
H A D | compression_utils.h | 93 DecodeResult Decode(std::span<char>* output) final { in Decode() argument 113 EncodeResult Encode(Block* output) final { in Encode() argument 142 DecodeResult Decode(std::span<char>* output) final { in Decode() argument 188 EncodeResult Encode(Block* output) final { in Encode() argument 235 struct LZ4Decoder final : public Decoder { struct 246 DecodeResult Decode(std::span<char>* output) final { in Decode() argument 285 struct LZ4Encoder final : public Encoder { struct 309 EncodeResult Encode(Block* output) final { in Encode() argument 386 struct ZstdDecoder final : public Decoder { struct 436 struct ZstdEncoder final : public Encoder { argument [all …]
|
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/mock/ |
H A D | MockSchedulerCallback.h | 25 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()
|
/aosp12/frameworks/native/services/sensorservice/hidl/include/sensorservicehidl/ |
H A D | SensorManager.h | 44 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;
|
/aosp12/frameworks/av/services/camera/libcameraservice/hidl/ |
H A D | HidlCameraDeviceUser.h | 64 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;
|
H A D | HidlCameraService.h | 51 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;
|
/aosp12/packages/modules/adb/fdevent/ |
H A D | fdevent.h | 55 struct fdevent final { struct 78 // final. argument
|
H A D | fdevent_epoll.h | 35 struct fdevent_context_epoll final : public fdevent_context { struct 52 unique_fd interrupt_fd_; 53 fdevent* interrupt_fde_ = nullptr;
|
H A D | fdevent_poll.h | 47 struct fdevent_context_poll final : public fdevent_context { struct 65 fdevent* interrupt_fde_ = nullptr;
|
/aosp12/system/incremental_delivery/incfs/util/include/util/ |
H A D | map_ptr.h | 131 struct map_ptr final { struct 152 class const_iterator final { argument
|
/aosp12/system/libfmq/include/fmq/ |
H A D | MessageQueue.h | 26 struct MessageQueue final : public MessageQueueBase<MQDescriptor, T, flavor> { struct 27 typedef MQDescriptor<T, flavor> Descriptor; 46 MessageQueue(size_t numElementsInQueue, bool configureEventFlagWord, in MessageQueue() 57 MessageQueue& operator=(const MessageQueue& other) = delete;
|
/aosp12/system/incremental_delivery/incfs/include/ |
H A D | MountRegistry.h | 59 struct Mount final { struct 70 struct iterator final : public std::vector<Root>::const_iterator { argument 71 using base = std::vector<Root>::const_iterator; 72 using value_type = Mount; 75 explicit iterator(base b) : base(b) {} in iterator()
|
H A D | incfs.h | 143 struct BlockRange final : public IncFsBlockRange { struct 148 class FilledRanges final { argument
|
/aosp12/frameworks/native/services/sensorservice/hidl/ |
H A D | EventQueue.h | 40 struct EventQueue final : public IEventQueue { struct 53 sp<::android::Looper> mLooper; 54 sp<::android::SensorEventQueue> mInternalQueue;
|
H A D | DirectReportChannel.h | 44 struct DirectReportChannel final : public IDirectReportChannel { struct 55 const int mId;
|
/aosp12/system/bt/bta/av/ |
H A D | bta_av_int.h | 483 struct tBTA_AV_SCB final { struct 487 tBTA_AV_SEP seps[BTAV_A2DP_CODEC_INDEX_MAX]; 490 tBTA_AV_Q_INFO q_info; 494 alarm_t* link_signalling_timer; 506 uint8_t avdt_handle; /* AVDTP handle */ 515 uint8_t avdt_label; /* AVDTP label */ 516 uint8_t app_id; /* application id */ 518 uint8_t role; 520 uint8_t rc_handle; /* connected AVRCP handle */ 522 bool started; /* true if stream started */ [all …]
|
/aosp12/system/libziparchive/incfs_support/include/incfs_support/ |
H A D | signal_handling.h | 126 struct JmpBufState final { struct 127 jmp_buf buf; 151 class ScopedJmpBuf final { argument
|
/aosp12/frameworks/base/tools/aapt2/java/ |
H A D | ClassDefinition.cpp | 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()
|
/aosp12/hardware/qcom/sdm845/display/libhistogram/ |
H A D | ringbuffer.h | 42 struct DefaultTimeKeeper final : TimeKeeper struct
|
/aosp12/hardware/qcom/sm7250/display/libhistogram/ |
H A D | ringbuffer.h | 43 struct DefaultTimeKeeper final : TimeKeeper { struct
|
/aosp12/hardware/qcom/sm8150/display/libhistogram/ |
H A D | ringbuffer.h | 42 struct DefaultTimeKeeper final : TimeKeeper struct
|
/aosp12/system/core/libappfuse/include/libappfuse/ |
H A D | FuseBuffer.h | 101 union FuseBuffer final { union
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/src/planner/ |
H A D | Flattener.cpp | 183 size_t final = mFinalLayerCounts.count(count) > 0 ? mFinalLayerCounts.at(count) : 0; in dump() local
|
/aosp12/system/keymaster/key_blob_utils/ |
H A D | ocb.c | 802 static void process_ad(ae_ctx* ctx, const void* ad, int ad_len, int final) { in process_ad() 939 int ad_len, void* ct, void* tag, int final) { in ae_encrypt() 1156 int ad_len, void* pt, const void* tag, int final) { in ae_decrypt()
|
/aosp12/frameworks/av/services/mediametrics/tests/ |
H A D | mediametrics_tests.cpp | 97 explicit Thunk(decltype(mF) f, int final) : mF(std::move(f)), mFinal(final) {} in TEST()
|
/aosp12/frameworks/av/media/libaudioclient/ |
H A D | AudioTrack.cpp | 1396 const uint32_t final = mProxy->setStartThresholdInFrames(startThresholdInFrames); in setStartThresholdInFrames() local
|