/frameworks/av/media/libaudioclient/include/media/ |
AudioTrack.h | 135 * - NO_ERROR: successful operation 472 * For proper operation the following condition must be respected: 485 * If the AudioTrack has been opened with no callback function associated, the operation will 494 * - NO_ERROR: successful operation 504 * If the AudioTrack has been opened with no callback function associated, the operation will 513 * - NO_ERROR: successful operation 529 * - NO_ERROR: successful operation 545 * - NO_ERROR: successful operation 562 * - NO_ERROR: successful operation 587 * - NO_ERROR: successful operation [all...] |
/frameworks/base/obex/javax/obex/ |
ClientOperation.java | 47 * This class implements the <code>Operation</code> interface. It will read and 51 public final class ClientOperation implements Operation, BaseStream { 177 throw new IOException("Operation has already ended"); 180 mExceptionMessage = "Operation aborted"; 312 // there are 3 bytes operation headers and 3 bytes body headers // 342 * @throws IOException if the operation has already ended or is closed 352 * Returns the headers that have been received during the operation. 355 * @return the headers received during this <code>Operation</code> 356 * @throws IOException if this <code>Operation</code> has been closed 368 * @throws IOException if this <code>Operation</code> has been closed or th [all...] |
ServerOperation.java | 46 * This class implements the Operation interface for server side connections. 58 public final class ServerOperation implements Operation, BaseStream { 283 if(V) Log.d(TAG,"SRM is now ENABLED (but not active) for this operation"); 287 if(V) Log.d(TAG,"SRM is now ACTIVE for this operation"); 320 * Determines if the operation should continue or should wait. If it should 321 * continue, this method will continue the operation. 323 * operation even if no headers will be sent; if <code>false</code> 324 * then this method will only continue the operation if there are 328 * @return <code>true</code> if the operation was completed; 329 * <code>false</code> if no operation took plac [all...] |
/hardware/interfaces/renderscript/1.0/default/ |
Context.cpp | 46 template<typename RsType, typename HidlType, typename Operation> 47 static std::vector<RsType> hidl_to_rs(const hidl_vec<HidlType>& src, Operation operation) { 49 std::transform(src.begin(), src.end(), dst.begin(), operation); 58 template<typename HidlType, typename RsType, typename Operation> 59 static hidl_vec<HidlType> rs_to_hidl(const std::vector<RsType>& src, Operation operation) { 61 std::transform(src.begin(), src.end(), dst.begin(), operation); [all...] |
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Support.c | 439 @param[in] Operation The operation code of this packet.
449 IN UINT16 Operation
516 Packet->OpCode = HTONS (Operation);
683 // For the Rrq, Dir, Wrq requests of the operation, configure the Udp6Io as
836 @retval EFI_ABORTED Abort the Mtftp6 operation.
889 Clean up the current Mtftp6 operation.
949 // Reinitialize the corresponding fields of the Mtftp6 operation.
969 Start the Mtftp6 instance to perform the operation, such as read file,
974 @param[in] OpCode The operation to perform. [all...] |
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Platform/Pei/PlatformInit/ |
MrcWrapper.c | [all...] |
/external/mesa3d/docs/ |
MESA_swap_frame_usage.spec | 36 swap period has elapsed since the last swap operation completed. The 89 Additions to Chapter 2 of the 1.4 GL Specification (OpenGL Operation)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
setupapi.h | [all...] |
ntddstor.h | 272 ULONG Operation;
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/ |
nodes.go | 204 Operation struct { 345 Op Operator // 0 means no operation
|
parser.go | 461 t := new(Operation) 486 x := new(Operation) 498 x := new(Operation) 520 // <-x => <-x is a receive operation 557 return &Operation{Op: Recv, X: x} 900 return &Operation{Op: Mul, X: typ} [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/ |
nodes.go | 204 Operation struct { 345 Op Operator // 0 means no operation
|
parser.go | 461 t := new(Operation) 486 x := new(Operation) 498 x := new(Operation) 520 // <-x => <-x is a receive operation 557 return &Operation{Op: Recv, X: x} 900 return &Operation{Op: Mul, X: typ} [all...] |
/external/swiftshader/third_party/LLVM/include/llvm/ |
Instructions.h | 599 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 602 AtomicRMWInst(BinOp Operation, Value *Ptr, Value *Val, 610 void setOperation(BinOp Operation) { 613 (Operation << 5)); 679 void Init(BinOp Operation, Value *Ptr, Value *Val, [all...] |
/prebuilts/tools/common/m2/repository/me/tatarka/retrolambda/projectlombok/lombok.ast/0.2.3.a2/ |
lombok.ast-0.2.3.a2.jar | |
/external/llvm/lib/AsmParser/ |
LLParser.cpp | [all...] |
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
QueryTable.c | [all...] |
/art/compiler/debug/dwarf/ |
dwarf_constants.h | 261 enum Operation : uint16_t {
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
MpService.c | 26 Performs an atomic compare exchange operation to get semaphore.
27 The compare exchange operation must be performed using
55 Performs an atomic compare exchange operation to release semaphore.
56 The compare exchange operation must be performed using
83 Performs an atomic compare exchange operation to lock semaphore.
84 The compare exchange operation must be performed using
109 Wait all APs to performs an atomic compare exchange operation to release semaphore.
128 Performs an atomic compare exchange operation to release semaphore
217 // - The timeout value must be longer than longest possible IO operation in the system
929 gSmmCpuPrivate->Operation[CpuIndex] == SmmCpuRemove || [all...] |
/external/pdfium/xfa/fxfa/ |
fxfa_basic.h | 677 Operation,
|
/external/protobuf/src/google/protobuf/ |
wire_format_lite.cc | 514 Operation op,
|
/external/syslinux/efi32/include/efi/ |
efiprot.h | 439 IN EFI_IO_OPERATION_TYPE Operation, 690 @param BltOperation Operation to perform on BlitBuffer and video memory 699 @retval EFI_SUCCESS The Blt operation completed.
|
/external/syslinux/efi64/include/efi/ |
efiprot.h | 439 IN EFI_IO_OPERATION_TYPE Operation, 690 @param BltOperation Operation to perform on BlitBuffer and video memory 699 @retval EFI_SUCCESS The Blt operation completed.
|
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/ |
efiprot.h | 439 IN EFI_IO_OPERATION_TYPE Operation, 690 @param BltOperation Operation to perform on BlitBuffer and video memory 699 @retval EFI_SUCCESS The Blt operation completed.
|
/frameworks/av/media/libmediaplayerservice/ |
MediaPlayerService.cpp | [all...] |