/aosp12/frameworks/base/libs/WindowManager/Jetpack/src/androidx/window/extensions/embedding/ |
H A D | TaskFragmentAnimationRunner.java | 117 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 D | RemoteAnimationController.java | 100 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 D | RemoteBridgeImpl.java | 30 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 D | VibrationEffectAdapters.java | 75 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 D | RemoteBridgeClient.java | 27 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 D | AccountDetailsWithSyncStatusPreferenceController.java | 137 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 D | AccountSyncHelper.java | 61 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 D | LocApiBase.h | 46 #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 D | LocApiBase.h | 46 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 50 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 48 #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 D | LocApiBase.h | 50 #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 D | LocApiBase.h | 50 #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 D | LocApiBase.h | 50 #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 D | HidlBinderAdapter.cpp | 128 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 D | LocApiBase.h | 54 #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++);
|