/frameworks/base/services/core/java/com/android/server/wm/ |
TransactionFactory.java | 19 import android.view.SurfaceControl.Transaction; 22 * Helper class to inject custom transaction objects into window manager. 25 Transaction make();
|
Dimmer.java | 51 public SurfaceControl.Transaction getPendingTransaction() { 61 public void onAnimationLeashCreated(SurfaceControl.Transaction t, SurfaceControl leash) { 65 public void onAnimationLeashDestroyed(SurfaceControl.Transaction t) { 150 void startAnimation(SurfaceAnimator surfaceAnimator, SurfaceControl.Transaction t, 195 private void dim(SurfaceControl.Transaction t, WindowContainer container, int relativeLayer, 219 * @param t A Transaction in which to finish the dim. 221 void stopDim(SurfaceControl.Transaction t) { 235 * @param t A transaction in which to apply the Dim. 238 void dimAbove(SurfaceControl.Transaction t, float alpha) { 247 * @param t A transaction in which to apply the Dim [all...] |
AnimationAdapter.java | 22 import android.view.SurfaceControl.Transaction; 61 * @param t The Transaction to apply the initial frame of the animation. 64 void startAnimation(SurfaceControl animationLeash, Transaction t,
|
AppWindowThumbnail.java | 36 import android.view.SurfaceControl.Transaction; 54 AppWindowThumbnail(Transaction t, AppWindowToken appToken, GraphicBuffer thumbnailHeader) { 90 void startAnimation(Transaction t, Animation anim) { 94 void startAnimation(Transaction t, Animation anim, Point position) { 106 void setShowing(Transaction pendingTransaction, boolean show) { 137 public Transaction getPendingTransaction() { 147 public void onAnimationLeashCreated(Transaction t, SurfaceControl leash) { 152 public void onAnimationLeashDestroyed(Transaction t) {
|
/developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/ |
StoreBackend.java | 27 * Verifies the authenticity of the provided transaction by confirming that it was signed with 30 * @param transaction the contents of the purchase transaction, its contents are 34 * @param transactionSignature the signature of the transaction's contents. 36 * true, the server can consider the transaction is successful. 38 boolean verify(Transaction transaction, byte[] transactionSignature); 41 * Verifies the authenticity of the provided transaction by password. 43 * @param transaction the contents of the purchase transaction, its contents are signed by th [all...] |
Transaction.java | 25 * An entity that represents a single transaction (purchase) of an item. 27 public class Transaction { 32 /** The unique user ID who made the transaction */ 41 public Transaction(String userId, long itemId, long clientNonce) { 85 Transaction that = (Transaction) o;
|
/developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/server/ |
StoreBackend.java | 27 * Verifies the authenticity of the provided transaction by confirming that it was signed with 30 * @param transaction the contents of the purchase transaction, its contents are 34 * @param transactionSignature the signature of the transaction's contents. 36 * true, the server can consider the transaction is successful. 38 boolean verify(Transaction transaction, byte[] transactionSignature); 41 * Verifies the authenticity of the provided transaction by password. 43 * @param transaction the contents of the purchase transaction, its contents are signed by th [all...] |
Transaction.java | 25 * An entity that represents a single transaction (purchase) of an item. 27 public class Transaction { 32 /** The unique user ID who made the transaction */ 41 public Transaction(String userId, long itemId, long clientNonce) { 85 Transaction that = (Transaction) o;
|
/development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/server/ |
StoreBackend.java | 27 * Verifies the authenticity of the provided transaction by confirming that it was signed with 30 * @param transaction the contents of the purchase transaction, its contents are 34 * @param transactionSignature the signature of the transaction's contents. 36 * true, the server can consider the transaction is successful. 38 boolean verify(Transaction transaction, byte[] transactionSignature); 41 * Verifies the authenticity of the provided transaction by password. 43 * @param transaction the contents of the purchase transaction, its contents are signed by th [all...] |
Transaction.java | 25 * An entity that represents a single transaction (purchase) of an item. 27 public class Transaction { 32 /** The unique user ID who made the transaction */ 41 public Transaction(String userId, long itemId, long clientNonce) { 85 Transaction that = (Transaction) o;
|
/external/nist-sip/java/javax/sip/ |
ServerTransaction.java | 5 public interface ServerTransaction extends Transaction {
|
ClientTransaction.java | 6 public interface ClientTransaction extends Transaction {
|
/external/nist-sip/java/gov/nist/javax/sip/ |
TransactionExt.java | 8 import javax.sip.Transaction; 10 public interface TransactionExt extends Transaction { 13 * Get the Sip Provider associated with this transaction 51 * @throw UnsupportedOperationException if this is not a secure client transaction. 58 *@throw UnsupportedOperationException if this is not a secure client transaction. 66 * @throw UnsupportedOperationException if this is not a secure client transaction.
|
/device/linaro/bootloader/edk2/OvmfPkg/XenBusDxe/ |
XenStore.h | 43 @param Transaction The XenStore transaction covering this request.
57 IN CONST XENSTORE_TRANSACTION *Transaction,
67 @param Transaction The XenStore transaction covering this request.
77 IN CONST XENSTORE_TRANSACTION *Transaction,
87 @param Transaction The XenStore transaction covering this request.
101 IN CONST XENSTORE_TRANSACTION *Transaction,
111 @param Transaction The XenStore transaction covering this request. [all...] |
/packages/apps/Email/tests/src/com/android/email/mail/transport/ |
MockTransport.java | 55 private static class Transaction { 65 Transaction(String pattern, String[] responses) { 71 Transaction(int otherType) { 94 private ArrayList<Transaction> mPairs = new ArrayList<Transaction>(); 127 Transaction pair = new Transaction(pattern, responses); 145 mPairs.add(new Transaction(Transaction.ACTION_CLIENT_CLOSE)); 149 mPairs.add(new Transaction(Transaction.ACTION_IO_EXCEPTION)) [all...] |
/frameworks/native/libs/gui/include/gui/ |
SurfaceComposerClient.h | 151 class Transaction { 165 Transaction() = default; 166 virtual ~Transaction() = default; 167 Transaction(Transaction const& other); 170 // Merge another transaction in to this one, clearing other 172 Transaction& merge(Transaction&& other); 173 Transaction& show(const sp<SurfaceControl>& sc); 174 Transaction& hide(const sp<SurfaceControl>& sc) [all...] |
/frameworks/native/cmds/surfacereplayer/replayer/ |
Replayer.h | 70 status_t doTransaction(const Transaction& transaction, const std::shared_ptr<Event>& event); 80 status_t doSurfaceTransaction(SurfaceComposerClient::Transaction& transaction, 82 void doDisplayTransaction(SurfaceComposerClient::Transaction& transaction, 85 void setPosition(SurfaceComposerClient::Transaction& t, 87 void setSize(SurfaceComposerClient::Transaction& t, 89 void setAlpha(SurfaceComposerClient::Transaction& t, 91 void setLayer(SurfaceComposerClient::Transaction& t [all...] |
/frameworks/native/services/surfaceflinger/ |
SurfaceInterceptor.h | 110 // the initial state of each object, so a transaction with all of the missing properties is 134 SurfaceChange* createSurfaceChangeLocked(Transaction* transaction, int32_t layerId); 136 void addPositionLocked(Transaction* transaction, int32_t layerId, float x, float y); 137 void addDepthLocked(Transaction* transaction, int32_t layerId, uint32_t z); 138 void addSizeLocked(Transaction* transaction, int32_t layerId, uint32_t w, uint32_t h); 139 void addAlphaLocked(Transaction* transaction, int32_t layerId, float alpha) [all...] |
/frameworks/native/libs/vr/libpdx/ |
client.cpp | 126 ///////////////////////////// Transaction implementation ////////////////////// 128 Transaction::Transaction(Client& client) : client_{client} {} 130 Transaction::~Transaction() { 135 bool Transaction::EnsureStateAllocated() { 143 void Transaction::SendTransaction(int opcode, Status<void>* ret, 167 void Transaction::SendTransaction(int opcode, Status<int>* ret, 188 void Transaction::SendTransaction(int opcode, Status<LocalHandle>* ret, 209 void Transaction::SendTransaction(int opcode, Status<LocalChannelHandle>* ret [all...] |
/frameworks/support/room/common/src/main/java/androidx/room/ |
Transaction.java | 25 * Marks a method in a {@link Dao} class as a transaction method. 28 * the derived implementation of the method will execute the super method in a database transaction. 29 * All the parameters and return types are preserved. The transaction will be marked as successful 40 * {@literal @}Transaction 42 * // Anything inside this method runs in a single transaction. 50 * the Query will be run in a transaction. There are 2 main cases where you may want to do that: 52 * <li>If the result of the query is fairly big, it is better to run it inside a transaction 58 * to run them in a single transaction. 68 * {@literal @}Transaction {@literal @}Query("SELECT * from products") 73 * or RxJava Flowable, the transaction is properly handled when the query is run, not when th [all...] |
/art/runtime/ |
transaction.cc | 17 #include "transaction.h" 37 Transaction::Transaction() 38 : log_lock_("transaction log lock", kTransactionLogLock), 45 Transaction::Transaction(bool strict, mirror::Class* root) : Transaction() { 50 Transaction::~Transaction() { 65 LOG(INFO) << "Transaction::~Transaction [all...] |
/frameworks/native/libs/gui/ |
SurfaceComposerClient.cpp | 101 SurfaceComposerClient::Transaction::Transaction(const Transaction& other) : 110 SurfaceComposerClient::Transaction& SurfaceComposerClient::Transaction::merge(Transaction&& other) { 133 status_t SurfaceComposerClient::Transaction::apply(bool synchronous) { 189 void SurfaceComposerClient::Transaction::setAnimationTransaction() { 193 void SurfaceComposerClient::Transaction::setEarlyWakeup() { 197 layer_state_t* SurfaceComposerClient::Transaction::getLayerState(const sp<SurfaceControl>& sc) [all...] |
/frameworks/support/room/integration-tests/testapp/src/androidTest/java/androidx/room/integration/testapp/dao/ |
PetDao.java | 24 import androidx.room.Transaction; 50 @Transaction
|
/frameworks/support/work/workmanager/src/main/java/androidx/work/impl/model/ |
WorkSpecDao.java | 27 import android.arch.persistence.room.Transaction; 150 @Transaction 161 @Transaction 172 @Transaction 182 @Transaction 194 @Transaction 205 @Transaction 217 @Transaction
|
/art/test/Transaction/ |
Transaction.java | 17 public class Transaction { 65 // Call native method but catch the transaction exception. 77 // Helper class to abort transaction: finalizable class with natve methods.
|