Searched defs:push (Results 1 - 23 of 23) sorted by path

/frameworks/av/include/media/
H A DLinearMap.h160 void push(T x, T y) { function in class:android::LinearMap
214 // computed values such as mStepValid are set after a subsequent push().
356 // (incremented after push) [0, mSize - 1].
H A DSingleStateQueue.h64 // push new value onto state queue, overwriting previous value;
66 int32_t push(const T& value) function in class:android::SingleStateQueue::Mutator
80 // returns the status of the last state push. This may be a stale value.
95 // return true if a push with specified sequence number or later has been observed
/frameworks/av/media/libmedia/include/media/
H A DLinearMap.h160 void push(T x, T y) { function in class:android::LinearMap
214 // computed values such as mStepValid are set after a subsequent push().
356 // (incremented after push) [0, mSize - 1].
H A DSingleStateQueue.h64 // push new value onto state queue, overwriting previous value;
66 int32_t push(const T& value) function in class:android::SingleStateQueue::Mutator
80 // returns the status of the last state push. This may be a stale value.
95 // return true if a push with specified sequence number or later has been observed
/frameworks/av/media/libstagefright/
H A DACodec.cpp806 // push blank buffers to previous window if requested
1028 mBuffers[portIndex].push(info);
1261 mBuffers[kPortIndexOutput].push(info);
1339 mBuffers[kPortIndexOutput].push(info);
1997 int32_t push; local
1998 if (msg->findInt32("push-blank-buffers-on-shutdown", &push)
1999 && push != 0) {
7955 // We push enough 1x1 blank buffers to ensure that one of
8286 supportedColors.push(flexibleEquivalen
[all...]
H A DMediaCodec.cpp1984 int32_t push; local
1985 if (msg->findInt32("push-blank-buffers-on-shutdown", &push) && push != 0) {
/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h71 void push(T e) { function in class:android::LinkedBlockingQueue
/frameworks/av/services/audioflinger/
H A DStateQueue.cpp94 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block) function in class:android::StateQueue
96 #define PUSH_BLOCK_ACK_NS 3000000L // 3 ms: time between checks for ack in push()
100 ALOG_ASSERT(!mInMutation, "push() called when in a mutation");
114 // wait for prior push to be acknowledged
157 // optionally wait for this push or a prior push to be acknowledged
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java1359 * @param push If true, the current fragment will be pushed onto the back stack. If false,
1362 public void startPreferenceFragment(Fragment fragment, boolean push) { argument
1365 if (push) {
/frameworks/base/core/java/android/util/
H A DJsonReader.java207 push(JsonScope.EMPTY_DOCUMENT);
574 private void push(JsonScope newTop) { method in class:JsonReader
698 push(JsonScope.EMPTY_OBJECT);
702 push(JsonScope.EMPTY_ARRAY);
/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DTiledImageRenderer.java485 if (mDecodeQueue.push(tile)) {
507 mRecycledQueue.push(tile);
514 mUploadQueue.push(tile);
542 mRecycledQueue.push(tile);
762 public boolean push(Tile tile) { method in class:TiledImageRenderer.TileQueue
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java315 mInitialHorizonAmbientLightRingBuffer.push(time, lux);
318 mAmbientLightRingBuffer.push(time, lux);
647 public void push(long time, float lux) { method in class:AutomaticBrightnessController.AmbientLightRingBuffer
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java122 public boolean push() { method in class:ImageShader.VertexAttribute
633 if (!attr.push()) {
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp196 void push(int x, int y) { function in struct:Queue
277 queue.push(x, y);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DStack.java41 * @param object the object to push
43 public void push(T object) { method in class:Stack
/frameworks/compile/libbcc/gdb_plugin/
H A Dandroid-commands.py284 # adb push
285 def push(self, source, destination): member in class:ADB
286 self._call_adb(*["push", source, destination])
484 self.adb.push(gdbserver_local_path, self.gdbserver_path)
486 print "Unable to push gdbserver to device. Try re-installing app."
/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/native/libs/ui/
H A DFenceTime.cpp274 void FenceTimeline::push(const std::shared_ptr<FenceTime>& fence) { function in class:android::FenceTimeline
290 mQueue.push(fence);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp458 GLint matrix_stack_t::push() function in class:android::matrix_stack_t
986 GLint err = c->transforms.current->push();
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...

Completed in 533 milliseconds