HomeSort by relevance Sort by last modified time
    Searched defs:mSize (Results 1 - 25 of 781) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /system/tools/hidl/
HidlTypeAssertion.h 39 size_t mSize;
  /frameworks/av/media/libaaudio/src/utility/
FixedBlockAdapter.h 67 int32_t mSize = 0; // Size in bytes of the fixed size buffer.
  /hardware/libhardware/modules/sensors/
SensorEventQueue.h 36 int mSize; // number of readable items
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/backward/v402/content/
probability_dict_content.h 45 mSize(getBuffer()->getTailPosition() / getEntrySize()) {}
48 : mHasHistoricalInfo(hasHistoricalInfo), mSize(0) {}
69 int mSize;
terminal_position_lookup_table.h 44 mSize(getBuffer()->getTailPosition()
47 TerminalPositionLookupTable() : mSize(0) {}
54 return mSize;
68 int mSize;
  /packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/
terminal_position_lookup_table.h 36 mSize(getBuffer()->getTailPosition()
39 TerminalPositionLookupTable() : mSize(0) {}
46 return mSize;
60 int mSize;
  /system/chre/util/include/chre/util/
fixed_size_vector.h 180 size_t mSize = 0;
dynamic_vector.h 334 size_t mSize = 0;
  /external/swiftshader/src/OpenGL/libGL/
Buffer.h 45 size_t size() const { return mSize; }
52 size_t mSize;
  /external/swiftshader/src/OpenGL/libGLES_CM/
Buffer.h 43 size_t size() const { return mSize; }
50 size_t mSize;
  /frameworks/av/media/libstagefright/include/
JPEGSource.h 45 off64_t mSize;
ESDS.h 48 size_t mSize;
  /frameworks/av/media/libstagefright/include/foundation/
AString.h 99 size_t mSize;
ABitReader.h 64 size_t mSize;
  /frameworks/base/libs/hwui/tests/common/scenes/
RoundRectClippingAnimation.cpp 24 int mSpacing, mSize;
27 : mSpacing(spacing), mSize(size) {}
38 auto card = TestUtils::createNode(x, y, x + mSize, y + mSize,
42 props.getWidth(), props.getHeight(), mSize * .25, 1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
SelectablePreference.java 25 private final int mSize;
31 mSize = (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, 32,
38 mSize / (float) icon.getIntrinsicWidth()));
  /frameworks/native/libs/binder/include/binder/
MemoryBase.h 38 size_t getSize() const { return mSize; }
43 size_t mSize;
  /hardware/intel/img/hwcomposer/merrifield/ips/common/
GrallocBufferMapperBase.h 45 uint32_t mSize[SUB_BUFFER_MAX];
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/common/
GrallocBufferMapperBase.h 45 uint32_t mSize[SUB_BUFFER_MAX];
  /hardware/libhardware/modules/sensors/dynamic_sensor/
RingBuffer.h 40 size_t mSize;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspBufferBase.java 20 private int mSize;
31 return mSize;
35 mSize = size;
44 return String.format("Size: %d", mSize);
  /cts/tests/tests/media/libaudiojni/
Blob.h 33 mSize(size) {
47 const size_t mSize;
57 mSize(size),
64 mSize(size),
73 const size_t mSize;
  /device/google/contexthub/util/common/
ring.h 39 size_t mSize;
54 size_t mSize;
  /frameworks/av/include/private/media/
VideoFrame.h 33 VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0),
41 mSize = copy.mSize;
43 if (mSize > 0 && copy.mData != NULL) {
44 mData = new uint8_t[mSize];
46 memcpy(mData, copy.mData, mSize);
48 mSize = 0;
65 uint32_t mSize; // Number of bytes in mData
  /frameworks/av/media/libnbaio/include/
SourceAudioBufferProvider.h 46 size_t mSize; // size of mAllocated in frames

Completed in 1484 milliseconds

1 2 3 4 5 6 7 8 91011>>