/frameworks/base/services/core/java/com/android/server/wm/ |
WindowState.java | 26 import static android.view.SurfaceControl.Transaction; 607 * and false until the transaction to resize is sent. [all...] |
TaskStack.java | 766 private void updateSurfaceSize(SurfaceControl.Transaction transaction) { 782 transaction.setSize(mSurfaceControl, width, height); [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/ |
WindowContainerTests.java | 119 final SurfaceControl.Transaction transaction = mock(SurfaceControl.Transaction.class); local 120 sWm.mTransactionFactory = () -> transaction; 125 verify(transaction, never()).setPosition(any(), anyFloat(), anyFloat()); 127 verify(transaction, times(1)).setPosition(any(), eq(1.f), eq(1.f)); [all...] |
/frameworks/native/libs/vr/libpdx/ |
client_tests.cpp | 23 using android::pdx::Transaction; 145 Transaction transaction_;
|
/frameworks/native/libs/gui/tests/ |
Surface_test.cpp | 47 using Transaction = SurfaceComposerClient::Transaction; 78 Transaction t; [all...] |
/frameworks/native/services/surfaceflinger/tests/fakehwc/ |
SFFakeHwc_test.cpp | 62 using Transaction = SurfaceComposerClient::Transaction; 499 Transaction t; 509 // Synchronous transaction will stop this thread, so we set up a 511 // transaction. In the test code this is usually done with 567 // The scope opens and closes a global transaction and, at the 569 // after the transaction closes. The results of the transaction 866 // should trigger the first deferred transaction, but not the second one [all...] |
/external/clang/lib/ARCMigrate/ |
Transforms.cpp | 539 Transaction Trans(TA);
|
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPTransaction.java | 76 javax.sip.Transaction, gov.nist.javax.sip.TransactionExt { 112 * INVITE transaction timeout timer 138 protected String transactionId; // Transaction Id. 183 // Parent stack for this transaction 186 // Original request that is being handled by this transaction 189 // Underlying channel being used to send messages for this transaction 212 // Transaction branch ID 215 // Method of the Request used to create the transaction. 218 // Sequence number of request used to create the transaction 221 // Current transaction stat 285 SIPTransaction transaction = SIPTransaction.this; local [all...] |
SIPDialog.java | 87 import javax.sip.Transaction; 263 // We store here the useful data from the first transaction without having to 264 // keep the whole transaction object for the duration of the dialog. It also 389 SIPServerTransaction transaction; field in class:SIPDialog.DialogTimerTask 391 public DialogTimerTask(SIPServerTransaction transaction) { 392 this.transaction = transaction; 403 SIPServerTransaction transaction = this.transaction; local 418 if (transaction != nul 653 SIPTransaction transaction = (SIPTransaction) this.getFirstTransaction(); local [all...] |
/external/v4l2_codec2/cmds/ |
codec2.cpp | 154 SurfaceComposerClient::Transaction{}.setLayer(mControl, INT_MAX).show(mControl).apply();
|
/frameworks/av/cmds/stagefright/ |
mediafilter.cpp | 767 SurfaceComposerClient::Transaction{}
|
stagefright.cpp | 962 SurfaceComposerClient::Transaction{} [all...] |
/frameworks/base/libs/input/ |
SpriteController.cpp | 72 "Sprite closeTransaction() called but there is no open sprite transaction"); 152 SurfaceComposerClient::Transaction t; 295 ALOGE("Error applying Surface transaction");
|
/frameworks/base/services/core/java/com/android/server/display/ |
WifiDisplayAdapter.java | 623 public void performTraversalLocked(SurfaceControl.Transaction t) {
|
/frameworks/support/room/compiler/src/test/kotlin/androidx/room/processor/ |
QueryMethodProcessorTest.kt | 26 import androidx.room.Transaction 541 @Transaction 593 @Transaction [all...] |
/hardware/google/av/media/codecs/cmds/ |
codec2.cpp | 161 SurfaceComposerClient::Transaction{}
|
/art/runtime/ |
runtime.cc | 163 #include "transaction.h" 706 // We can't run in a transaction yet. [all...] |
transaction_test.cc | 17 #include "transaction.h" 31 // Tests failing class initialization due to native call with transaction rollback. 34 jobject jclass_loader = LoadDex("Transaction"); 41 // to abort transaction so they can be thrown during class initialization if the transaction 51 Transaction::kAbortExceptionSignature)); 90 // Tests object's class is preserved after transaction rollback. 102 // Rolling back transaction's changes must not clear the Object::class field. 107 // Tests object's monitor state is preserved after transaction rollback. 118 // Lock object's monitor outside the transaction [all...] |
/prebuilts/tools/common/m2/repository/com/crittercism/crittercism-android-agent/5.6.4/ |
crittercism-android-agent-5.6.4.jar | |
/prebuilts/tools/common/m2/repository/com/firebase/firebase-client-jvm/2.5.2/ |
firebase-client-jvm-2.5.2.jar | |
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 266 SurfaceComposerClient::Transaction t; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
scardssp.h | [all...] |
/art/runtime/interpreter/ |
unstarted_runtime_test.cc | 39 #include "transaction.h" 199 Transaction::kAbortExceptionSignature, [all...] |
/prebuilts/go/darwin-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |
/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/ |
tables.go | [all...] |