/frameworks/opt/gamesdk/samples/bouncyball/app/ |
D | build.gradle | 51 implementation fileTree(include: ['*.jar'], dir: 'libs') 52 implementation 'androidx.appcompat:appcompat:1.0.0-rc01' 53 implementation 'androidx.constraintlayout:constraintlayout:1.1.2' 54 implementation 'androidx.preference:preference:1.0.0-rc01' 55 implementation project(':extras')
|
/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/opt/gamesdk/samples/tuningfork/tftestapp/app/ |
D | build.gradle | 31 implementation fileTree(dir: 'libs', include: ['*.jar']) 32 implementation 'com.android.support:appcompat-v7:28.0.0-rc01' 35 implementation "com.google.android.gms:play-services-clearcut:16.0.0"
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/conformance/ |
D | README.md | 10 to be easy to run against any Protocol Buffers implementation. 22 Then to run the tests against the C++ implementation, run: 31 To run these tests against a new Protocol Buffers implementation, write a 32 program in your language that uses the protobuf implementation you want 45 a general implementation strategy).
|
/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/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/google/protobuf/ |
D | Wrappers.pbobjc.m | 28 @implementation GPBWrappersRoot 48 @implementation GPBDoubleValue 91 @implementation GPBFloatValue 134 @implementation GPBInt64Value 177 @implementation GPBUInt64Value 220 @implementation GPBInt32Value 263 @implementation GPBUInt32Value 306 @implementation GPBBoolValue 348 @implementation GPBStringValue 391 @implementation GPBBytesValue
|
/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/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/ml/nn/runtime/ |
D | Callbacks.h | 50 namespace android::hardware::neuralnetworks::V1_2::implementation { 381 using ::android::hardware::neuralnetworks::V1_2::implementation::ExecutionCallback; 382 using ::android::hardware::neuralnetworks::V1_2::implementation::PreparedModelCallback;
|
/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/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::
|
/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::
|
/frameworks/av/services/mediacodec/ |
D | main_codecservice.cpp | 52 sp<IOmx> omx = new implementation::Omx(); in main() 60 sp<IOmxStore> omxStore = new implementation::OmxStore(omx); in main()
|
/frameworks/opt/gamesdk/samples/unitypackaging/app/ |
D | build.gradle | 32 implementation fileTree(dir: 'libs', include: ['*.jar']) 33 implementation 'com.android.support:appcompat-v7:28.0.0'
|
/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/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/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/core/java/android/hardware/display/ |
D | BrightnessCorrection.java | 57 private BrightnessCorrection(BrightnessCorrectionImplementation implementation) { in BrightnessCorrection() argument 58 mImplementation = implementation; in BrightnessCorrection() 78 BrightnessCorrectionImplementation implementation = in createScaleAndTranslateLog() local 80 return new BrightnessCorrection(implementation); in createScaleAndTranslateLog()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/ |
D | README.md | 25 The Python implementation of Protocol Buffers is not as mature as the C++ 55 To build, test, and use the C++ implementation, you must first compile 81 To build the C++ implementation run: 108 NOTE: To use C++ implementation, you need to export an environment 123 The C++ implementation for Python messages is built as a Python extension to 126 To use the C++ implementation, you need to install the C++ protobuf runtime
|
/frameworks/base/services/core/jni/ |
D | com_android_server_SystemServer.cpp | 48 using ::android::frameworks::schedulerservice::V1_0::implementation::SchedulingPolicyService; in android_server_SystemServer_startHidlServices() 50 using ::android::frameworks::sensorservice::V1_0::implementation::SensorManager; in android_server_SystemServer_startHidlServices()
|