Home
last modified time | relevance | path

Searched defs:instance (Results 1 – 25 of 206) sorted by relevance

123456789

/packages/modules/Bluetooth/system/gd/
Dmodule.cc59 auto instance = started_modules_.find(module); in Get() local
74 void ModuleRegistry::set_registry_and_handler(Module* instance, Thread* thread) const { in set_registry_and_handler()
86 Module* instance = module->ctor_(); in Start() local
106 auto instance = started_modules_.find(*it); in StopAll() local
118 auto instance = started_modules_.find(*it); in StopAll() local
148 auto instance = module_registry_.started_modules_.find(*it); in DumpState() local
/packages/apps/Camera2/src/android/util/
DPools.java65 public boolean release(T instance); in release()
101 T instance = (T) mPool[lastPooledIndex]; in acquire() local
110 public boolean release(T instance) { in release()
122 private boolean isInPool(T instance) { in isInPool()
/packages/apps/Gallery2/src/android/util/
DPools.java65 public boolean release(T instance); in release()
101 T instance = (T) mPool[lastPooledIndex]; in acquire() local
110 public boolean release(T instance) { in release()
122 private boolean isInPool(T instance) { in isInPool()
/packages/apps/Camera2/src/com/android/camera/debug/
DLog.java70 public static void d(Tag tag, Object instance, String msg) { in d()
76 public static void d(Tag tag, Object instance, String msg, String tags) { in d()
94 public static void e(Tag tag, Object instance, String msg) { in e()
100 public static void e(Tag tag, Object instance, String msg, String tags) { in e()
118 public static void i(Tag tag, Object instance, String msg) { in i()
124 public static void i(Tag tag, Object instance, String msg, String tags) { in i()
142 public static void v(Tag tag, Object instance, String msg) { in v()
148 public static void v(Tag tag, Object instance, String msg, String tags) { in v()
166 public static void w(Tag tag, Object instance, String msg) { in w()
172 public static void w(Tag tag, Object instance, String msg, String tags) { in w()
/packages/apps/Dialer/java/com/android/dialer/oem/
DMotorolaHiddenMenuKeySequence.java38 private static MotorolaHiddenMenuKeySequence instance = null; field in MotorolaHiddenMenuKeySequence
74 static void setInstanceForTest(MotorolaHiddenMenuKeySequence instance) { in setInstanceForTest()
124 MotorolaHiddenMenuKeySequence instance = getInstance(context); in handleKeyPattern() local
142 MotorolaHiddenMenuKeySequence instance = getInstance(context); in handleKeySequence() local
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/locator/
DLocator.java69 public <T extends Object> Locator bind(Class<T> type, T instance) { in bind()
76 public <T extends Object> Locator overrideBindingForTest(Class<T> type, T instance) { in overrideBindingForTest()
104 T instance = getOptional(type); in get() local
138 T instance = locator.getInstance(type); in getOptional() local
167 T instance = (T) mBindings.get(type); in getInstance() local
191 Object instance = mBindings.get(type); in destroy() local
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/model/
DCustomizationParamsTest.java63 CustomizationParams instance = createInstance(params); in respectsUrl() local
75 CustomizationParams instance = createInstance(params); in urlDefaultsToNull() local
87 CustomizationParams instance = createInstance(params); in ignoresInvalidUrl() local
/packages/providers/MediaProvider/src/com/android/providers/media/metrics/
DMPUiEventLoggerImpl.java34 public void log(@NonNull UiEventEnum event, @Nullable InstanceId instance) { in log()
52 @Nullable InstanceId instance) { in logWithInstanceId()
81 @Nullable String packageName, @Nullable InstanceId instance, int position) { in logWithInstanceIdAndPosition()
/packages/services/Car/cpp/evs/support_library/
DResourceManager.cpp57 sp<CameraInstance> instance = new CameraInstance(); in obtainStreamHandler() local
86 auto instance = result->second; in obtainStreamHandler() local
103 auto instance = result->second; in releaseStreamHandler() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/
DAppSearchUserInstanceManager.java98 AppSearchUserInstance instance = mInstancesLocked.get(userHandle); in getOrCreateUserInstance() local
117 AppSearchUserInstance instance = mInstancesLocked.remove(userHandle); in closeAndRemoveUserInstance() local
142 AppSearchUserInstance instance = mInstancesLocked.get(userHandle); in getUserInstance() local
DAppSearchManagerService.java218 AppSearchUserInstance instance = in handlePackageRemoved() local
242 AppSearchUserInstance instance = in onUserUnlocking() local
821 AppSearchUserInstance instance = in invalidateNextPageToken() local
1214 AppSearchUserInstance instance = null; in persistToDisk() local
1272 AppSearchUserInstance instance = in registerObserverCallback() local
1323 AppSearchUserInstance instance = in unregisterObserverCallback() local
1407 AppSearchUserInstance instance = in augmentStatsForPackageForUser() local
1443 AppSearchUserInstance instance = in augmentStatsForUid() local
1476 AppSearchUserInstance instance = in augmentStatsForUser() local
1511 private void dispatchChangeNotifications(@NonNull AppSearchUserInstance instance) { in dispatchChangeNotifications()
[all …]
/packages/apps/LegacyCamera/src/com/android/camera/ui/
DPopupManager.java54 PopupManager instance = sMap.get(context); in getInstance() local
63 PopupManager instance = sMap.get(context); in removeInstance() local
/packages/modules/AppSearch/service/java/com/android/server/appsearch/contactsindexer/
DContactsIndexerManagerService.java89 ContactsIndexerUserInstance instance = mContactsIndexersLocked.get(userId); in onUserUnlocking() local
117 ContactsIndexerUserInstance instance = mContactsIndexersLocked.get(userId); in onUserStopping() local
216 ContactsIndexerUserInstance instance = mContactsIndexersLocked.get(userId); in doFullUpdateForUser() local
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/map/
DBluetoothMapMasInstanceTest.java65 BluetoothMapMasInstance instance = new BluetoothMapMasInstance(); in constructor_withNoParameters() local
73 BluetoothMapMasInstance instance = new BluetoothMapMasInstance(mMapService, mContext, in toString_returnsInfo() local
/packages/modules/Bluetooth/system/audio_hal_interface/hidl/
Dle_audio_software_hidl.h136 static inline LeAudioSinkTransport* instance = nullptr; variable
179 static inline LeAudioSourceTransport* instance = nullptr; variable
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothGattDescriptor.java147 int instance, int permissions) { in BluetoothGattDescriptor()
154 public BluetoothGattDescriptor(UUID uuid, int instance, int permissions) { in BluetoothGattDescriptor()
159 int instance, int permissions) { in initDescriptor()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/gatt/
DHandleMap.java40 public int instance = 0; field in HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { in Entry()
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, in Entry()
99 void addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, in addService()
/packages/modules/Connectivity/nearby/service/java/com/android/server/nearby/common/bluetooth/testability/android/bluetooth/
DBluetoothGattServer.java40 private BluetoothGattServer(android.bluetooth.BluetoothGattServer instance) { in BluetoothGattServer()
46 public static BluetoothGattServer wrap( in wrap()
/packages/modules/Bluetooth/system/bta/le_audio/
Dcontent_control_id_keeper.h28 static ContentControlIdKeeper* instance = new ContentControlIdKeeper(); in GetInstance() local
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/
DGattInstance.kt69 val instance = gattInstances.get(address) in get() constant
74 val instance = gattInstances.get(address.toByteArray().decodeToString()) in get() constant
/packages/modules/Bluetooth/system/service/ipc/binder/
Dinterface_with_instances_base.cc51 std::unique_ptr<bluetooth::BluetoothInstance> instance) { in RegisterInstanceBase()
114 std::unique_ptr<bluetooth::BluetoothInstance> instance) { in OnRegisterInstance()
/packages/modules/Bluetooth/system/common/
Daddress_obfuscator.h35 static auto instance = new AddressObfuscator(); in GetInstance() local
/packages/modules/NeuralNetworks/runtime/test/fibonacci_extension/
DFibonacciDriver.h33 static FibonacciOperationResolver instance; in get() local
/packages/apps/Camera2/src_pd/com/android/camera/debug/
DLogHelper.java23 public static LogHelper instance() { in instance() method in LogHelper
/packages/modules/Bluetooth/system/stack/include/
Dbtm_iso_api.h66 static IsoManager* instance = new IsoManager(); in GetInstance() local

123456789