| /frameworks/native/services/utils/include/serviceutils/ |
| D | PriorityDumper.h | 45 virtual status_t dumpCritical(int /*fd*/, const Vector<String16>& /*args*/, bool /*asProto*/) { in dumpCritical() argument 50 virtual status_t dumpHigh(int /*fd*/, const Vector<String16>& /*args*/, bool /*asProto*/) { in dumpHigh() argument 55 virtual status_t dumpNormal(int /*fd*/, const Vector<String16>& /*args*/, bool /*asProto*/) { in dumpNormal() argument
|
| /frameworks/base/startop/scripts/lib/ |
| D | cmd_utils.py | 86 shell: bool, 87 simulate: bool) -> Tuple[bool, str]: 125 shell: bool = False,
|
| /frameworks/base/startop/scripts/app_startup/ |
| D | app_startup_runner.py | 166 simulate: bool) -> Tuple[bool, TextIO]: 233 simulate: bool, 237 requires_trace_collection: bool) -> DataFrame: 275 simulate: bool, 279 requires_trace_collection: bool):
|
| D | run_app_with_prefetch.py | 54 simulate: bool, 55 debug: bool,
|
| /frameworks/base/libs/hwui/tests/unit/ |
| D | SkiaDisplayListTests.cpp | 166 [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 177 [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 236 observer, info, false, [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 260 observer, info, false, [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 280 observer, info, false, [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 302 observer, info, false, [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 324 observer, info, false, [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 340 observer, info, false, [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument 357 observer, info, false, [](RenderNode*, TreeObserver&, TreeInfo&, bool) {})); in RENDERTHREAD_SKIA_PIPELINE_TEST() argument
|
| /frameworks/av/media/mtp/ |
| D | MtpDevHandle.cpp | 51 int MtpDevHandle::receiveFile(mtp_file_range mfr, bool) { in receiveFile() argument 63 int MtpDevHandle::start(bool /* ptp */) { in start() argument
|
| /frameworks/av/media/libstagefright/tests/fuzzers/ |
| D | StagefrightMediaScannerFuzzer.cpp | 27 virtual status_t scanFile(const char*, long long, long long, bool, bool) { in scanFile() argument
|
| /frameworks/native/libs/gui/ |
| D | BufferHubConsumer.cpp | 65 bool /*controlledByApp*/) { in consumerConnect() argument 124 status_t BufferHubConsumer::setConsumerIsProtected(bool /*isProtected*/) { in setConsumerIsProtected() argument 140 bool /*forceFlush*/, std::vector<OccupancyTracker::Segment>* /*outHistory*/) { in getOccupancyHistory() argument
|
| /frameworks/native/libs/renderengine/include/renderengine/mock/ |
| D | RenderEngine.h | 61 void mapExternalTextureBuffer(const sp<GraphicBuffer>&, bool) {} in mapExternalTextureBuffer() argument
|
| /frameworks/av/media/libstagefright/tests/mediacodec/ |
| D | MediaCodecTest.cpp | 225 .WillByDefault([mockCodec, &counter](bool) { in TEST() argument 320 .WillByDefault([mockCodec](bool) { in TEST() argument 327 .WillByDefault([mockCodec](bool) { in TEST() argument 377 .WillByDefault([mockCodec](bool) { in TEST() argument
|
| /frameworks/av/media/codec2/hidl/services/ |
| D | vendor.cpp | 142 static C2R SetIonUsage(bool /* mayBlock */, C2P<C2StoreIonUsageInfo> &me) { in SetIonUsage() argument 150 static C2R SetDmaBufUsage(bool /* mayBlock */, C2P<C2StoreDmaBufUsageInfo> &me) { in SetDmaBufUsage() argument
|
| /frameworks/base/libs/hwui/apex/ |
| D | android_canvas.cpp | 88 void ACanvas_clipRect(ACanvas* canvas, const ARect* clipRect, bool /*doAA*/) { in ACanvas_clipRect() argument 94 void ACanvas_clipOutRect(ACanvas* canvas, const ARect* clipRect, bool /*doAA*/) { in ACanvas_clipOutRect() argument
|
| /frameworks/native/libs/binder/rust/src/ |
| D | proxy.rs | 91 pub fn is_remote(&self) -> bool { in is_remote() 138 fn associate_class(&mut self, class: InterfaceClass) -> bool; in associate_class() 142 fn associate_class(&mut self, class: InterfaceClass) -> bool { in associate_class() 184 fn eq(&self, other: &Self) -> bool { in eq() 282 fn is_binder_alive(&self) -> bool { in is_binder_alive() 303 fn set_requesting_sid(&mut self, enable: bool) { in set_requesting_sid() 517 fn eq(&self, other: &Self) -> bool { in eq()
|
| D | binder.rs | 127 fn is_binder_alive(&self) -> bool; in is_binder_alive() 133 fn set_requesting_sid(&mut self, enable: bool); in set_requesting_sid() 326 fn eq(&self, other: &Self) -> bool { in eq() 382 fn eq(&self, other: &Self) -> bool { in eq()
|
| /frameworks/native/services/surfaceflinger/Scheduler/ |
| D | InjectVSyncSource.h | 47 void setVSyncEnabled(bool) override {} in setVSyncEnabled() argument
|
| /frameworks/av/services/camera/libcameraservice/device3/ |
| D | Camera3FakeStream.cpp | 60 bool, in returnBufferCheckedLocked() argument 115 status_t Camera3FakeStream::dropBuffers(bool /*dropping*/) { in dropBuffers() argument
|
| /frameworks/base/startop/view_compiler/ |
| D | java_lang_builder.cc | 70 void JavaLangViewBuilder::StartView(const string& class_name, bool /*is_viewgroup*/) { in StartView() argument
|
| /frameworks/av/services/camera/libcameraservice/api2/ |
| D | CameraOfflineSessionClient.cpp | 80 status_t CameraOfflineSessionClient::setCameraMute(bool) { in setCameraMute() argument 283 int64_t /*requestCount*/, int64_t /*resultErrorCount*/, bool /*deviceError*/, in notifyIdle() argument
|
| /frameworks/base/libs/storage/ |
| D | IMountServiceListener.cpp | 32 virtual void onUsbMassStorageConnectionChanged(const bool /* connected */) { } in onUsbMassStorageConnectionChanged()
|
| /frameworks/native/libs/renderengine/skia/ |
| D | SkiaRenderEngine.h | 50 const bool /*useFramebufferCache*/, in drawLayers()
|
| /frameworks/native/libs/fakeservicemanager/ |
| D | ServiceManager.cpp | 37 bool /*allowIsolated*/, in addService() argument
|
| /frameworks/base/startop/scripts/iorap/lib/ |
| D | iorapd_utils.py | 85 debug: bool,
|
| /frameworks/base/tools/aapt2/java/ |
| D | ClassDefinition.cpp | 26 void ClassMember::Print(bool /*final*/, Printer* printer, bool strip_api_annotations) const { in Print() argument
|
| /frameworks/base/core/java/com/android/internal/os/ |
| D | LoggingPrintStream.java | 246 public synchronized void print(boolean bool) { in print() 323 public synchronized void println(boolean bool) { in println()
|
| /frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
| D | CachedSetTest.cpp | 348 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F() 400 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F() 454 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F() 656 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F() 716 base::unique_fd&&, base::unique_fd*) -> size_t { in TEST_F() 865 base::unique_fd&&, base::unique_fd*) -> int32_t { in TEST_F()
|