/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/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/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 | 23 using android::hardware::media::bufferpool::V2_0::implementation:: 25 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/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/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/base/services/core/jni/ |
D | com_android_server_SystemServer.cpp | 60 using ::android::frameworks::schedulerservice::V1_0::implementation::SchedulingPolicyService; in android_server_SystemServer_startHidlServices() 62 using ::android::frameworks::sensorservice::V1_0::implementation::SensorManager; in android_server_SystemServer_startHidlServices() 64 using ::android::frameworks::stats::V1_0::implementation::StatsHal; in android_server_SystemServer_startHidlServices()
|
/frameworks/layoutlib/create/ |
D | README.txt | 46 provides all the necessary missing implementation for rendering graphics in Eclipse. 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 136 changes the calls to a method in each class instead of changing the implementation of the method. 177 injected. The implementation for these classes has been taken from Android's libcore 180 added to the Dalvik VM for performance reasons. An implementation that is very close to the 190 bridge then registers a listener on the method signature and can provide an implementation. 200 original class name. This allows the bridge to literally replace an implementation. 209 native code in Eclipse, we need to provide a full alternate implementation. Sub-classing doesn't 219 not present in the Desktop VM. An implementation for these classes is also injected. [all …]
|
/frameworks/av/media/codec2/components/base/ |
D | Android.bp | 44 // public dependency for software codec implementation 71 // public dependency for software codec implementation 85 // public dependency for software codec 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/base/core/java/android/hardware/display/ |
D | BrightnessCorrection.java | 58 private BrightnessCorrection(BrightnessCorrectionImplementation implementation) { in BrightnessCorrection() argument 59 mImplementation = implementation; in BrightnessCorrection() 79 BrightnessCorrectionImplementation implementation = in createScaleAndTranslateLog() local 81 return new BrightnessCorrection(implementation); in createScaleAndTranslateLog()
|
/frameworks/av/media/bufferpool/1.0/ |
D | Connection.h | 31 namespace implementation { 37 using ::android::hardware::media::bufferpool::V1_0::implementation::Accessor;
|
/frameworks/av/media/bufferpool/2.0/ |
D | Connection.h | 31 namespace implementation { 37 using ::android::hardware::media::bufferpool::V2_0::implementation::Accessor;
|
/frameworks/av/services/camera/libcameraservice/hidl/ |
D | HidlCameraService.cpp | 32 namespace implementation { namespace 34 using frameworks::cameraservice::service::V2_0::implementation::HidlCameraService; 40 using device::V2_0::implementation::H2BCameraDeviceCallbacks; 41 using device::V2_0::implementation::HidlCameraDeviceUser; 42 using service::V2_0::implementation::H2BCameraServiceListener;
|
/frameworks/native/services/sensorservice/hidl/ |
D | utils.cpp | 25 namespace implementation { namespace 79 ::android::hardware::sensors::V1_0::implementation::convertFromSensorEvent( in convertEvent()
|
/frameworks/av/media/tests/benchmark/MediaBenchmarkTest/ |
D | build.gradle | 71 implementation fileTree(dir: 'libs', include: ['*.jar']) 72 implementation 'androidx.appcompat:appcompat:1.1.0'
|
/frameworks/native/services/displayservice/ |
D | DisplayService.cpp | 24 namespace implementation { namespace
|
/frameworks/base/libs/hwui/private/ |
D | README | 3 These include files are part of the private implementation details of
|