/frameworks/opt/car/setupwizard/library/main/ |
D | build.gradle | 70 implementation files('../../../../../../prebuilts/sdk/30/system/android.car-system-stubs.jar') 72 implementation 'androidx.car:car:1.0.0-alpha7' 73 implementation 'androidx.appcompat:appcompat:1.2.0' 74 implementation 'androidx.cardview:cardview:1.0.0' 75 implementation 'androidx.recyclerview:recyclerview:1.2.0' 76 implementation 'androidx.gridlayout:gridlayout:1.0.0' 77 implementation 'androidx.preference:preference:1.1.1' 78 implementation 'androidx.constraintlayout:constraintlayout:2.0.4' 79 implementation 'androidx.core:core:1.3.2' 80 implementation 'androidx.annotation:annotation:1.2.0' [all …]
|
/frameworks/base/packages/EasterEgg/ |
D | build.gradle | 73 implementation fileTree(dir: 'libs', include: ['*.jar']) 74 implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" 75 implementation 'androidx.appcompat:appcompat:1.1.0' 76 implementation 'androidx.core:core-ktx:1.2.0' 77 implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.6' 78 implementation "androidx.recyclerview:recyclerview:${ANDROID_X_VERSION}" 79 implementation "androidx.dynamicanimation:dynamicanimation:${ANDROID_X_VERSION}" 80 implementation 'com.google.android.material:material:1.3.0'
|
/frameworks/base/tests/utils/testutils/java/android/app/test/ |
D | MockAnswerUtil.java | 41 Method implementation = getClass().getMethod("answer", method.getParameterTypes()); in answer() local 42 if (!implementation.getReturnType().equals(method.getReturnType())) { in answer() 45 + implementation.getReturnType()); in answer() 49 return implementation.invoke(this, args); in answer()
|
/frameworks/base/startop/apps/ColorChanging/app/ |
D | build.gradle | 23 implementation fileTree(dir: 'libs', include: ['*.jar']) 24 implementation 'androidx.appcompat:appcompat:1.0.2' 25 implementation 'androidx.constraintlayout:constraintlayout:1.1.3'
|
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/ |
D | RefocusFilter.java | 31 public void logTiming(String implementation, String phase, long time) { in logTiming() argument 32 logTiming(implementation, phase, time, "ns"); in logTiming() 35 public void logTiming(String implementation, String phase, long time, String unit) { in logTiming() argument 37 Log.d(implementation, phase + ":" + time + " " + unit); in logTiming()
|
/frameworks/av/media/tests/SampleVideoEncoder/app/ |
D | build.gradle | 41 implementation fileTree(dir: "libs", include: ["*.jar"]) 42 implementation 'androidx.appcompat:appcompat:1.2.0' 43 implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
|
/frameworks/hardware/interfaces/sensorservice/1.0/ |
D | README | 22 ASensorManager_configureDirectReport). The implementation must also call 63 * kernel calls decStrong() on server side implementation of IDirectChannel, 74 The implementation must free all resources related to this IEventQueue instance 80 IEventQueueCallback. The implementation of IEventQueue must either use a global 82 server implementation must use this looper to constantly poll for events, then 120 /* Server side implementation of IEventQueue holds a strong reference to 137 * kernel calls decStrong() on server side implementation of IEventQueue,
|
/frameworks/av/media/bufferpool/1.0/vts/ |
D | single.cpp | 36 using android::hardware::media::bufferpool::V1_0::implementation::BufferId; 37 using android::hardware::media::bufferpool::V1_0::implementation::ClientManager; 38 using android::hardware::media::bufferpool::V1_0::implementation::ConnectionId; 39 using android::hardware::media::bufferpool::V1_0::implementation::TransactionId;
|
D | allocator.h | 23 using android::hardware::media::bufferpool::V1_0::implementation:: 25 using android::hardware::media::bufferpool::V1_0::implementation::
|
D | multi.cpp | 41 using android::hardware::media::bufferpool::V1_0::implementation::BufferId; 42 using android::hardware::media::bufferpool::V1_0::implementation::ClientManager; 43 using android::hardware::media::bufferpool::V1_0::implementation::ConnectionId; 44 using android::hardware::media::bufferpool::V1_0::implementation::TransactionId;
|
/frameworks/av/media/libmedia/include/media/ |
D | OMXFenceParcelable.h | 30 namespace implementation { 61 friend void (::android::hardware::media::omx::V1_0::implementation:: 64 friend bool (::android::hardware::media::omx::V1_0::implementation::
|
D | OMXBuffer.h | 33 namespace implementation { 97 friend inline bool (::android::hardware::media::omx::V1_0::implementation:: 100 friend inline bool (::android::hardware::media::omx::V1_0::implementation::
|
/frameworks/av/services/mediacodec/ |
D | main_codecservice.cpp | 53 sp<IOmx> omx = new implementation::Omx(); in main() 61 sp<IOmxStore> omxStore = new implementation::OmxStore( in main()
|
/frameworks/av/media/bufferpool/2.0/tests/ |
D | single.cpp | 36 using android::hardware::media::bufferpool::V2_0::implementation::BufferId; 37 using android::hardware::media::bufferpool::V2_0::implementation::ClientManager; 38 using android::hardware::media::bufferpool::V2_0::implementation::ConnectionId; 39 using android::hardware::media::bufferpool::V2_0::implementation::TransactionId;
|
D | allocator.h | 24 using android::hardware::media::bufferpool::V2_0::implementation:: 26 using android::hardware::media::bufferpool::V2_0::implementation::
|
D | multi.cpp | 41 using android::hardware::media::bufferpool::V2_0::implementation::BufferId; 42 using android::hardware::media::bufferpool::V2_0::implementation::ClientManager; 43 using android::hardware::media::bufferpool::V2_0::implementation::ConnectionId; 44 using android::hardware::media::bufferpool::V2_0::implementation::TransactionId;
|
/frameworks/base/core/java/android/hardware/display/ |
D | BrightnessCorrection.java | 56 private BrightnessCorrection(BrightnessCorrectionImplementation implementation) { in BrightnessCorrection() argument 57 mImplementation = implementation; in BrightnessCorrection() 77 BrightnessCorrectionImplementation implementation = in createScaleAndTranslateLog() local 79 return new BrightnessCorrection(implementation); in createScaleAndTranslateLog()
|
/frameworks/ex/camera2/extensions/ |
D | README.android | 4 implementation. The stub includes extension API versions 1.2.0, 1.1.0 and older. 9 - Minor modifications to the sample implementation switching effects to white balance modes
|
/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_blob_cache.txt | 61 device-specific EGL implementation. 74 * client API implementation may use to insert a key/value pair into the 82 * client API implementation may use to retrieve a cached value from the 138 key, a client API implementation can call the application-provided callback 153 guarantees, the cache implementation should attempt to cache the most 157 client API implementation can call the application-provided callback 179 implementation. The cache implementation can simply drop a value if it 191 requested again. If needed, the cache implementation can handle those 197 RESPONSE: This is entirely dependent upon the cache implementation.
|
/frameworks/layoutlib/create/ |
D | README.txt | 46 provides all the necessary missing implementation for rendering graphics in Android Studio. 73 The analyzer is also given a list of classes to exclude. A fake implementation of these classes is 124 modified to update all references to these non-desktop classes. An alternate implementation of 129 changes the calls to a method in each class instead of changing the implementation of the method. 170 injected. The implementation for these classes has been taken from Android's libcore 173 added to the Dalvik VM for performance reasons. An implementation that is very close to the 183 bridge then registers a listener on the method signature and can provide an implementation. 193 original class name. This allows the bridge to literally replace an implementation. 202 native code in Android Studio, we need to provide a full alternate implementation. Sub-classing doe… 212 not present in the Desktop VM. An implementation for these classes is also injected. [all …]
|
/frameworks/av/media/bufferpool/2.0/ |
D | Connection.h | 31 namespace implementation { 37 using ::android::hardware::media::bufferpool::V2_0::implementation::Accessor;
|
/frameworks/av/media/bufferpool/1.0/ |
D | Connection.h | 31 namespace implementation { 37 using ::android::hardware::media::bufferpool::V1_0::implementation::Accessor;
|
/frameworks/base/services/core/jni/ |
D | com_android_server_SystemServer.cpp | 65 using android::frameworks::stats::V1_0::implementation::StatsHal; in startStatsHidlService() 98 using ::android::frameworks::schedulerservice::V1_0::implementation::SchedulingPolicyService; in android_server_SystemServer_startHidlServices() 100 using ::android::frameworks::sensorservice::V1_0::implementation::SensorManager; in android_server_SystemServer_startHidlServices()
|
/frameworks/native/services/sensorservice/ |
D | HidlSensorHalWrapper.cpp | 35 using android::hardware::sensors::V2_1::implementation::convertFromSensorEvent; 36 using android::hardware::sensors::V2_1::implementation::convertToNewEvents; 37 using android::hardware::sensors::V2_1::implementation::convertToNewSensorInfos; 38 using android::hardware::sensors::V2_1::implementation::convertToSensor; 39 using android::hardware::sensors::V2_1::implementation::ISensorsWrapperV1_0; 40 using android::hardware::sensors::V2_1::implementation::ISensorsWrapperV2_0; 41 using android::hardware::sensors::V2_1::implementation::ISensorsWrapperV2_1; 502 android::hardware::sensors::V2_1::implementation::convertToSensorEvent(src, dst); in convertToSensorEvent()
|
/frameworks/base/tools/lint/checks/src/main/java/com/google/android/lint/ |
D | CallingIdentityTokenDetector.kt | 376 implementation = Implementation( in <lambda>() 403 implementation = Implementation( in <lambda>() 428 implementation = Implementation( in <lambda>() 478 implementation = Implementation( in <lambda>() 522 implementation = Implementation( in <lambda>() 562 implementation = Implementation( in <lambda>()
|