/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
ZOrderingTests.java | 62 private class LayerRecordingTransaction extends SurfaceControl.Transaction { 67 public SurfaceControl.Transaction setLayer(SurfaceControl sc, int layer) { 74 public SurfaceControl.Transaction setRelativeLayer(SurfaceControl sc,
|
RemoteAnimationControllerTest.java | 42 import android.view.SurfaceControl.Transaction; 64 @Mock Transaction mMockTransaction;
|
/external/guice/extensions/persist/lib/ |
jta.jar | |
/frameworks/base/core/java/android/hardware/display/ |
DisplayManagerInternal.java | 74 * Registers a display transaction listener to provide the client a chance to 75 * update its surfaces within the same transaction as any display layout updates. 82 * Unregisters a display transaction listener to provide the client a chance to 83 * update its surfaces within the same transaction as any display layout updates. 117 * surface flinger transaction. 119 public abstract void performTraversal(SurfaceControl.Transaction t); 370 * Called within a Surface transaction whenever the size or orientation of a 372 * update the position of its surfaces as part of the same transaction.
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
remote_method.h | 54 // can be obtained directly from Transaction::Send<T>() without deserializing 338 Transaction trans{client}; 348 Transaction trans{client}; 391 Transaction trans{client}; 412 Transaction trans{client};
|
/frameworks/opt/net/voip/src/java/com/android/server/sip/ |
SipHelper.java | 48 import javax.sip.Transaction; 337 ServerTransaction transaction = event.getServerTransaction(); local 338 if (transaction == null) { 342 return transaction; 353 ServerTransaction transaction = getServerTransaction(event); local 362 transaction.sendResponse(response); 363 return transaction; 510 if (source instanceof Transaction) { 511 return getCallId(((Transaction) source)); 519 public static String getCallId(Transaction transaction) [all...] |
/packages/apps/Car/Radio/libs/android-arch/room/ |
common-1.1.0-beta3.jar | |
/prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0/ |
common-1.0.0.jar | |
/prebuilts/maven_repo/android/android/arch/persistence/room/common/1.0.0-rc1/ |
common-1.0.0-rc1.jar | |
/prebuilts/sdk/current/extras/app-toolkit/m2repository/android/arch/persistence/room/common/28.0.0/ |
common-28.0.0.jar | |
/art/runtime/ |
intern_table.h | 48 class Transaction; 253 // Transaction rollback access. 291 friend class Transaction;
|
/frameworks/base/services/core/java/com/android/server/wm/ |
DragDropController.java | 34 import android.view.SurfaceControl.Transaction; 173 if (SHOW_LIGHT_TRANSACTIONS) Slog.i(TAG_WM, ">>> OPEN TRANSACTION performDrag"); 175 final SurfaceControl.Transaction transaction = local 177 transaction.setAlpha(surfaceControl, mDragState.mOriginalAlpha); 178 transaction.setPosition( 180 transaction.show(surfaceControl); 181 displayContent.reparentToOverlay(transaction, surfaceControl); 185 Slog.i(TAG_WM, "<<< CLOSE TRANSACTION performDrag");
|
WindowAnimator.java | 93 * executed and the corresponding transaction is closed and applied. 98 private final SurfaceControl.Transaction mTransaction = new SurfaceControl.Transaction(); 138 * an animation transaction, that might be blocking until the next sf-vsync, so we want to make 160 if (SHOW_TRANSACTIONS) Slog.i(TAG, ">>> OPEN TRANSACTION animate"); 231 if (SHOW_TRANSACTIONS) Slog.i(TAG, "<<< CLOSE TRANSACTION animate"); 432 * the corresponding transaction is closed and applied.
|
WindowStateAnimator.java | 167 private final SurfaceControl.Transaction mTmpTransaction = new SurfaceControl.Transaction(); 228 private final SurfaceControl.Transaction mReparentTransaction = new SurfaceControl.Transaction(); 308 void hide(SurfaceControl.Transaction transaction, String reason) { 319 mSurfaceController.hide(transaction, reason); 353 // This must be called while inside a transaction. 546 Slog.i(TAG, ">>> OPEN TRANSACTION createSurfaceLocked"); [all...] |
RemoteAnimationController.java | 39 import android.view.SurfaceControl.Transaction; 342 public void startAnimation(SurfaceControl animationLeash, Transaction t,
|
/frameworks/base/services/tests/servicestests/src/com/android/server/display/ |
DisplayManagerServiceTest.java | 130 displayManager.performTraversalInternal(mock(SurfaceControl.Transaction.class)); 168 displayManager.performTraversalInternal(mock(SurfaceControl.Transaction.class));
|
/test/vti/dashboard/src/main/java/com/android/vts/job/ |
VtsCoverageAlertJobServlet.java | 33 import com.google.appengine.api.datastore.Transaction; 325 Transaction txn = datastore.beginTransaction();
|
VtsProfilingStatsJobServlet.java | 36 import com.google.appengine.api.datastore.Transaction; 117 Transaction tx = datastore.beginTransaction(); 208 "Profiling stats job transaction still active: " + profilingPointRun.key);
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
pdx_benchmarks.cpp | 47 using android::pdx::Transaction; 413 Transaction transaction{*this}; 414 return ReturnStatusOrError(transaction.Send<int>(BenchmarkOps::Nop)); 421 Transaction transaction{*this}; 423 transaction.Send<int>(BenchmarkOps::Write, buffer, length, nullptr, 0)); 431 Transaction transaction{*this}; 433 transaction.Send<int>(BenchmarkOps::Read, nullptr, 0, buffer, length)) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
mqoai.h | [all...] |
/test/vti/dashboard/src/main/java/com/android/vts/api/ |
TestDataForDevServlet.java | 41 import com.google.appengine.api.datastore.Transaction; 277 Transaction txn = datastore.beginTransaction(); 299 "Transaction rollback forced for run: " + testRunEntity.key); 369 Transaction txn = datastore.beginTransaction(); 386 "Transaction rollback forced for plan run: " + testPlanRun.key);
|
/external/clang/lib/ARCMigrate/ |
TransGCAttrs.cpp | 209 Transaction Trans(TA); 264 Transaction Trans(TA);
|
TransRetainReleaseDealloc.cpp | 120 Transaction Trans(Pass.TA); 134 Transaction Trans(Pass.TA);
|
TransProtectedScope.cpp | 131 Transaction Trans(Pass.TA);
|
/external/nist-sip/java/gov/nist/javax/sip/ |
SipProviderImpl.java | 71 import javax.sip.Transaction; 168 public void handleEvent(EventObject sipEvent, SIPTransaction transaction) { 172 + transaction + "this.sipListener = " 185 EventWrapper eventWrapper = new EventWrapper(sipEvent, transaction); 284 "Transaction already assigned to request"); 286 throw new TransactionUnavailableException ("Cannot create client transaction for " + Request.ACK); 312 "Transaction already exists!"); 338 "could not find existing transaction for " 349 "Cannot resolve next hop -- transaction unavailable"); 352 "Cannot resolve next hop -- transaction unavailable", ex) 457 SIPServerTransaction transaction = null; local 902 SIPTransaction transaction = (SIPTransaction) transactionErrorEvent local [all...] |