HomeSort by relevance Sort by last modified time
    Searched full:getuint64 (Results 1 - 22 of 22) sorted by null

  /frameworks/av/media/mtp/
MtpStorageInfo.cpp 55 if (!packet.getUInt64(mMaxCapacity)) return false;
56 if (!packet.getUInt64(mFreeSpaceBytes)) return false;
MtpDataPacket.h 52 bool getUInt64(uint64_t& value);
53 inline bool getInt64(int64_t& value) { return getUInt64((uint64_t&)value); }
MtpDataPacket.cpp 80 bool MtpDataPacket::getUInt64(uint64_t& value) {
220 if (!getUInt64(value)) {
MtpProperty.cpp 457 if (!packet.getUInt64(value.u.u64)) return false;
  /external/deqp/framework/common/
tcuRandomValueIterator.hpp 51 template <> inline deUint64 getRandomValue<deUint64> (de::Random& rnd) { return rnd.getUint64(); }
55 template <> inline deInt64 getRandomValue<deInt64> (de::Random& rnd) { return (deInt64)rnd.getUint64(); }
  /frameworks/av/include/media/stagefright/
DataSource.h 72 bool getUInt64(off64_t offset, uint64_t *x);
  /external/deqp/framework/delibs/decpp/
deRandom.cpp 78 // getUint64()
84 DE_TEST_ASSERT(expected[i] == rnd.getUint64());
deRandom.hpp 52 deUint64 getUint64 (void) { deUint32 upper = getUint32(); return (deUint64)upper << 32ull | (deUint64)getUint32(); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wmcontainer.h 229 STDMETHOD_(HRESULT,GetUINT64)(THIS_ REFGUID guidKey,UINT64 *punValue) PURE;
275 #define IMFASFContentInfo_GetUINT64(This,guidKey,punValue) (This)->lpVtbl->GetUINT64(This,guidKey,punValue)
331 STDMETHOD_(HRESULT,GetUINT64)(THIS_ REFGUID guidKey,UINT64 *punValue) PURE;
380 #define IMFASFStreamConfig_GetUINT64(This,guidKey,punValue) (This)->lpVtbl->GetUINT64(This,guidKey,punValue)
439 STDMETHOD_(HRESULT,GetUINT64)(THIS_ REFGUID guidKey,UINT64 *punValue) PURE;
    [all...]
mfobjects.h 189 virtual HRESULT STDMETHODCALLTYPE GetUINT64(
340 HRESULT (STDMETHODCALLTYPE *GetUINT64)(
483 #define IMFAttributes_GetUINT64(This,guidKey,punValue) (This)->lpVtbl->GetUINT64(This,guidKey,punValue)
536 return This->lpVtbl->GetUINT64(This,guidKey,punValue);
    [all...]
mfidl.h 211 HRESULT (STDMETHODCALLTYPE *GetUINT64)(
429 #define IMFTopologyNode_GetUINT64(This,guidKey,punValue) (This)->lpVtbl->GetUINT64(This,guidKey,punValue)
499 return This->lpVtbl->GetUINT64(This,guidKey,punValue);
    [all...]
mfapi.h 532 hres = pAttributes->GetUINT64(guidKey, &val);
    [all...]
shobjidl.h     [all...]
  /frameworks/av/media/libstagefright/
DataSource.cpp 92 bool DataSource::getUInt64(off64_t offset, uint64_t *x) {
MPEG4Extractor.cpp 993 if (!mDataSource->getUInt64(entriesoffset, &segment_duration) ||
994 !mDataSource->getUInt64(entriesoffset + 8, (uint64_t*)&media_time)) {
    [all...]
  /external/protobuf/src/google/protobuf/
test_util.cc     [all...]
generated_message_reflection.h 205 uint64 GetUInt64(const Message& message,
message.h 455 virtual uint64 GetUInt64(const Message& message,
    [all...]
extension_set.h 228 uint64 GetUInt64(int number, uint64 default_value) const;
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDatabase.cpp 518 if (!packet.getUInt64(temp)) return false;
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
message.cc     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]

Completed in 1441 milliseconds