/frameworks/base/libs/hwui/ |
D | AutoBackendTextureRelease.cpp | 42 GrBackendApi backend = context->backend(); in AutoBackendTextureRelease() local 43 if (backend == GrBackendApi::kOpenGL) { in AutoBackendTextureRelease() 57 } else if (backend == GrBackendApi::kVulkan) { in AutoBackendTextureRelease() 75 LOG_ALWAYS_FATAL("Unexpected backend %d", backend); in AutoBackendTextureRelease() 80 static_cast<int>(context->backend()), desc.format); in AutoBackendTextureRelease()
|
/frameworks/proto_logging/stats/atoms/aiwallpapers/ |
D | aiwallpapers_extension_atoms.proto | 40 /* unknown backend. */ 42 /* Aratea backend */ 44 /* local images (for testing) backend */ 90 /* the backend (image generation system) */ 91 optional AiWallpapersBackend backend = 2; field 143 /* the backend (image generation system) */ 144 optional AiWallpapersBackend backend = 3; field 164 /* the backend (image generation system) */ 165 optional AiWallpapersBackend backend = 6; field
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/data/repository/ |
D | ZenModeRepository.kt | 73 private val backend: ZenModesBackend, in getModes() constant in com.android.settingslib.notification.data.repository.ZenModeRepositoryImpl 166 .map { backend.modes } in getModes() 172 initialValue = backend.modes, in getModes() 183 override fun getModes(): List<ZenMode> = backend.modes in getModes() 186 backend.activateMode(zenMode, duration) in getModes() 190 backend.deactivateMode(zenMode) in getModes()
|
/frameworks/libs/systemui/ambientlib/src/com/google/android/ambient/app/backend/documents/ |
D | ThingAmbientDataDocument.kt | 16 package com.google.android.ambient.app.backend.documents 20 import com.google.android.ambient.app.backend.documents.ThingAmbientDataDocument.Companion.SCHEMA_N… 21 import com.google.android.ambient.app.backend.documents.builtintypecandidates.ThingDocument
|
D | AppSearchAmbientDataConverter.kt | 16 package com.google.android.ambient.app.backend.documents 26 import com.google.android.ambient.app.backend.documents.BlobStoreHandleDocument.Companion.toBlobHan… 27 import com.google.android.ambient.app.backend.documents.BlobStoreHandleDocument.Companion.toBlobSto… 28 import com.google.android.ambient.app.backend.documents.builtintypecandidates.ImportantDurationDocu… 29 import com.google.android.ambient.app.backend.documents.builtintypecandidates.ThingDocument
|
D | AmbientRankingMetaDataDocument.kt | 16 package com.google.android.ambient.app.backend.documents 19 import com.google.android.ambient.app.backend.documents.builtintypecandidates.ImportantDurationDocu…
|
D | AmbientDataDocument.kt | 16 package com.google.android.ambient.app.backend.documents 20 import com.google.android.ambient.app.backend.documents.builtintypecandidates.ThingDocument
|
D | BlobStoreHandleDocument.kt | 16 package com.google.android.ambient.app.backend.documents 20 import com.google.android.ambient.app.backend.documents.BlobStoreHandleDocument.Companion.SCHEMA_NA…
|
/frameworks/libs/systemui/ambientlib/src/com/google/android/ambient/app/backend/documents/buildintypecandidates/ |
D | ThingDocument.kt | 16 package com.google.android.ambient.app.backend.documents.builtintypecandidates 19 import com.google.android.ambient.app.backend.documents.BlobStoreHandleDocument 20 import com.google.android.ambient.app.backend.documents.builtintypecandidates.ThingDocument.Compani…
|
D | ImportantDurationDocument.kt | 16 package com.google.android.ambient.app.backend.documents.builtintypecandidates
|
/frameworks/native/libs/binder/tests/parcel_fuzzer/ |
D | main.cpp | 69 void doTransactFuzz(const char* backend, const sp<B>& binder, FuzzedDataProvider&& provider) { in doTransactFuzz() argument 73 FUZZ_LOG() << "doTransactFuzz backend: " << backend; in doTransactFuzz() 85 void doReadFuzz(const char* backend, const std::vector<ParcelRead<P>>& reads, in doReadFuzz() argument 104 FUZZ_LOG() << "doReadFuzz backend: " << backend; in doReadFuzz() 120 void doReadWriteFuzz(const char* backend, const std::vector<ParcelRead<P>>& reads, in doReadWriteFuzz() argument 133 FUZZ_LOG() << "doReadWriteFuzz backend: " << backend; in doReadWriteFuzz()
|
/frameworks/libs/systemui/ambientlib/src/com/google/android/ambient/app/backend/ |
D | AmbientDataAppSearchPublishingWriteSessionImpl.kt | 16 package com.google.android.ambient.app.backend 26 import com.google.android.ambient.app.backend.documents.AppSearchAmbientDataConverter 27 import com.google.android.ambient.app.backend.documents.ThingAmbientDataDocument
|
/frameworks/av/ |
D | Android.bp | 41 backend: { 77 backend: { 150 backend: { 151 // The C++ backend is disabled transitively due to use of FMQ by the audio core HAL.
|
/frameworks/native/services/inputflinger/dispatcher/trace/ |
D | InputTracer.cpp | 65 InputTracingBackendInterface& backend) { in writeEventToBackend() argument 66 std::visit(Visitor{[&](const TracedMotionEvent& e) { backend.traceMotionEvent(e, metadata); }, in writeEventToBackend() 67 [&](const TracedKeyEvent& e) { backend.traceKeyEvent(e, metadata); }}, in writeEventToBackend() 99 InputTracer::InputTracer(std::unique_ptr<InputTracingBackendInterface> backend) in InputTracer() argument 100 : mBackend(std::move(backend)) {} in InputTracer()
|
/frameworks/native/libs/renderengine/skia/compat/ |
D | GaneshBackendTexture.cpp | 49 const GrBackendApi graphicsApi = grContext->backend(); in GaneshBackendTexture() 122 switch (mBackendTexture.backend()) { in logFatalTexture() 156 static_cast<unsigned>(mBackendTexture.backend())); in logFatalTexture()
|
D | GraphiteGpuContext.cpp | 52 LOG_ALWAYS_FATAL_IF(mContext->backend() != skgpu::BackendApi::kVulkan, in GraphiteGpuContext() 55 static_cast<int>(mContext->backend()), in GraphiteGpuContext()
|
/frameworks/hardware/interfaces/automotive/power/aidl/ |
D | Android.bp | 30 backend: { 67 backend: { 106 backend: {
|
/frameworks/av/media/libaudioclient/ |
D | Android.bp | 275 backend: { 332 backend: { 387 backend: { 441 backend: { 483 backend: { 516 backend: { 541 backend: { 561 backend: {
|
/frameworks/native/services/surfaceflinger/PowerAdvisor/ |
D | Android.bp | 17 // ADPF uses FMQ which can't build to CPP backend, and is thus not 27 backend: {
|
/frameworks/av/media/audio/aconfig/ |
D | README.md | 20 namespace of the backend. This means that if two aconfig java libraries exist which consume **any** 23 bootclasspath, so no other library for that package can exist. Additionally, the cpp backend 32 Generally, `aconfig_declarations` and `{backend}_aconfig_library` should be 1-1, except in cases 43 {backend}_aconfig_library { 44 name: "{PACKAGE}-aconfig-{backend}", 46 defaults: ["audio-aconfig-{backend}-defaults"], 50 If the flags are required as part of the framework, the java backend is ingested into the framework
|
/frameworks/hardware/interfaces/cameraservice/common/aidl/ |
D | Android.bp | 11 backend: {
|
/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/ |
D | Android.bp | 10 backend: {
|
/frameworks/hardware/interfaces/sensorservice/aidl/ |
D | Android.bp | 15 backend: {
|
/frameworks/av/media/audioaidlconversion/ |
D | Android.bp | 109 * Only AIDL CPP backend conversion supported. 131 * Only AIDL NDK backend conversion supported.
|
/frameworks/base/core/tests/fuzzers/java_service_fuzzer/ |
D | Android.bp | 9 backend: {
|