Searched refs:consume (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/core/java/android/util/apk/
H A DDataDigester.java24 void consume(ByteBuffer buffer) throws DigestException; method in interface:DataDigester
H A DByteBufferDataSource.java64 md.consume(region);
H A DMemoryMappedFileDataSource.java94 md.consume(buf);
H A DApkVerityBuilder.java163 * A helper class to consume and digest data by block continuously, and write into a buffer.
198 public void consume(ByteBuffer buffer) throws DigestException { method in class:ApkVerityBuilder.BufferedDigester
279 digester.consume(alternativeCentralDirOffset);
292 digester.consume(ByteBuffer.allocate(CHUNK_SIZE_BYTES - lastIncompleteChunkSize));
322 digester.consume(slice(output, 0, CHUNK_SIZE_BYTES));
H A DApkSigningBlockUtils.java792 public void consume(ByteBuffer buffer) { method in class:ApkSigningBlockUtils.MultipleDigestDataDigester
/frameworks/support/leanback/src/main/java/androidx/leanback/media/
H A DMediaPlayerGlue.java247 // We only consume DPAD_CENTER Action_DOWN events on the Fast-Forward and Rewind action and
249 boolean consume = mSelectedAction instanceof PlaybackControlsRow.RewindAction;
250 consume = consume || mSelectedAction instanceof PlaybackControlsRow.FastForwardAction;
251 consume = consume && mInitialized;
252 consume = consume && event.getKeyCode() == KeyEvent.KEYCODE_DPAD_CENTER;
253 consume = consume
[all...]
/frameworks/base/tools/aapt2/tools/
H A Dfix_resources.py25 contents = c.consume(file_path, contents)
/frameworks/base/tools/aapt2/tools/consumers/
H A Dpositional_arguments.py18 def consume(self, xml_path, input): member in class:PositionalArgumentFixer
H A Dduplicates.py14 def consume(self, xml_path, input): member in class:DuplicateRemover
/frameworks/data-binding/compilerCommon/src/main/xml-gen/android/databinding/parser/
H A DXMLParser.java534 consume();
632 consume();
682 consume();
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp93 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event,
96 << "consumer consume should return OK";
179 status = mConsumer->consume(&mEventFactory, true /*consumeBatches*/, -1, &consumeSeq, &event,
182 << "consumer consume should return OK";
/frameworks/data-binding/compilerCommon/src/main/grammar-gen/android/databinding/parser/
H A DBindingExpressionParser.java1056 consume();
1073 consume();
1105 consume();
1124 consume();
1143 consume();
1162 consume();
1181 consume();
1635 consume();
1684 consume();
2149 consume();
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_InputEventReceiver.cpp240 status_t status = mInputConsumer.consume(&mInputEventFactory,
270 ALOGE("channel '%s' ~ Failed to consume input event. status=%d",
396 message.appendFormat("Failed to consume batched input event. status=%d", status);
/frameworks/native/include/input/
H A DInputTransport.h307 status_t consume(InputEventFactoryInterface* factory, bool consumeBatches,
322 * Should be called after calling consume() to determine whether the consumer
329 * One option is simply to call consume() in a loop until it returns WOULD_BLOCK.
334 * one more time to consume the deferred event.
340 * Should be called after calling consume() with consumeBatches == false to determine
341 * whether consume() should be called again later on with consumeBatches == true.
356 // call to consume and that still needs to be handled.
/frameworks/base/core/java/android/widget/
H A DSearchView.java1993 final boolean consume = super.onKeyPreIme(keyCode, event);
1994 if (consume && keyCode == KeyEvent.KEYCODE_BACK
2001 return consume;
/frameworks/native/libs/input/
H A DInputTransport.cpp400 status_t InputConsumer::consume(InputEventFactoryInterface* factory, function in class:android::InputConsumer
404 ALOGD("channel '%s' consumer ~ consume: consumeBatches=%s, frameTime=%" PRId64,
416 // mMsg contains a valid input message from the previous call to consume
465 // We cannot append to the batch in progress, so we need to consume
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/base/config/
H A Dboot-image-profile.txt6355 HPLandroid/util/apk/ApkSigningBlockUtils$MultipleDigestDataDigester;->consume(Ljava/nio/ByteBuffer;)V
6364 HPLandroid/util/apk/ApkVerityBuilder$BufferedDigester;->consume(Ljava/nio/ByteBuffer;)V
6376 HPLandroid/util/apk/DataDigester;->consume(Ljava/nio/ByteBuffer;)V
[all...]

Completed in 149 milliseconds