Home
last modified time | relevance | path

Searched refs:adapters (Results 1 – 25 of 79) sorted by relevance

1234

/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/
H A DTaskFragmentAnimationRunner.java117 final List<TaskFragmentAnimationAdapter> adapters = in createAnimator() local
120 for (TaskFragmentAnimationAdapter adapter : adapters) { in createAnimator()
128 for (TaskFragmentAnimationAdapter adapter : adapters) { in createAnimator()
140 for (TaskFragmentAnimationAdapter adapter : adapters) { in createAnimator()
213 final List<TaskFragmentAnimationAdapter> adapters = new ArrayList<>(); in createOpenCloseAnimationAdapters() local
222 return adapters; in createOpenCloseAnimationAdapters()
248 final List<TaskFragmentAnimationAdapter> adapters = new ArrayList<>(); in createChangeAnimationAdapters() local
255 adapters.add(new TaskFragmentAnimationAdapter.SnapshotAdapter( in createChangeAnimationAdapters()
258 adapters.add(new TaskFragmentAnimationAdapter.BoundsChangeAdapter( in createChangeAnimationAdapters()
273 adapters.add(new TaskFragmentAnimationAdapter(animation, target)); in createChangeAnimationAdapters()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DRemoteAnimationController.java100 mPendingAnimations.add(adapters); in createRemoteAnimationRecord()
101 return adapters; in createRemoteAnimationRecord()
256 final RemoteAnimationRecord adapters = mPendingAnimations.get(i);
257 if (adapters.mAdapter != null) {
258 adapters.mAdapter.mCapturedFinishCallback
259 .onAnimationFinished(adapters.mAdapter.mAnimationType,
260 adapters.mAdapter);
262 if (adapters.mThumbnailAdapter != null) {
263 adapters.mThumbnailAdapter.mCapturedFinishCallback
265 adapters.mThumbnailAdapter);
[all …]
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
H A DRemoteBridgeImpl.java30 import com.android.layoutlib.bridge.remote.server.adapters.RemoteAssetRepositoryAdapter;
31 import com.android.layoutlib.bridge.remote.server.adapters.RemoteILayoutPullParserAdapter;
32 import com.android.layoutlib.bridge.remote.server.adapters.RemoteLayoutLogAdapter;
33 import com.android.layoutlib.bridge.remote.server.adapters.RemoteLayoutlibCallbackAdapter;
34 import com.android.layoutlib.bridge.remote.server.adapters.RemoteRenderResourcesAdapter;
35 import com.android.layoutlib.bridge.remote.server.adapters.RemoteRenderSessionAdapter;
/aosp12/frameworks/base/services/core/java/com/android/server/vibrator/
H A DVibrationEffectAdapters.java75 List<SegmentsAdapter<T>> adapters, T modifier) { in apply() argument
85 int adapterCount = adapters.size(); in apply()
87 newRepeatIndex = adapters.get(i).apply(newSegments, newRepeatIndex, modifier); in apply()
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
H A DRemoteBridgeClient.java27 import com.android.layoutlib.bridge.remote.client.adapters.RemoteDrawableParamsAdapter;
28 import com.android.layoutlib.bridge.remote.client.adapters.RemoteLayoutLogAdapter;
29 import com.android.layoutlib.bridge.remote.client.adapters.RemoteRenderSessionAdapter;
30 import com.android.layoutlib.bridge.remote.client.adapters.RemoteSessionParamsAdapter;
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/accounts/
H A DAccountDetailsWithSyncStatusPreferenceController.java137 Set<SyncAdapterType> adapters = AccountSyncHelper.getSyncableSyncAdaptersForAccount( in requestSyncForEnabledProviders() local
139 for (SyncAdapterType adapter : adapters) { in requestSyncForEnabledProviders()
147 Set<SyncAdapterType> adapters = AccountSyncHelper.getSyncableSyncAdaptersForAccount( in cancelSyncForEnabledProviders() local
149 for (SyncAdapterType adapter : adapters) { in cancelSyncForEnabledProviders()
H A DAccountSyncHelper.java61 Set<SyncAdapterType> adapters = new HashSet<>(); in getSyncableSyncAdaptersForAccount() local
81 adapters.add(syncAdapter); in getSyncableSyncAdaptersForAccount()
84 return adapters; in getSyncableSyncAdaptersForAccount()
/aosp12/hardware/qcom/gps/msm8960/core/
H A DLocApiBase.h46 #define TO_ALL_ADAPTERS(adapters, call) \ argument
47 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
51 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
52 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/sdm845/gps/msm8960/core/
H A DLocApiBase.h46 #define TO_ALL_ADAPTERS(adapters, call) \ argument
47 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
51 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
52 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/gps/msm8084/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/sdm845/gps/msm8084/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/gps/msm8909w_3100/core/
H A DLocApiBase.h50 #define TO_ALL_ADAPTERS(adapters, call) \ argument
51 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
55 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
56 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/gps/msm8994/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/gps/msm8996/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/gps/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/gps/msm8909/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/sdm845/gps/msm8909/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/sdm845/gps/msm8994/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/sdm845/gps/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/sdm845/gps/msm8996/core/
H A DLocApiBase.h48 #define TO_ALL_ADAPTERS(adapters, call) \ argument
49 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
53 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
54 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/sdm845/gps/msm8998/core/
H A DLocApiBase.h50 #define TO_ALL_ADAPTERS(adapters, call) \ argument
51 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
55 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
56 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/gps/msm8998/core/
H A DLocApiBase.h50 #define TO_ALL_ADAPTERS(adapters, call) \ argument
51 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
55 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
56 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/hardware/qcom/sdm845/gps/sdm845/core/
H A DLocApiBase.h50 #define TO_ALL_ADAPTERS(adapters, call) \ argument
51 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
55 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
56 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);
/aosp12/system/libhidl/adapter/
H A DHidlBinderAdapter.cpp128 const AdaptersFactory& adapters) { in adapterMain() argument
142 auto it = adapters.find(interfaceName); in adapterMain()
143 if (it == adapters.end()) { in adapterMain()
/aosp12/hardware/qcom/sm8150p/gps/core/
H A DLocApiBase.h54 #define TO_ALL_ADAPTERS(adapters, call) \ argument
55 for (int i = 0; i < MAX_ADAPTERS && NULL != (adapters)[i]; i++) { \
59 #define TO_1ST_HANDLING_ADAPTER(adapters, call) \ argument
60 for (int i = 0; i <MAX_ADAPTERS && NULL != (adapters)[i] && !(call); i++);

1234