Searched refs:skip (Results 1 - 25 of 86) sorted by relevance

1234

/frameworks/base/core/java/android/bluetooth/le/
H A DPeriodicAdvertisingCallback.java54 * @param skip The number of periodic advertising packets that can be skipped after a successful
62 int advertisingSid, int skip, int timeout,
61 onSyncEstablished(int syncHandle, BluetoothDevice device, int advertisingSid, int skip, int timeout, int status) argument
H A DPeriodicAdvertisingManager.java77 * call to registerSync will use the {@code skip} and {@code timeout} provided.
79 * existing sync, thus {@code skip} and {@code timeout} values will not take
84 * @param skip The number of periodic advertising packets that can be skipped after a successful
89 * @throws IllegalArgumentException if {@code scanResult} is null or {@code skip} is invalid or
92 public void registerSync(ScanResult scanResult, int skip, int timeout, argument
94 registerSync(scanResult, skip, timeout, callback, null);
100 * call to registerSync will use the {@code skip} and {@code timeout} provided.
102 * existing sync, thus {@code skip} and {@code timeout} values will not take
107 * @param skip The number of periodic advertising packets that can be skipped after a successful
113 * @throws IllegalArgumentException if {@code scanResult} is null or {@code skip} i
116 registerSync(ScanResult scanResult, int skip, int timeout, PeriodicAdvertisingCallback callback, Handler handler) argument
[all...]
/frameworks/base/cmds/incidentd/src/
H A DPrivacyBuffer.cpp32 * If skip is set to true, no data will be written to buf. Return number of bytes written.
34 void PrivacyBuffer::writeFieldOrSkip(uint32_t fieldTag, bool skip) { argument
42 if (!skip) {
48 if (!skip) mProto.writeRawVarint(fieldTag);
53 if (!skip) mProto.writeLengthDelimitedHeader(read_field_id(fieldTag), bytesToWrite);
56 if (!skip) mProto.writeRawVarint(fieldTag);
60 if (skip) {
85 bool skip = !spec.CheckPremission(policy, parentPolicy->dest); local
88 writeFieldOrSkip(fieldTag, skip);
89 VLOG("[Depth %2d]Field %d %ss %d bytes", depth, fieldId, skip
[all...]
H A DPrivacyBuffer.h72 void writeFieldOrSkip(uint32_t fieldTag, bool skip);
/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
H A DCountedDataInputStream.java65 public long skip(long length) throws IOException { method in class:CountedDataInputStream
66 long skip = in.skip(length);
67 mCount += skip;
68 return skip;
72 if (skip(length) != length) throw new EOFException();
/frameworks/av/media/img_utils/include/img_utils/
H A DInput.h57 virtual ssize_t skip(size_t count);
/frameworks/data-binding/compilerCommon/
H A DXMLLexer.g438 DTD : '<!' .*? '>' -> skip ;
63 S : [ \t\r\n] -> skip ;
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/util/
H A DRemoteInputStream.java28 long skip(long n) throws IOException; method in interface:RemoteInputStream
H A DRemoteInputStreamAdapter.java54 public long skip(long n) throws IOException { method in class:RemoteInputStreamAdapter
55 return mDelegate.skip(n);
H A DStreamUtil.java58 public long skip(long n) throws IOException {
59 return is.skip(n);
/frameworks/base/media/mca/filterfw/java/android/filterfw/io/
H A DPatternScanner.java41 skip(mIgnorePattern);
47 skip(mIgnorePattern);
64 skip(mIgnorePattern);
81 skip(mIgnorePattern);
92 public void skip(Pattern pattern) { method in class:PatternScanner
/frameworks/support/emoji/core/src/main/java/androidx/emoji/text/
H A DMetadataListReader.java72 // skip to where metadata is
73 openTypeReader.skip((int) (offsetInfo.getStartOffset() - openTypeReader.getPosition()));
93 // skip to where metadata is
120 // skip sfnt version
121 reader.skip(OpenTypeReader.UINT32_BYTE_COUNT);
128 //skip to begining of tables data
129 reader.skip(OpenTypeReader.UINT16_BYTE_COUNT * 3);
134 // skip checksum
135 reader.skip(OpenTypeReader.UINT32_BYTE_COUNT);
137 // skip mLengt
224 void skip(int numOfBytes) throws IOException; method in interface:MetadataListReader.OpenTypeReader
277 public void skip(int numOfBytes) throws IOException { method in class:MetadataListReader.InputStreamOpenTypeReader
335 public void skip(final int numOfBytes) throws IOException { method in class:MetadataListReader.ByteBufferReader
[all...]
/frameworks/base/core/tests/utiltests/src/com/android/internal/util/
H A DBitwiseStreamsTest.java38 outStream.skip(offset);
43 inStream.skip(offset);
53 outStream.skip(offset);
56 inStream.skip(offset);
67 outStream.skip(offset);
70 inStream.skip(offset);
81 outStream.skip(offset);
87 inStream.skip(offset);
122 outStream.skip(offset);
128 inStream.skip(offse
[all...]
/frameworks/native/opengl/libagl/
H A Dmipmap.cpp131 int skip; local
133 case GGL_PIXEL_FORMAT_RGB_888: skip = 3; break;
134 case GGL_PIXEL_FORMAT_LA_88: skip = 2; break;
135 default: skip = 1; break;
139 bs *= skip;
140 stride *= skip;
144 for (int c=0 ; c<skip ; c++) {
146 uint32_t p10 = src[c+offset+skip];
148 uint32_t p11 = src[c+offset+bs+skip];
151 offset += 2*skip;
[all...]
/frameworks/av/media/img_utils/src/
H A DInput.cpp28 ssize_t Input::skip(size_t count) { function in class:android::img_utils::Input
/frameworks/av/include/media/stagefright/
H A DSkipCutBuffer.h33 // 'skip' is the number of frames to skip from the beginning
36 SkipCutBuffer(size_t skip, size_t cut, size_t num16Channels);
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DSkipCutBuffer.h33 // 'skip' is the number of frames to skip from the beginning
36 SkipCutBuffer(size_t skip, size_t cut, size_t num16Channels);
/frameworks/compile/slang/tests/P_reflection3264_divergent/
H A DScriptField_DivergentNest.java.expect126 fp.skip(sIs64Bit ? 4 : 0);
128 fp.skip(sIs64Bit ? 4 : 0);
131 fp.skip(sIs64Bit ? 4 : 0);
133 fp.skip(sIs64Bit ? 4 : 0);
182 mIOBuffer.skip(sIs64Bit ? 4 : 0);
185 mIOBuffer.skip(sIs64Bit ? 4 : 0);
188 fp.skip(sIs64Bit ? 4 : 0);
191 fp.skip(sIs64Bit ? 4 : 0);
H A DScriptC_reflection3264_divergent.java.expect220 fp.skip(sIs64Bit ? 4 : 0);
223 fp.skip(sIs64Bit ? 4 : 0);
244 fp.skip(sIs64Bit ? 4 : 0);
247 fp.skip(sIs64Bit ? 4 : 0);
296 dnFe_fp.skip(sIs64Bit ? 4 : 0);
298 dnFe_fp.skip(sIs64Bit ? 4 : 0);
301 dnFe_fp.skip(sIs64Bit ? 4 : 0);
303 dnFe_fp.skip(sIs64Bit ? 4 : 0);
339 dFe_fp.skip(sIs64Bit ? 4 : 0);
342 dFe_fp.skip(sIs64Bi
[all...]
/frameworks/compile/slang/tests/P_reflection3264_divergent_support/
H A DScriptField_DivergentNest.java.expect123 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
125 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
128 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
130 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
179 mIOBuffer.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
182 mIOBuffer.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
185 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
188 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
H A DScriptC_reflection3264_divergent.java.expect217 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
220 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
241 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
244 fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
293 dnFe_fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
295 dnFe_fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
298 dnFe_fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
300 dnFe_fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
336 dFe_fp.skip((RenderScript.getPointerSize() == 8) ? 4 : 0);
339 dFe_fp.skip((RenderScrip
[all...]
/frameworks/av/media/libstagefright/
H A DSkipCutBuffer.cpp27 SkipCutBuffer::SkipCutBuffer(size_t skip, size_t cut, size_t num16BitChannels) { argument
39 if (skip > INT32_MAX / frameSize || cut > INT32_MAX / frameSize
41 ALOGW("out of range skip/cut: %zu/%zu, using passthrough instead",
42 skip, cut);
45 skip *= frameSize;
48 mFrontPadding = mSkip = skip;
52 ALOGV("skipcutbuffer %zu %zu %d", skip, cut, mCapacity);
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioPatch.cpp135 bool skip = false; local
136 for (size_t srcIndex = 0; srcIndex < patch->mPatch.num_sources && !skip; srcIndex++) {
139 skip = true;
142 for (size_t sinkIndex = 0; sinkIndex < patch->mPatch.num_sinks && !skip; sinkIndex++) {
145 skip = true;
148 if (skip) {
/frameworks/base/graphics/java/android/graphics/
H A DFontListParser.java65 skip(parser);
85 skip(parser);
123 skip(parser);
135 skip(parser); // axis tag is empty, ignore any contents and consume end tag
150 skip(parser); // alias tag is empty, ignore any contents and consume end tag
154 private static void skip(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:FontListParser
/frameworks/compile/slang/tests/P_struct_field/
H A DScriptC_struct_field.java.expect54 fp.skip(4);
61 fp.skip(3);
69 fp.skip(3);

Completed in 478 milliseconds

1234