HomeSort by relevance Sort by last modified time
    Searched refs:Locked (Results 1 - 25 of 48) sorted by null

1 2

  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
Mutexed.h 45 * Mutexed<DataToProtect>::Locked data(mProtectedData); // access the protected data
47 * // the mutex is locked here, so accessing the data is safe
74 * Mutexed<DataToProtect>::Locked data(mProtectedData);
78 * void helper(const Mutexed<DataToProtect>::Locked &data) {
91 * Upon creation, the mutex is locked. You can use lock()/unlock() methods to
98 * that locked the original wrapper.
103 class Locked {
105 inline Locked(Mutexed<T> &mParent);
106 inline Locked(Locked &&from)
    [all...]
  /external/llvm/unittests/Support/
LockFileManagerTest.cpp 78 LockFileManager Locked(LockedFile);
79 EXPECT_EQ(LockFileManager::LFS_Owned, Locked.getState());
109 LockFileManager Locked(LockedFile);
110 EXPECT_EQ(LockFileManager::LFS_Owned, Locked.getState());
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8632/
Locked.cpp 1 //===- subzero/unittest/AssemblerX8632/Locked.cpp -------------------------===//
140 static constexpr bool Locked = true;
173 TestImplAddrReg(0xa2b34567, Dst1, 0x0507ddee, Locked, Size); \
199 static constexpr bool Locked = true;
212 GPRRegister::Encoded_Reg_esi, Locked);
230 GPRRegister::Encoded_Reg_esi, Locked);
248 GPRRegister::Encoded_Reg_esi, Locked);
259 static constexpr bool Locked = true;
298 TestImpl(0x98987676543210ull, 0x1, 0x98987676543210ull, Locked);
300 TestImpl(0x98987676543210ull, 0x1, 0x98987676543211ull, Locked);
    [all...]
  /external/swiftshader/third_party/subzero/unittest/AssemblerX8664/
Locked.cpp 1 //===- subzero/unittest/AssemblerX8664/Locked.cpp -------------------------===//
140 static constexpr bool Locked = true;
171 TestImplAddrReg(0xa2b34567, Dst1, 0x0507ddee, Locked, Size); \
203 static constexpr bool Locked = true;
216 __ xadd(IceType_i8, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked);
235 __ xadd(IceType_i16, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked);
254 __ xadd(IceType_i32, Address::Absolute(0x1FF00), Encoded_GPR_r14(), Locked);
288 static constexpr bool Locked = true;
325 TestImpl(0x98987676543210ull, 0x1, 0x98987676543210ull, Locked);
327 TestImpl(0x98987676543210ull, 0x1, 0x98987676543211ull, Locked);
    [all...]
  /frameworks/av/media/libstagefright/include/media/stagefright/
SimpleDecodingSource.h 107 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options);
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 120 Mutexed<ProtectedState>::Locked me(mProtectedState);
141 Mutexed<ProtectedState>::Locked me(mProtectedState);
166 Mutexed<ProtectedState>::Locked me(mProtectedState);
187 Mutexed<ProtectedState>::Locked me(mProtectedState);
205 Mutexed<ProtectedState>::Locked &me, MediaBuffer **buffer, const ReadOptions *options) {
206 // |me| is always locked on entry, but is allowed to be unlocked on exit
MediaCodecSource.cpp 148 Mutexed<Queue>::Locked queue(mQueue);
193 Mutexed<Queue>::Locked queue(mQueue);
216 Mutexed<Queue>::Locked queue(mQueue);
221 Mutexed<Queue>::Locked queue(mQueue);
244 Mutexed<Queue>::Locked queue(mQueue);
292 Mutexed<Queue>::Locked queue(mQueue);
405 Mutexed<sp<MetaData>>::Locked meta(mMeta);
416 Mutexed<Output>::Locked output(mOutput);
588 Mutexed<Output>::Locked output(mOutput);
624 Mutexed<Output>::Locked output(mOutput)
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
PthreadLockChecker.cpp 29 enum Kind { Destroyed, Locked, Unlocked } K;
35 static LockState getLocked() { return LockState(Locked); }
43 bool isLocked() const { return K == Locked; }
267 Message = "This lock is still locked";
  /frameworks/base/libs/input/
SpriteController.h 249 struct Locked {
276 struct Locked {
PointerController.h 153 struct Locked {
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtBlockIoDxe/
WinNtBlockIo.c 975 BOOL Locked;
994 Locked = Private->WinNtThunk->DeviceIoControl (Private->NtHandle, FSCTL_LOCK_VOLUME, NULL, 0, NULL, 0, &BytesReturned, NULL);
995 if (Locked == 0) {
1001 Locked = 0;
1004 if (Locked != 0) {
  /prebuilts/go/darwin-x86/src/net/http/
status.go 121 StatusLocked: "Locked",
  /prebuilts/go/linux-x86/src/net/http/
status.go 121 StatusLocked: "Locked",
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
psapi.h 184 ULONG_PTR Locked :1;
  /external/swiftshader/third_party/subzero/src/
IceInstX86BaseImpl.h 215 bool Locked)
218 Locked) {
230 Variable *Ebx, bool Locked)
232 nullptr, Locked) {
371 Variable *Source, bool Locked)
373 Func, InstX86Base::Xadd, 2, llvm::dyn_cast<Variable>(Dest), Locked) {
    [all...]
IceInstX86Base.h     [all...]
IceTargetLoweringX86Base.h 606 bool Locked) {
609 Locked);
616 Variable *Ecx, Variable *Ebx, bool Locked) {
619 Locked);
    [all...]
IceAssemblerX86Base.h 718 void cmpxchg(Type Ty, const Address &address, GPRRegister reg, bool Locked);
719 void cmpxchg8b(const Address &address, bool Locked);
720 void xadd(Type Ty, const Address &address, GPRRegister reg, bool Locked);
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceAssemblerX86BaseImpl.h     [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
Setup.h 354 BOOLEAN Locked; // Whether this statement is locked.
410 BOOLEAN Locked; // Whether this form is locked.
    [all...]
Presentation.c 302 if ((EvaluateExpressionList(Statement->Expression, FALSE, NULL, NULL) == ExpressGrayOut) || Statement->Locked) {
770 gDisplayFormData.Attribute |= gCurrentSelection->Form->Locked ? HII_DISPLAY_LOCK : 0;
    [all...]
IfrParse.c     [all...]
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 777 llvm::LockFileManager Locked(IndexPath);
778 switch (Locked) {

Completed in 623 milliseconds

1 2