Home
last modified time | relevance | path

Searched refs:T2 (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Camera2/src/com/android/camera/async/
DFutures2.java37 public interface AsyncFunction2<T1, T2, TResult> {
38 ListenableFuture<TResult> apply(T1 value1, T2 value2) throws Exception; in apply()
44 public interface AsyncFunction3<T1, T2, T3, TResult> {
45 ListenableFuture<TResult> apply(T1 value1, T2 value2, T3 value3) throws Exception; in apply()
51 public interface Function2<T1, T2, TResult> {
52 TResult apply(T1 value1, T2 value2); in apply()
58 public interface Function3<T1, T2, T3, TResult> {
59 TResult apply(T1 value1, T2 value2, T3 value3); in apply()
87 public static <T1, T2, TResult> ListenableFuture<TResult> joinAll(
89 final ListenableFuture<T2> f2,
[all …]
/packages/modules/OnDevicePersonalization/framework/java/com/android/federatedcompute/internal/util/
DAbstractServiceBinder.java33 public static <T2> AbstractServiceBinder<T2> getServiceBinderByIntent( in getServiceBinderByIntent()
37 Function<IBinder, T2> converter) { in getServiceBinderByIntent()
43 public static <T2> AbstractServiceBinder<T2> getServiceBinderByServiceName( in getServiceBinderByServiceName()
47 Function<IBinder, T2> converter) { in getServiceBinderByServiceName()
53 public static <T2> AbstractServiceBinder<T2> getServiceBinderByIntent( in getServiceBinderByIntent()
57 Function<IBinder, T2> converter) { in getServiceBinderByIntent()
63 public static <T2> AbstractServiceBinder<T2> getServiceBinderByIntent( in getServiceBinderByIntent()
68 Function<IBinder, T2> converter) { in getServiceBinderByIntent()
74 public static <T2> AbstractServiceBinder<T2> getIsolatedServiceBinderByServiceName( in getIsolatedServiceBinderByServiceName()
80 Function<IBinder, T2> converter) { in getIsolatedServiceBinderByServiceName()
/packages/modules/AdServices/adservices/framework/java/com/android/adservices/
DServiceBinder.java45 public static <T2> ServiceBinder<T2> getServiceBinder( in getServiceBinder()
46 Context context, String serviceIntentAction, Function<IBinder, T2> converter) { in getServiceBinder()
/packages/inputmethods/LatinIME/tools/dicttool/compat/android/util/
DPair.java21 public class Pair<T1, T2> {
23 public final T2 mSecond;
25 public Pair(final T1 first, final T2 second) { in Pair()
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/flex_event/
Dflex_event_value_sum_two_specs_two_report_windows_multiple_debug_keys.json17 // T2 time 2000, data 1, value 10, priority 150
22 // Trigger ordering: T1 -> T3 -> T2 -> T4
24 // * T2 (data 1) generates report, bucket at 10
26 // Fully contributed: T1, T2
Dflex_event_value_sum_two_specs_two_report_windows_debug_report.json17 // T2 time 2000, data 1, value 10, priority 150
22 // Trigger ordering: T1 -> T3 -> T2 -> T4
24 // * T2 (data 1) generates report, bucket at 10
26 // Fully contributed: T1, T2
/packages/modules/Bluetooth/system/log/include/bluetooth/
Dlog.h181 template <typename T0, typename T1, typename T2>
183 fmt::format_string<T0, T1, T2> fmt, T0&& arg0, T1&& arg1, T2&& arg2,
193 template <typename T0, typename T1, typename T2, typename T3>
195 fmt::format_string<T0, T1, T2, T3> fmt, T0&& arg0, T1&& arg1, T2&& arg2,
/packages/modules/NeuralNetworks/tools/systrace_parser/
Dcontract-between-code-and-parser.txt23 - T1, T2: thread ids
138 … ... t2: t_m_w:B|T2|HIDL::IDevice::prepareModel_1_1::server
139 …NTRACE_FULL(NNTRACE_LAYER_IPC, t3: t_m_w:B|T2|[NN_LD_PC]SampleDriver::prepareModel …
140 …NNTRACE_PHASE_COMPILATION, t4: t_m_w:B|T2|HIDL::IPreparedModelCallback::notify::clie Driver,…
141 …"prapareModel"); t5: t_m_w:E|T2 the ge…
142 …... t6: t_m_w:E|T2
143 device->prepareModel(...); t7: t_m_w:E|T2
/packages/modules/ImsMedia/service/src/com/android/telephony/imsmedia/lib/libimsmedia/core/include/audio/
DAudioStreamGraph.h53 template <class T1, class T2>
54 static T1* findGraph(std::list<T1*> list, T2 func) in findGraph()
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/attribution_scope/
Dattribution_scope_smaller_attribution_scope_limit_deactivation.json194 // T2: attribution scope -> "2", destination -> D1, sources registered -> [S1, S2, S3]
267 // losing attribution for T2.
Dattribution_scope_different_max_event_states_deactivation.json158 // T2: attribution scope -> "3", destination -> D1
Dattribution_scope_multiple_destinations.json260 // T2: attribution scope -> "2", destination -> D2
Dattribution_scope_older_scopes_removed.json197 // T2: attribution scope -> "3", destination -> D1
Dattribution_scope_information_gain.json227 // T2: event, attribution scope -> "2", destination -> D2
Dattribution_scope_basic.json229 // T2: attribution scope -> "2", destination -> D1
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/settings/viewmodel/
DFingerprintSettingsViewModel.kt310 private inline fun <T1, T2, T3, T4, T5, T6, T7, T8, R> combine( in combine()
312 flow2: Flow<T2>, in combine()
319 crossinline transform: suspend (T1, T2, T3, T4, T5, T6, T7, T8) -> R, in combine()
325 args[1] as T2, in combine()
/packages/modules/AdServices/adservices/tests/unittest/service-core/src/com/android/adservices/service/measurement/noising/
DImpressionNoiseUtilTest.java60 public interface ThreeArgumentConsumer<T1, T2, T3> {
61 void apply(T1 t1, T2 t2, T3 t3); in apply()
82 private interface FourArgumentConsumer<T1, T2, T3, T4> {
83 void apply(T1 t1, T2 t2, T3 t3, T4 t4); in apply()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt566 inline fun <T1, T2, T3, T4, T5, T6, T7, R> combine7( in <lambda>()
568 flow2: Flow<T2>, in <lambda>()
574 crossinline transform: suspend (T1, T2, T3, T4, T5, T6, T7) -> R in <lambda>()
580 args[1] as T2, in <lambda>()
/packages/modules/Bluetooth/system/embdrv/sbc/decoder/include/
Doi_time.h120 int16_t OI_Time_Compare(OI_TIME* T1, OI_TIME* T2);
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/msmt_e2e_tests/fifo_destinations/
Dfifo_destination_without_reports_deletion.json247 // T2: Attributes to S2
Dfifo_destination_with_reports_deletion.json247 // T2: Attributes to S2
/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java1035 Integer T2 = null; in decodeFullPacket() local
1269 T2 = Integer.valueOf(packet.getInt()); in decodeFullPacket()
1400 newPacket.mT2 = T2; in decodeFullPacket()
/packages/apps/DocumentsUI/tests/res/raw/
Dimages_tar189 …��xTB�5肣����B�VS,YQ��X-pC+3ضj�� �*S�*Z�I�X��>�3Hb��Q�t#���X��4�q�«T2�,7(㷭XyHT���n:`��u…
439 ��94�dq��C&Nq�;E�`v�Ԛ��bˮ1�T2�p���t�� <`@�B�$w��c(Kd{♷��3֦�)^z����v#�l��FNGjb��ǩ��q�:…
649 …�vc�%�$�w0��@y���3*�������ֈ�I�y"�TvΥ����<�yϭP6��r�jm�Ay<�M�$�Y ]��W�T�H��Fg�T2�/Ȯ�guK
922 H��2��5i�搝ˌ�8��b��I��ڠyK4�H�g���y�@�,�<�:���1y��T2�1�����j:m� �p{�j;�R�,g��?�uΪ��Vr�| �…
1900 …�b�YJ�����U�d��;pO`)����7�@��<ԑƀ�l��#�{P�}��R�w;����/�<�n�*��+�pzc����Ő��HI���T2dr�)U
4847 ��7c����k1#|����mߔ G�:T2���"��G �I
5222 …�F�=6㨠Dp��0a�q!��52�H*ۀ=�?(*�����bn��Оߍ�~"Un�#������*$�8���R���*�),z�$T2�f;�})����nDD����…
5790 ��|���4�þ2�{���A�쁱� ti:T2�:J������m�zU���tl}��ST��-;n��'�WẺ�V�!�V��6�1��V��q;(FE9�9>�N�…
6771 …է��\�����wƴ�%�V�*��}*�?6���ӱ�3}���ƫH��$u�G�j���������G����V`'���s���5kbZ��!jX����T2
7118 …�5F0[y��Z)�b1�rANV�3ӧ4ܨm��Њx���|��Sv��J�A8����Nsǽ1Y���(R�y�e'r��T2�?�4�����[h r�9bP��…
[all …]