Home
last modified time | relevance | path

Searched refs:backend (Results 1 – 25 of 75) sorted by relevance

123

/frameworks/base/libs/hwui/
DAutoBackendTextureRelease.cpp42 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/
Daiwallpapers_extension_atoms.proto40 /* 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/
DZenModeRepository.kt73 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/
DThingAmbientDataDocument.kt16 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
DAppSearchAmbientDataConverter.kt16 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
DAmbientRankingMetaDataDocument.kt16 package com.google.android.ambient.app.backend.documents
19 import com.google.android.ambient.app.backend.documents.builtintypecandidates.ImportantDurationDocu…
DAmbientDataDocument.kt16 package com.google.android.ambient.app.backend.documents
20 import com.google.android.ambient.app.backend.documents.builtintypecandidates.ThingDocument
DBlobStoreHandleDocument.kt16 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/
DThingDocument.kt16 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…
DImportantDurationDocument.kt16 package com.google.android.ambient.app.backend.documents.builtintypecandidates
/frameworks/native/libs/binder/tests/parcel_fuzzer/
Dmain.cpp69 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/
DAmbientDataAppSearchPublishingWriteSessionImpl.kt16 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/
DAndroid.bp41 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/
DInputTracer.cpp65 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/
DGaneshBackendTexture.cpp49 const GrBackendApi graphicsApi = grContext->backend(); in GaneshBackendTexture()
122 switch (mBackendTexture.backend()) { in logFatalTexture()
156 static_cast<unsigned>(mBackendTexture.backend())); in logFatalTexture()
DGraphiteGpuContext.cpp52 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/
DAndroid.bp30 backend: {
67 backend: {
106 backend: {
/frameworks/av/media/libaudioclient/
DAndroid.bp275 backend: {
332 backend: {
387 backend: {
441 backend: {
483 backend: {
516 backend: {
541 backend: {
561 backend: {
/frameworks/native/services/surfaceflinger/PowerAdvisor/
DAndroid.bp17 // ADPF uses FMQ which can't build to CPP backend, and is thus not
27 backend: {
/frameworks/av/media/audio/aconfig/
DREADME.md20 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/
DAndroid.bp11 backend: {
/frameworks/native/libs/binder/rust/tests/parcel_fuzzer/random_parcel/fuzz_service_test/
DAndroid.bp10 backend: {
/frameworks/hardware/interfaces/sensorservice/aidl/
DAndroid.bp15 backend: {
/frameworks/av/media/audioaidlconversion/
DAndroid.bp109 * Only AIDL CPP backend conversion supported.
131 * Only AIDL NDK backend conversion supported.
/frameworks/base/core/tests/fuzzers/java_service_fuzzer/
DAndroid.bp9 backend: {

123