Home
last modified time | relevance | path

Searched refs:mValue (Results 1 – 6 of 6) sorted by relevance

/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DTriState.h28 TriState(const TriState<T> &other) : mIsSet(other.mIsSet), mValue(other.mValue) { } in TriState()
29 explicit TriState(const T &value) : mIsSet(true), mValue(value) { } in TriState()
32 mValue = T(); in clear()
40 return isSet() ? mValue : defaultValue; in get()
46 return mValue; in T()
51 mValue = other.mValue;
57 mValue = value;
63 mValue++;
76 mValue--;
91 tmp.mValue = op tmp.mValue; \
[all …]
/hardware/intel/common/libmix/videoencoder/
DIntelMetadataBuffer.cpp330 mValue = 0; in IntelMetadataBuffer()
344 mValue = value; in IntelMetadataBuffer()
369 :mType(imb.mType), mValue(imb.mValue), mInfo(NULL), mExtraValues(NULL), in IntelMetadataBuffer()
381 memcpy(mExtraValues, imb.mExtraValues, sizeof(mValue) * mExtraValues_Count); in IntelMetadataBuffer()
394 mValue = imb.mValue; in operator =()
410 memcpy(mExtraValues, imb.mExtraValues, sizeof(mValue) * mExtraValues_Count); in operator =()
441 value = mValue; in GetValue()
450 ShareMemMap* smem = FindShareMem(mSessionFlag, mValue, true); in GetValue()
470 data.writeIntPtr(mValue); in GetValue()
477 smem = ReadMemObjFromBinder(reply, mSessionFlag, mValue); in GetValue()
[all …]
DVideoEncoderUtils.h39 intptr_t getValue() {return mValue;} in getValue()
43 void setValue(intptr_t value) {mValue = value;} in setValue()
60 intptr_t mValue; variable
DVideoEncoderUtils.cpp256 mValue = 0; in VASurfaceMap()
298 ret = GetGfxBufferInfo(mValue, tmp); in doMapping()
380 LOG_V("MappingToVASurface mode=%d, value=%p\n", mVinfo.mode, (void*)mValue); in MappingToVASurface()
386 ret = MappingSurfaceID(mValue); in MappingToVASurface()
390 ret = MappingGfxHandle(mValue); in MappingToVASurface()
394 ret = MappingKbufHandle(mValue); in MappingToVASurface()
399 ret = MappingMallocPTR(mValue); in MappingToVASurface()
411 LOG_V("vaSurface 0x%08x is created for value = 0x%p\n", mVASurface, (void*)mValue); in MappingToVASurface()
549 pSrcBuffer = (uint8_t*) mValue; in doActionCopy()
566 handle = mValue; in doActionCopy()
[all …]
DIntelMetadataBuffer.h106 intptr_t mValue; variable
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h465 mValue(initialValue) {} in LatchedState()
471 if (mPendingValue == mValue) { in setPending()
473 } else if (value == mValue) { in setPending()
479 T getValue() const { return mValue; } in getValue()
482 bool isDirty() const { return mPendingValue != mValue; } in isDirty()
486 mValue = mPendingValue; in latch()
494 T mValue; variable