/device/linaro/bootloader/edk2/MdeModulePkg/Include/Protocol/ |
UfsHostController.h | 40 @retval EFI_SUCCESS The operation succeeds.
58 /// A read operation from system memory by a bus master.
62 /// A write operation from system memory by a bus master.
77 @param Operation Indicates if the bus master is going to read or write to system memory.
96 IN EDKII_UFS_HOST_CONTROLLER_OPERATION Operation,
104 Completes the Map() operation and releases any corresponding resources.
202 memory operation.
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
DeviceIo.h | 67 Buffer is interpreted as a base address of an I/O operation such as Address.
113 /// A read operation from system memory by a bus master.
118 /// A write operation to system memory by a bus master.
135 @param Operation Indicates if the bus master is going to read or write to system memory.
146 @retval EFI_INVALID_PARAMETER The Operation or HostAddress is undefined.
154 IN EFI_IO_OPERATION_TYPE Operation,
162 Completes the Map() operation and releases any corresponding resources.
|
/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/SouthCluster/Include/Protocol/ |
Spi.h | 120 /// Operation Which Hardware Sequencing required operation this opcode respoinds to.
123 /// If the opcode does not corresponds to any operation listed, use
131 SPI_OPERATION Operation;
184 @retval EFI_DEVICE_ERROR Device error, operation failed.
205 @retval EFI_DEVICE_ERROR Device error, operation failed.
|
/external/deqp/modules/gles31/functional/ |
es31fAtomicCounterTests.cpp | 60 enum Operation 91 , operations ((Operation)0) 101 Operation operations; 1333 const AtomicCounterTest::Operation operation = operations[operationNdx]; local 1409 const AtomicCounterTest::Operation operation = operations[operationNdx]; local [all...] |
/external/llvm/unittests/ADT/ |
PackedVectorTest.cpp | 21 TEST(PackedVectorTest, Operation) {
|
/external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/ |
AddrModeMatcher.h | 99 bool MatchOperationAddr(User *Operation, unsigned Opcode, unsigned Depth);
|
/external/swiftshader/third_party/LLVM/unittests/ADT/ |
PackedVectorTest.cpp | 21 TEST(PackedVectorTest, Operation) {
|
/frameworks/av/media/libaudioclient/ |
TrackPlayerBase.cpp | 108 const sp<VolumeShaper::Operation>& operation) { 111 VolumeShaper::Status status = mAudioTrack->applyVolumeShaper(configuration, operation);
|
IAudioTrack.cpp | 151 const sp<VolumeShaper::Operation>& operation) { 163 status = operation.get() == nullptr 166 ?: operation->writeToParcel(&data); 260 sp<VolumeShaper::Operation> operation; local 270 operation = new VolumeShaper::Operation(); 271 status = operation->readFromParcel(data); 274 status = (status_t)applyVolumeShaper(configuration, operation); [all...] |
/frameworks/base/core/java/android/database/sqlite/ |
SQLiteConnection.java | 57 * perform a database operation and are then returned to the pool. At any 534 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 538 * @throws OperationCanceledException if the operation was canceled. 575 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 581 * @throws OperationCanceledException if the operation was canceled. 618 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 624 * @throws OperationCanceledException if the operation was canceled. 662 * @param cancellationSignal A signal to cancel the operation in progress, or null if none. 669 * @throws OperationCanceledException if the operation was canceled. 710 * @param cancellationSignal A signal to cancel the operation in progress, or null if none 1304 Operation operation = mOperations[index]; local 1347 final Operation operation = getOperationLocked(cookie); local 1375 final Operation operation = getOperationLocked(cookie); local 1390 final Operation operation = getOperationLocked(cookie); local 1406 final Operation operation = mOperations[index]; local 1412 final Operation operation = mOperations[mIndex]; local 1426 Operation operation = mOperations[index]; local [all...] |
/system/keymaster/ |
rsa_operation.h | 25 #include "operation.h" 34 class RsaOperation : public Operation { 38 : Operation(purpose), rsa_key_(key), padding_(padding), digest_(digest), 86 * RSA private key signing operation. 108 * RSA public key verification operation. 147 * RSA public key encryption operation. 159 * RSA private key decryption operation. 171 * Abstract base for all RSA operation factories. This class exists mainly to centralize some code 172 * common to all RSA operation factories. 179 Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params [all...] |
/external/deqp/external/vulkancts/modules/vulkan/synchronization/ |
vktSynchronizationOperation.cpp | 21 * \brief Synchronization operation abstraction 78 //! A pipeline that can be embedded inside an operation. 461 class Implementation : public Operation 550 de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const 552 return de::MovePtr<Operation>(new Implementation(context, resource, m_bufferOp)); 565 class Implementation : public Operation 652 de::MovePtr<Operation> build (OperationContext& context, Resource& resource) const 654 return de::MovePtr<Operation>(new Implementation(context, resource, m_mode)); 666 class ImplementationBase : public Operation 669 //! Copy/Blit/Resolve etc. operation [all...] |
/device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/ |
PciRootBridgeIo.c | 41 operation is performed at the PCI memory address specified by Address for the width specified
42 by Width. The result of this PCI memory read operation is stored in Result. This PCI memory
43 read operation is repeated until either a timeout of Delay 100 ns units has expired, or (Result &
81 This function provides a standard way to poll a PCI I/O location. A PCI I/O read operation is
83 The result of this PCI I/O read operation is stored in Result. This PCI I/O read operation is
127 @param[in] Width Signifies the width of the memory operation.
128 @param[in] Address The base address of the memory operation. The caller is
160 @param[in] Width Signifies the width of the memory operation.
161 @param[in] Address The base address of the memory operation. The caller is [all...] |
/device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/ |
PcatPciRootBridgeIo.c | 106 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
579 IN EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION Operation,
600 // Perform a fence operation to make sure all memory operations are flushed
610 // Make sure that Operation is valid
612 if ((UINT32)Operation >= EfiPciOperationMaximum) {
629 if (Operation == EfiPciOperationBusMasterCommonBuffer || Operation == EfiPciOperationBusMasterCommonBuffer64) {
655 MapInfo->Operation = Operation;
677 // If this is a read operation from the Bus Master's point of view, [all...] |
DeviceIo.c | 613 IN EFI_IO_OPERATION_TYPE Operation,
628 Operation - Indicates if the bus master is going to read or write to system memory.
639 EFI_INVALID_PARAMETER - The Operation or HostAddress is undefined.
651 if ((UINT32)Operation > EfiBusMasterCommonBuffer) {
655 if (((UINTN) (*HostAddress) != (*HostAddress)) && Operation == EfiBusMasterCommonBuffer) {
661 (EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL_OPERATION) Operation,
681 Completes the Map() operation and releases any corresponding resources.
|
/device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/ |
PciRootBridgeIo.c | 42 memory read operation is performed at the PCI memory address specified by
44 operation is stored in Result. This PCI memory read operation is repeated
98 read operation is performed at the PCI I/O address specified by Address for
99 the width specified by Width. The result of this PCI I/O read operation is
100 stored in Result. This PCI I/O read operation is repeated until either a
160 @param[in] Width Signifies the width of the memory operation.
162 @param[in] Address The base address of the memory operation. The caller
204 @param[in] Width Signifies the width of the memory operation.
206 @param[in] Address The base address of the memory operation. The caller [all...] |
/device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/ |
PciRootBridgeIo.c | 42 memory read operation is performed at the PCI memory address specified by
44 operation is stored in Result. This PCI memory read operation is repeated
98 read operation is performed at the PCI I/O address specified by Address for
99 the width specified by Width. The result of this PCI I/O read operation is
100 stored in Result. This PCI I/O read operation is repeated until either a
160 @param[in] Width Signifies the width of the memory operation.
162 @param[in] Address The base address of the memory operation. The caller
204 @param[in] Width Signifies the width of the memory operation.
206 @param[in] Address The base address of the memory operation. The caller [all...] |
/external/llvm/lib/Transforms/Utils/ |
SimplifyIndVar.cpp | 328 OperationFunctionTy Operation; 342 Operation = &ScalarEvolution::getAddExpr; 349 Operation = &ScalarEvolution::getAddExpr; 356 Operation = &ScalarEvolution::getMinusSCEV; 363 Operation = &ScalarEvolution::getMinusSCEV; 378 (SE->*Extension)((SE->*Operation)(LHS, RHS, SCEV::FlagAnyWrap), WideTy); 380 (SE->*Operation)((SE->*Extension)(LHS, WideTy), 420 /// Eliminate an operation that consumes a simple IV and has no observable 447 /// Eliminate any operation that SCEV can prove is an identity function.
|
/external/deqp/modules/egl/ |
teglGLES2SharingThreadedTests.cpp | 403 class Operation : public tcu::ThreadUtil::Operation 406 Operation (const char* name, bool useSync, bool serverSync); 407 virtual ~Operation (void); 422 Operation::Operation (const char* name, bool useSync, bool serverSync) 423 : tcu::ThreadUtil::Operation (name) 430 Operation::~Operation (void) 434 void Operation::readGLObject (SharedPtr<Object> object [all...] |
teglImageFormatTests.cpp | 139 struct Operation 141 Operation (int apiIndex_, const Action& action_) : apiIndex(apiIndex_), action(&action_) {} 147 vector<Operation> operations; [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Gcd/ |
Gcd.c | 683 Do operation on a segment of memory space specified (add, free, remove, change attribute ...).
685 @param Operation The type of the operation
686 @param GcdMemoryType Additional information for the operation
687 @param GcdIoType Additional information for the operation
708 IN UINTN Operation,
733 if ((Operation & GCD_MEMORY_SPACE_OPERATION) != 0) {
736 } else if ((Operation & GCD_IO_SPACE_OPERATION) != 0) {
760 switch (Operation) {
812 // Set attributes operation
[all...] |
/frameworks/base/services/core/java/com/android/server/audio/ |
PlaybackActivityMonitor.java | 65 private static final VolumeShaper.Operation PLAY_CREATE_IF_NEEDED = 66 new VolumeShaper.Operation.Builder(VolumeShaper.Operation.PLAY) 70 // like a PLAY_CREATE_IF_NEEDED operation but with a skip to the end of the ramp 71 private static final VolumeShaper.Operation PLAY_SKIP_RAMP = 72 new VolumeShaper.Operation.Builder(PLAY_CREATE_IF_NEEDED).setXOffset(1.0f).build(); 201 Log.e(TAG, "Forbidden operation from uid " + binderUid + " for player " + piid); 587 VolumeShaper.Operation.REVERSE);
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/ |
AcpiPlatformHooks.c | 422 UINT8 *Operation;
487 // GNVS operation region.
495 Operation = DsdtPointer - 1;
496 if (*Operation == AML_OPREGION_OP) {
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/BootScriptSaveDxe/ |
ScriptSave.c | 40 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
68 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
96 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
124 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
152 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
180 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
208 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
238 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
268 @retval EFI_OUT_OF_RESOURCES Not enough resource to do operation.
279 EFI_SMBUS_OPERATION Operation;
[all...] |
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/IsaIo/ |
IsaIo.h | 125 IN EFI_ISA_IO_PROTOCOL_OPERATION Operation,
|