HomeSort by relevance Sort by last modified time
    Searched full:mcond (Results 26 - 50 of 912) sorted by null

12 3 4 5 6 7 8 91011>>

  /hardware/qcom/gps/msm8998/android/location_api/
GnssMeasurementAPIClient.h 67 pthread_cond_t mCond;
  /system/chre/platform/slpi/include/chre/platform/slpi/smgr/
smr_helper.h 202 ConditionVariable mCond;
204 //! Used with mCond, and to protect access to member variables from other
  /frameworks/av/media/libstagefright/include/media/stagefright/
MediaCodecSource.h 155 Condition mCond;
  /system/tools/hidl/
ConstantExpression.cpp 328 CHECK(mCond->isEvaluated());
333 mExpr = std::string("(") + mCond->description() + "?" + mTrueVal->description() + ":" +
340 mValue = mCond->mValue ? (static_cast<__type__>(mTrueVal->mValue)) \
632 : mCond(cond), mTrueVal(trueVal), mFalseVal(falseVal) {}
635 return {mCond, mTrueVal, mFalseVal};
ConstantExpression.h 197 ConstantExpression* const mCond;
  /toolchain/binutils/binutils-2.27/opcodes/
sparc-opc.c 153 #define MCOND(x,i_or_f) ((((i_or_f) & 1) << 18) | (((x) >> 11) & (0xf << 14))) /* v9 */
    [all...]
  /system/chre/platform/slpi/include/chre/platform/slpi/see/
see_helper.h 270 ConditionVariable mCond;
272 //! Used with mCond, and to protect access to member variables from other
  /device/google/marlin/camera/QCamera2/HAL/test/
qcamera_test.h 190 Condition mCond;
qcamera_test.cpp 132 mCond.wait(mLock);
150 mCond.signal();
    [all...]
  /hardware/qcom/camera/msm8998/QCamera2/HAL/test/
qcamera_test.h 190 Condition mCond;
qcamera_test.cpp 132 mCond.wait(mLock);
150 mCond.signal();
    [all...]
  /frameworks/av/media/libstagefright/
MediaCodecSource.cpp 421 output.waitForCondition(output->mCond);
646 output->mCond.signal();
968 output->mCond.signal();
    [all...]
  /system/chre/platform/slpi/see/
see_helper.cc     [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.h 395 Mutex mLock; // mutex associated to mCond
396 Condition mCond; // condition for status return
    [all...]
AudioPolicyService.cpp 825 command->mCond.signal();
    [all...]
  /frameworks/wilhelm/src/itf/
IObject.cpp 780 ok = pthread_cond_init(&thiz->mCond, (const pthread_condattr_t *) NULL);
794 ok = pthread_cond_destroy(&thiz->mCond);
  /frameworks/wilhelm/src/
itfstruct.h 51 pthread_cond_t mCond;
  /frameworks/av/services/audioflinger/
Threads.h 84 // 7. event->mCond.signal
94 Mutex mLock; // mutex associated with mCond
95 Condition mCond; // condition for status return
    [all...]
AudioFlinger.h 478 Condition mCond;
    [all...]
AudioFlinger.cpp     [all...]
Threads.cpp 594 if (event->mCond.waitRelative(event->mLock, kConfigEventTimeoutNs) != NO_ERROR) {
735 event->mCond.signal();
    [all...]
  /frameworks/av/media/libnblog/
NBLog.cpp     [all...]
  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 588 Condition mCond;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gcc.info     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/man/man1/
x86_64-w64-mingw32-g++.1 622 \&\-mpack \-mno\-pack \-mno\-eflags \-mcond\-move \-mno\-cond\-move
624 \&\-mscc \-mno\-scc \-mcond\-exec \-mno\-cond\-exec
    [all...]

Completed in 1359 milliseconds

12 3 4 5 6 7 8 91011>>