Home
last modified time | relevance | path

Searched defs:ref (Results 1 – 25 of 68) sorted by relevance

123

/packages/modules/AdServices/adservices/tests/unittest/service-core/src/jni/java/com/android/adservices/ohttp/
DAeadNativeRefTest.java52 AeadNativeRef ref = AeadNativeRef.getHpkeAeadAes256GcmReference(mOhttpJniWrapper); in getAddress_returnsCorrectAddress() local
59 AeadNativeRef ref = AeadNativeRef.getHpkeAeadAes256GcmReference(mOhttpJniWrapper); in finalize_noJniMethodCalled() local
DKdfNativeRefTest.java51 KdfNativeRef ref = KdfNativeRef.getHpkeKdfHkdfSha256Reference(mOhttpJniWrapper); in getAddress_returnsCorrectAddress() local
58 KdfNativeRef ref = KdfNativeRef.getHpkeKdfHkdfSha256Reference(mOhttpJniWrapper); in finalize_noJniMethodCalled() local
DKemNativeRefTest.java51 KemNativeRef ref = KemNativeRef.getHpkeKemDhkemX25519HkdfSha256Reference(mOhttpJniWrapper); in getAddress_returnsCorrectAddress() local
58 KemNativeRef ref = KemNativeRef.getHpkeKemDhkemX25519HkdfSha256Reference(mOhttpJniWrapper); in finalize_noJniMethodCalled() local
DHkdfMessageDigestNativeRefTest.java52 HkdfMessageDigestNativeRef ref = in getAddress_returnsCorrectAddress() local
60 HkdfMessageDigestNativeRef ref = in finalize_noJniMethodCalled() local
DHpkeContextNativeRefTest.java53 HpkeContextNativeRef ref = in getAddress_returnsCorrectAddress() local
61 HpkeContextNativeRef ref = in finalize_callsCorrectJniMethod() local
/packages/modules/Virtualization/virtualizationmanager/src/
Dmain.rs42 static ref PID_CURRENT: Pid = Pid::this(); constant
43 static ref PID_PARENT: Pid = Pid::parent(); constant
44 static ref UID_CURRENT: Uid = Uid::current(); constant
Ddebug_config.rs60 static ref DP_LOG_PATH: DPPath = DPPath::new("/avf/guest/common", "log").unwrap(); constant
61 static ref DP_RAMDUMP_PATH: DPPath = DPPath::new("/avf/guest/common", "ramdump").unwrap(); constant
62 static ref DP_ADB_PATH: DPPath = DPPath::new("/avf/guest/microdroid", "adb").unwrap(); constant
/packages/apps/TV/common/src/com/android/tv/common/
DWeakHandler.java45 public WeakHandler(@NonNull Looper looper, T ref) { in WeakHandler()
55 public WeakHandler(T ref) { in WeakHandler()
/packages/modules/Bluetooth/system/gd/rust/topshim/src/
Dtopstack.rs14 pub static ref RUNTIME: Arc<Runtime> = Arc::new( constant
29 static ref CB_DISPATCHER: Arc<Mutex<DispatchContainer>> = constant
/packages/modules/Bluetooth/system/gd/rust/common/src/
Dinit_flags.rs243 static ref FLAGS: Mutex<InitFlags> = Mutex::new(InitFlags::default()); constant
245 pub static ref AID_BLUETOOTH: Mutex<u32> = Mutex::new(1002); constant
247 pub static ref MISC: Mutex<String> = Mutex::new("/data/misc/".to_string()); constant
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastSearchIndexableProvider.java122 Object[] ref = new Object[7]; in queryXmlResources() local
186 Object[] ref; in queryNonIndexableKeys() local
/packages/apps/TV/src/com/android/tv/menu/
DChannelsPosterPrefetcher.java124 public PrefetchHandler(ChannelsPosterPrefetcher ref) { in PrefetchHandler()
126 super(Looper.getMainLooper(), ref); in PrefetchHandler() local
/packages/apps/Camera2/src_pd/com/android/camera/stats/
DUsageStatistics.java45 public void mediaInteraction(String ref, int interactionType, int cause, float age) { in mediaInteraction()
48 public void mediaView(String ref, long modifiedMillis, float zoom) { in mediaView()
68 public void videoCaptureDoneEvent(String ref, long durationMsec, boolean front, in videoCaptureDoneEvent()
/packages/modules/Bluetooth/system/gd/rust/linux/stack/src/
Duuid.rs92 static ref ORDERED_SUPPORTED_PROFILES: Vec<Profile> = vec![ constant
113 static ref SUPPORTED_PROFILES: HashSet<Profile> = constant
118 static ref PROFILES: HashMap<Uuid, Profile> = [ constant
156 static ref PROFILES_UUIDS: HashMap<Profile, Uuid> = constant
/packages/modules/Bluetooth/system/gd/
Dmodule_mainloop.h42 void PostMethodOnMain(std::shared_ptr<T> ref, Functor&& functor, Args... args) const { in PostMethodOnMain()
Dmodule_jniloop.h41 void PostMethodOnJni(std::shared_ptr<T> ref, Functor&& functor, Args... args) const { in PostMethodOnJni()
/packages/apps/Settings/src/com/android/settings/search/
DSettingsSearchIndexablesProvider.java121 final Object[] ref = new Object[INDEXABLES_XML_RES_COLUMNS.length]; in queryXmlResources() local
159 final Object[] ref = new Object[NON_INDEXABLES_KEYS_COLUMNS.length]; in queryNonIndexableKeys() local
461 final Object[] ref = new Object[INDEXABLES_RAW_COLUMNS.length]; in createIndexableRawColumnObjects() local
/packages/modules/Virtualization/compos/common/
Dtimeouts.rs36 pub static ref TIMEOUTS: Timeouts = if nested_virt::is_nested_virtualization().unwrap() { constant
/packages/apps/Traceur/src/com/android/traceur/
DSearchProvider.java53 Object[] ref = new Object[INDEXABLES_RAW_COLUMNS.length]; in queryRawData() local
/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs50 static ref PENDING_REQUESTS: AtomicCounter = AtomicCounter::default(); constant
51 static ref SERVICE_VM: Mutex<Option<ServiceVm>> = Mutex::new(None); constant
52 static ref SERVICE_VM_SHUTDOWN: Condvar = Condvar::new(); constant
/packages/apps/Dialer/java/com/android/dialer/common/concurrent/
DDialerFutureSerializer.java38 private final AtomicReference<ListenableFuture<?>> ref = field in DialerFutureSerializer
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DBitmapCache.java165 WeakReference<Bitmap> ref = list.get(i); in cache() local
177 WeakReference<Bitmap> ref = null; in getBitmap() local
/packages/modules/Virtualization/vm_payload/src/
Dlib.rs46 static ref VM_APK_CONTENTS_PATH_C: CString = constant
48 static ref PAYLOAD_CONNECTION: Mutex<Option<Strong<dyn IVmPayloadService>>> = Mutex::default(); constant
49 static ref VM_ENCRYPTED_STORAGE_PATH_C: CString = constant
/packages/apps/Car/Settings/src/com/android/car/settings/search/
DCarSettingsSearchIndexablesProvider.java109 Object[] ref = new Object[INDEXABLES_RAW_COLUMNS.length]; in createIndexableRawColumnObjects() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
DPersonalizationHelper.java52 final SoftReference<UserHistoryDictionary> ref = in getUserHistoryDictionary() local

123