| /frameworks/native/libs/binder/ndk/ |
| D | service_manager.cpp | 34 binder_exception_t AServiceManager_addService(AIBinder* binder, const char* instance) { in AServiceManager_addService() 43 AIBinder* AServiceManager_checkService(const char* instance) { in AServiceManager_checkService() 55 AIBinder* AServiceManager_getService(const char* instance) { in AServiceManager_getService() 67 binder_status_t AServiceManager_registerLazyService(AIBinder* binder, const char* instance) { in AServiceManager_registerLazyService() 77 AIBinder* AServiceManager_waitForService(const char* instance) { in AServiceManager_waitForService() 89 bool AServiceManager_isDeclared(const char* instance) { in AServiceManager_isDeclared() 104 for (const String16& instance : sm->getDeclaredInstances(String16(interface))) { in AServiceManager_forEachDeclaredInstance() local 108 bool AServiceManager_isUpdatableViaApex(const char* instance) { in AServiceManager_isUpdatableViaApex()
|
| /frameworks/base/services/tests/mockingservicestests/src/com/android/server/ |
| D | AppStateTrackerTest.java | 239 final AppStateTrackerTestable instance = new AppStateTrackerTestable(); in newInstance() local 244 private void callStart(AppStateTrackerTestable instance) throws RemoteException { in callStart() 315 private void areJobsRestricted(AppStateTrackerTestable instance, int[] uids, String[] packages, in areJobsRestricted() 324 private void areAlarmsRestrictedByFAS(AppStateTrackerTestable instance, int[] uids, in areAlarmsRestrictedByFAS() 332 private void areAlarmsRestrictedByBatterySaver(AppStateTrackerTestable instance, int[] uids, in areAlarmsRestrictedByBatterySaver() 343 final AppStateTrackerTestable instance = newInstance(); in testAll() local 626 final AppStateTrackerTestable instance = newInstance(); in testPowerSaveUserExemptionList() local 636 final AppStateTrackerTestable instance = newInstance(); in testUidStateForeground() local 736 final AppStateTrackerTestable instance = newInstance(); in testExemptedBucket() local 864 final AppStateTrackerTestable instance = newInstance(); in loadPersistedAppOps() local [all …]
|
| /frameworks/av/media/libstagefright/renderfright/threaded/ |
| D | RenderEngineThreaded.cpp | 91 mFunctionCalls.push([&resultPromise](renderengine::RenderEngine& instance) { in primeCache() 106 mFunctionCalls.push([&resultPromise, &result](renderengine::RenderEngine& instance) { in dump() 153 mFunctionCalls.push([&resultPromise, count, names](renderengine::RenderEngine& instance) { in genTextures() 168 mFunctionCalls.push([&resultPromise, count, &names](renderengine::RenderEngine& instance) { in deleteTextures() 184 [&resultPromise, texName, &image](renderengine::RenderEngine& instance) { in bindExternalTextureImage() 202 [&resultPromise, texName, &buffer, &fence](renderengine::RenderEngine& instance) { in bindExternalTextureBuffer() 217 mFunctionCalls.push([&resultPromise, &buffer](renderengine::RenderEngine& instance) { in cacheExternalTextureBuffer() 232 mFunctionCalls.push([&resultPromise, &bufferId](renderengine::RenderEngine& instance) { in unbindExternalTextureBuffer() 247 mFunctionCalls.push([&resultPromise, &framebuffer](renderengine::RenderEngine& instance) { in bindFrameBuffer() 262 mFunctionCalls.push([&resultPromise, &framebuffer](renderengine::RenderEngine& instance) { in unbindFrameBuffer() [all …]
|
| /frameworks/native/libs/renderengine/threaded/ |
| D | RenderEngineThreaded.cpp | 143 mFunctionCalls.push([resultPromise](renderengine::RenderEngine& instance) { in primeCache() 167 mFunctionCalls.push([&resultPromise, &result](renderengine::RenderEngine& instance) { in dump() 185 mFunctionCalls.push([&resultPromise, count, names](renderengine::RenderEngine& instance) { in genTextures() 201 mFunctionCalls.push([&resultPromise, count, &names](renderengine::RenderEngine& instance) { in deleteTextures() 218 mFunctionCalls.push([=](renderengine::RenderEngine& instance) { in mapExternalTextureBuffer() 232 mFunctionCalls.push([=](renderengine::RenderEngine& instance) { in unmapExternalTextureBuffer() 269 mFunctionCalls.push([useProtectedContext, this](renderengine::RenderEngine& instance) { in useProtectedContext() 294 mFunctionCalls.push([=](renderengine::RenderEngine& instance) { in cleanupPostRender() 319 &bufferFence, &drawFence](renderengine::RenderEngine& instance) { in drawLayers() 336 mFunctionCalls.push([](renderengine::RenderEngine& instance) { in cleanFramebufferCache() [all …]
|
| /frameworks/base/core/java/android/util/ |
| D | Pools.java | 69 public boolean release(T instance); in release() 108 T instance = (T) mPool[lastPooledIndex]; in acquire() local 118 public boolean release(T instance) { in release() 130 private boolean isInPool(T instance) { in isInPool()
|
| /frameworks/base/core/java/android/gesture/ |
| D | Learner.java | 32 void addInstance(Instance instance) { in addInstance() 54 Instance instance = instances.get(i); in removeInstance() local 73 final Instance instance = instances.get(i); in removeInstances() local
|
| /frameworks/native/services/surfaceflinger/CompositionEngine/tests/ |
| D | CallOrderStateMachineHelper.h | 102 static CurrentStateType make(InstanceType* instance) { in make() 117 InstanceType* instance = nullptr; in nextState() local
|
| /frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/dataclass/ |
| D | OuterClass_Delegate.java | 26 public static int get(OuterClass instance, int a, long b) { in get() 30 public static String privateMethod(OuterClass instance) { in privateMethod()
|
| D | ClassWithNative_Delegate.java | 27 public static int native_instance(ClassWithNative instance, int a, double d, Object[] o) { in native_instance() 34 public static void constructor_after(ClassWithNative instance) { in constructor_after()
|
| /frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/ |
| D | AppSearchManagerService.java | 235 AppSearchUserInstance instance = in handlePackageRemoved() local 259 AppSearchUserInstance instance = in onUserUnlocking() local 338 AppSearchUserInstance instance = null; in setSchema() local 428 AppSearchUserInstance instance = in getSchema() local 460 AppSearchUserInstance instance = in getNamespaces() local 491 AppSearchUserInstance instance = null; in putDocuments() local 577 AppSearchUserInstance instance = null; in getDocuments() local 658 AppSearchUserInstance instance = null; in query() local 724 AppSearchUserInstance instance = null; in globalQuery() local 795 AppSearchUserInstance instance = in getNextPage() local [all …]
|
| D | AppSearchUserInstanceManager.java | 109 AppSearchUserInstance instance = mInstancesLocked.get(userHandle); in getOrCreateUserInstance() local 128 AppSearchUserInstance instance = mInstancesLocked.remove(userHandle); in closeAndRemoveUserInstance() local 150 AppSearchUserInstance instance = mInstancesLocked.get(userHandle); in getUserInstance() local
|
| /frameworks/native/vulkan/libvulkan/ |
| D | stubhal.cpp | 69 VkInstance* instance) { in CreateInstance() 83 VKAPI_ATTR void DestroyInstance(VkInstance instance, in DestroyInstance() 108 VKAPI_ATTR PFN_vkVoidFunction GetInstanceProcAddr(VkInstance instance, in GetInstanceProcAddr()
|
| D | debug_report.cpp | 118 VkInstance instance, in CreateDebugReportCallbackEXT() 149 void DestroyDebugReportCallbackEXT(VkInstance instance, in DestroyDebugReportCallbackEXT() 168 void DebugReportMessageEXT(VkInstance instance, in DebugReportMessageEXT()
|
| /frameworks/base/core/java/com/android/internal/logging/ |
| D | UiEventLogger.java | 62 @Nullable InstanceId instance); in logWithInstanceId() 86 @Nullable String packageName, @Nullable InstanceId instance, int position); in logWithInstanceIdAndPosition()
|
| D | UiEventLoggerImpl.java | 46 InstanceId instance) { in logWithInstanceId() 73 InstanceId instance, int position) { in logWithInstanceIdAndPosition()
|
| /frameworks/av/media/libstagefright/omx/1.0/ |
| D | Omx.cpp | 92 sp<OMXNodeInstance> instance; in allocateNode() local 166 sp<OMXNodeInstance> instance; in serviceDied() local 185 status_t Omx::freeNode(sp<OMXNodeInstance> const& instance) { in freeNode()
|
| /frameworks/base/core/java/android/bluetooth/ |
| D | BluetoothGattDescriptor.java | 147 int instance, int permissions) { in BluetoothGattDescriptor() 154 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { in BluetoothGattDescriptor() 159 int instance, int permissions) { in initDescriptor()
|
| /frameworks/base/core/java/android/hardware/location/ |
| D | IActivityRecognitionHardwareWatcher.aidl | 33 void onInstanceChanged(in IActivityRecognitionHardware instance); in onInstanceChanged()
|
| D | IActivityRecognitionHardwareClient.aidl | 36 void onAvailabilityChanged(in boolean isSupported, in IActivityRecognitionHardware instance); in onAvailabilityChanged()
|
| /frameworks/base/services/core/java/com/android/server/ |
| D | SystemServerInitThreadPool.java | 82 SystemServerInitThreadPool instance; in submit() local 129 SystemServerInitThreadPool instance; in start() local
|
| /frameworks/base/core/java/android/content/res/loader/ |
| D | ResourcesLoader.java | 177 public void registerOnProvidersChangedCallback(@NonNull Object instance, in registerOnProvidersChangedCallback() 190 public void unregisterOnProvidersChangedCallback(@NonNull Object instance) { in unregisterOnProvidersChangedCallback()
|
| /frameworks/base/services/tests/servicestests/src/com/android/server/power/ |
| D | ShutdownCheckPointsTest.java | 285 ShutdownCheckPoints instance = new ShutdownCheckPoints(mTestInjector); in testTooManyFilesDropsOlderOnes() local 315 private String dumpToString(ShutdownCheckPoints instance) { in dumpToString() 326 private void dumpToFile(ShutdownCheckPoints instance, File baseFile) in dumpToFile()
|
| /frameworks/layoutlib/create/tests/src/com/android/tools/layoutlib/create/ |
| D | DelegateClassAdapterTest.java | 495 public int callGet(Object instance, int a, long b) throws Exception { in callGet() 507 public int callGet_Original(Object instance, int a, long b) throws Exception { in callGet_Original() 519 … public <T> T callMethod(Object instance, String methodName, boolean makePublic) throws Exception { in callMethod() 539 public int callAdd(Object instance, int a, int b) throws Exception { in callAdd() 551 public int callCallNativeInstance(Object instance, int a, double d, Object[] o) in callCallNativeInstance()
|
| /frameworks/base/services/core/java/com/android/server/textservices/ |
| D | TextServicesManagerInternal.java | 59 final TextServicesManagerInternal instance = in get() local
|
| /frameworks/rs/ |
| D | rsFallbackAdaptation.cpp | 50 static RsFallbackAdaptation instance; in GetInstance() local
|