Searched refs:count (Results 126 - 150 of 1169) sorted by relevance

1234567891011>>

/frameworks/av/include/camera/ndk/
H A DNdkCameraMetadata.h108 * Count of elements (NOT count of bytes) in this metadata entry.
110 uint32_t count; member in struct:ACameraMetadata_entry
115 * <p>The type field above defines which union member pointer is valid. The count field above
153 * Count of elements (NOT count of bytes) in this metadata entry.
155 uint32_t count; member in struct:ACameraMetadata_const_entry
160 * <p>The type field above defines which union member pointer is valid. The count field above
/frameworks/av/media/mtp/
H A DMtpDataPacket.h80 void putAInt8(const int8_t* values, int count);
81 void putAUInt8(const uint8_t* values, int count);
82 void putAInt16(const int16_t* values, int count);
83 void putAUInt16(const uint16_t* values, int count);
85 void putAInt32(const int32_t* values, int count);
86 void putAUInt32(const uint32_t* values, int count);
88 void putAInt64(const int64_t* values, int count);
89 void putAUInt64(const uint64_t* values, int count);
/frameworks/base/core/java/android/content/pm/
H A DMacAuthenticatedInputStream.java71 public int read(byte[] buffer, int offset, int count) throws IOException { argument
72 int numRead = super.read(buffer, offset, count);
/frameworks/base/core/java/android/util/
H A DLogWriter.java64 @Override public void write(char[] buf, int offset, int count) { argument
65 for(int i = 0; i < count; i++) {
/frameworks/base/core/java/com/android/internal/midi/
H A DMidiDispatcher.java68 public void onSend(byte[] msg, int offset, int count, long timestamp) throws IOException { argument
71 receiver.send(msg, offset, count, timestamp);
H A DMidiFramer.java48 public static String formatMidiData(byte[] data, int offset, int count) { argument
50 for (int i = 0; i < count; i++) {
60 public void onSend(byte[] data, int offset, int count, long timestamp) argument
64 for (int i = 0; i < count; i++) {
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothPacketEncoder.java56 public void onSend(byte[] msg, int offset, int count, long timestamp)
70 bytesNeeded = count;
106 (msg[offset + count - 1] == MidiConstants.STATUS_END_SYSEX);
107 int remaining = (hasSysExEnd ? count - 1 : count);
149 int dataLength = count - 1;
183 public void onSend(byte[] msg, int offset, int count, long timestamp) argument
186 mMidiFramer.send(msg, offset, count, timestamp);
/frameworks/base/telephony/java/com/android/ims/internal/
H A DIImsRegistrationListener.aidl101 * Updates the application with the waiting voice message count.
102 * @param count The number of waiting voice messages.
104 void voiceMessageCountUpdate(int count);
/frameworks/base/tests/SurfaceComposition/src/android/surfacecomposition/
H A DCustomLayout.java41 final int count = getChildCount();
42 for (int i = 0; i < count; i++) {
/frameworks/minikin/libs/minikin/
H A DGraphemeBreak.cpp69 bool GraphemeBreak::isGraphemeBreak(const uint16_t* buf, size_t start, size_t count, argument
77 if (offset <= start || offset >= start + count) {
88 U16_NEXT(buf, offset, start + count, c2);
180 size_t GraphemeBreak::getTextRunCursor(const uint16_t* buf, size_t start, size_t count, argument
184 if (offset < start + count) {
189 while (!isGraphemeBreak(buf, start, count, offset)) {
199 while (!isGraphemeBreak(buf, start, count, offset)) {
204 if (!isGraphemeBreak(buf, start, count, offset)) {
/frameworks/native/vulkan/libvulkan/
H A Dlayers_extensions.h54 uint32_t& count);
56 uint32_t& count);
H A Dapi.cpp63 VkResult Parse(const char* const* names, uint32_t count) { argument
71 if (!arr.count)
74 names_ = AllocateNameArray(arr.count + count);
79 for (uint32_t i = 0; i < arr.count; i++)
82 name_count_ = arr.count;
85 for (uint32_t i = 0; i < count; i++) {
109 uint32_t count; member in struct:vulkan::api::__anon1594::OverrideLayerNames::ImplicitLayerArray
127 std::sort(arr.elements, arr.elements + arr.count,
187 auto& layer = arr.elements[arr.count
320 Parse(const char* const* names, uint32_t count) argument
989 DestroyLayers(ActiveLayer* layers, uint32_t count, const VkAllocationCallbacks& allocator) argument
1126 GetActiveLayers( VkPhysicalDevice physical_dev, uint32_t& count) argument
1231 uint32_t count; local
[all...]
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
H A DUT_alloc_copy.java70 int count = arr_len - offset;
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
75 for (int i = 0; i < count; i++) {
82 for (int i = count; i < arr_len; i++) {
112 int count = arr_len - offset;
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
117 for (int i = 0; i < count; i++) {
124 for (int i = count;
[all...]
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A DUT_alloc_copy.java70 int count = arr_len - offset;
71 alloc.copy1DRangeFrom(offset, count, inArray);
72 alloc.copy1DRangeTo(offset, count, outArray);
75 for (int i = 0; i < count; i++) {
82 for (int i = count; i < arr_len; i++) {
112 int count = arr_len - offset;
113 alloc.copy1DRangeFrom(offset, count, inArray);
114 alloc.copy1DRangeTo(offset, count, outArray);
117 for (int i = 0; i < count; i++) {
124 for (int i = count;
[all...]
/frameworks/support/v4/java/android/support/v4/util/
H A DLogWriter.java51 @Override public void write(char[] buf, int offset, int count) { argument
52 for(int i = 0; i < count; i++) {
/frameworks/av/include/media/nbaio/
H A DLibsndfileSource.h46 virtual ssize_t read(void *buffer, size_t count);
H A DMonoPipeReader.h50 virtual ssize_t read(void *buffer, size_t count);
H A DPipe.h56 virtual ssize_t write(const void *buffer, size_t count);
/frameworks/av/media/img_utils/include/img_utils/
H A DOutput.h42 * Write bytes from the given buffer. The number of bytes given in the count
48 virtual status_t write(const uint8_t* buf, size_t offset, size_t count) = 0;
H A DStripSource.h38 * Write count bytes to the stream.
42 virtual status_t writeToStream(Output& stream, uint32_t count) = 0;
/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/
H A DUiCollection.java57 int count = getChildCount(childPattern);
58 for (int x = 0; x < count; x++) {
115 int count = getChildCount(childPattern);
116 for (int x = 0; x < count; x++) {
134 * currently visible. The count does not include items of a scrollable list
138 * elements to count
/frameworks/base/libs/hwui/tests/unit/
H A DRecordingCanvasTests.cpp112 << "float count must be rounded down to closest multiple of 4";
155 int count = 0; local
156 playbackOps(*dl, [&count](const RecordedOp& op) {
157 count++;
164 ASSERT_EQ(1, count);
213 int count = 0; local
215 playbackOps(*dl, [&count, &lastX](const RecordedOp& op) {
216 count++;
226 ASSERT_EQ(3, count);
266 int count local
315 int count = 0; local
349 int count = 0; local
364 int count = 0; local
399 int count = 0; local
418 int count = 0; local
446 int count = 0; local
473 int count = 0; local
722 int count = 0; local
746 int count = 0; local
[all...]
/frameworks/base/obex/javax/obex/
H A DPrivateOutputStream.java97 public synchronized void write(byte[] buffer, int offset, int count) throws IOException { argument
99 int remainLength = count;
104 if ((offset | count) < 0 || count > buffer.length - offset) {
/frameworks/base/tools/aapt2/util/
H A DBigBuffer.h82 T* nextBlock(size_t count = 1);
127 inline T* BigBuffer::nextBlock(size_t count) { argument
129 assert(count != 0);
130 return reinterpret_cast<T*>(nextBlockImpl(sizeof(T) * count));
/frameworks/compile/libbcc/include/bcc/Support/
H A DOutputFile.h34 ssize_t write(const void *pBuf, size_t count);

Completed in 3760 milliseconds

1234567891011>>