HomeSort by relevance Sort by last modified time
    Searched refs:Operation (Results 51 - 75 of 450) sorted by null

1 23 4 5 6 7 8 91011>>

  /frameworks/av/media/libaudioclient/include/media/
TrackPlayerBase.h 37 const sp<VolumeShaper::Operation>& operation);
  /frameworks/base/obex/javax/obex/
Operation.java 42 * The <code>Operation</code> interface provides ways to manipulate a single
43 * OBEX PUT or GET operation. The implementation of this interface sends OBEX
44 * packets as they are built. If during the operation the peer in the operation
45 * ends the operation, an <code>IOException</code> is thrown on the next read
62 * operation, the new headers will be sent during the next packet exchange.
71 * Operation op = conn.put(head);
87 * Operation op = conn.get(head);
102 * <H3>Client PUT Operation Flow</H3> For PUT operations, a call to
110 * <H3>Client GET Operation Flow</H3> For GET operation, a call t
    [all...]
  /frameworks/native/include/audiomanager/
IPlayer.h 51 const sp<VolumeShaper::Operation>& operation) = 0;
  /system/security/keystore/
operation.h 35 * tokens that can be used to reference that operation at a later time by applications. It also does
36 * LRU tracking for operation pruning and keeps a mapping of clients to operations to allow for
69 struct Operation {
70 Operation();
71 Operation(uint64_t handle, uint64_t keyid, KeyPurpose purpose, const km_device_t& device,
81 std::map<android::sp<android::IBinder>, Operation> mMap;
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/Spi/Common/
SpiCommon.c 43 // Give invalid index in case operation not supported.
54 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationJedecId) {
57 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationOther) {
60 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationWriteStatus) {
63 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationProgramData_1_Byte ||
64 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationProgramData_64_Byte) {
67 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationReadData ||
68 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationFastRead ||
69 SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationDualOutputFastRead) {
72 if (SpiInstance->SpiInitTable.OpcodeMenu[Index].Operation == EnumSpiOperationErase_256_Byte ||
    [all...]
  /external/apache-xml/src/main/java/org/apache/xpath/
XPathVisitor.java 28 import org.apache.xpath.operations.Operation;
105 * Visit a binary operation.
108 * @param op The operation object.
111 public boolean visitBinaryOperation(ExpressionOwner owner, Operation op)
117 * Visit a unary operation.
120 * @param op The operation object.
  /external/llvm/include/llvm/MC/
MCWinEH.h 25 const unsigned Operation;
28 : Label(L), Offset(Off), Register(Reg), Operation(Op) {}
  /frameworks/base/tools/preload/
Android.mk 9 Operation.java \
  /system/keymaster/
hmac_operation.h 20 #include "operation.h"
26 class HmacOperation : public Operation {
52 * Abstract base for HMAC operation factories. This class does all of the work to create
59 virtual Operation* CreateOperation(const Key& key, const AuthorizationSet& begin_params,
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 35 // llvm-ar operation code and modifier flags. This must come first.
37 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]..."));
56 "\nMODIFIERS (operation specific):\n"
79 NoOperation, ///< An operation hasn't been specified
89 // Modifiers to follow operation to vary behavior
175 // operation specified. Process all modifiers and check to make sure that
176 // constraints on modifier/operation pairs have not been violated.
187 // Keep track of which operation was requested
188 ArchiveOperation Operation = NoOperation;
192 case 'd': ++NumOperations; Operation = Delete; break;
    [all...]
  /frameworks/av/include/media/
VolumeShaper.h 44 // in addition, the native class contains implementation for actual operation.
335 /* VolumeShaper::Operation expresses an operation to perform on the
342 class Operation : public RefBase {
357 Operation()
358 : Operation(FLAG_NONE, -1 /* replaceId */) {
361 Operation(Flag flags, int replaceId)
362 : Operation(flags, replaceId, std::numeric_limits<S>::quiet_NaN() /* xOffset */) {
365 explicit Operation(const Operation &operation
    [all...]
  /external/deqp/framework/common/
tcuThreadUtil.cpp 113 Operation::Operation (const char* name)
119 Operation::~Operation (void)
123 void Operation::execute (Thread& thread)
134 // Try execute operation
190 void Thread::addOperation (Operation* operation)
192 m_operations.push_back(operation);
200 // Reserve at least two messages for each operation
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.h 109 // Operation parameters: token and requested options.
113 UINT16 Operation;
158 Clean up the MTFTP session to get ready for new operation.
162 the operation.
177 @param Operation Redundant parameter, which is always
187 IN UINT16 Operation
197 @param Operation The MTFTP opcode, it may be a EFI_MTFTP4_OPCODE_RRQ
207 IN UINT16 Operation
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.h 120 @param[in] Operation The operation code of this packet.
130 IN UINT16 Operation
180 @retval EFI_ABORTED Abort the Mtftp6 operation.
235 Clean up the current Mtftp6 operation.
249 Start the Mtftp6 instance to perform the operation, such as read file,
254 @param[in] OpCode The operation to perform.
258 @retval EFI_ALREADY_STARTED There is pending operation for the session.
259 @retval EFI_SUCCESS The operation was successfully started.
309 @param[in] Operation The operation code of current packet.
    [all...]
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMnsObexServer.java 28 import javax.obex.Operation;
78 public int onGet(final Operation op) {
85 public int onPut(final Operation op) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/mapclient/
MnsObexServer.java 28 import javax.obex.Operation;
79 public int onGet(final Operation op) {
85 public int onPut(final Operation op) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
qos2.h 113 QOS_NOTIFY_FLOW Operation,
123 QOS_QUERY_FLOW Operation,
146 QOS_SET_FLOW Operation,
  /cts/tests/tests/media/src/android/media/cts/
VolumeShaperTest.java 143 private static final VolumeShaper.Operation[] ALL_STANDARD_OPERATIONS = {
144 VolumeShaper.Operation.PLAY,
145 VolumeShaper.Operation.REVERSE,
521 for (VolumeShaper.Operation operation : ALL_STANDARD_OPERATIONS) {
523 0 /* expected */, operation.describeContents());
526 operation.writeToParcel(srcParcel, 0 /* flags */);
534 final VolumeShaper.Operation restoredOperation =
535 VolumeShaper.Operation.CREATOR.createFromParcel(dstParcel);
537 " marshalled/restored VolumeShaper.Operation should match"
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Include/Library/
EblNetworkLib.h 56 IN EFI_PXE_BASE_CODE_TFTP_OPCODE Operation,
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java 28 * The 'and' operation expression executer.
30 public class And extends Operation
61 * Evaluate this operation directly to a boolean.
65 * @return The result of the operation as a boolean.
Equals.java 28 * The '=' operation expression executer.
30 public class Equals extends Operation
35 * Apply the operation to two operands, and return the result.
41 * @return non-null reference to the XObject that represents the result of the operation.
52 * Execute a binary operation by calling execute on each of the operands,
58 * @return The XObject result of the operation.
Or.java 28 * The 'or' operation expression executer.
30 public class Or extends Operation
61 * Evaluate this operation directly to a boolean.
65 * @return The result of the operation as a boolean.
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetBasherTest.java 116 Operation[] operations = Operation.values();
120 Operation op = operations[random.nextInt(operations.length)];
160 private enum Operation {
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 225 enum Operation {
231 static void VerifyUTF8String(const char* data, int size, Operation op);
238 Operation op);
294 WireFormat::Operation op) {
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
wire_format.h 225 enum Operation {
231 static void VerifyUTF8String(const char* data, int size, Operation op);
238 Operation op);
294 WireFormat::Operation op) {

Completed in 1336 milliseconds

1 23 4 5 6 7 8 91011>>