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

/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h71 void push(T e) { function in class:android::LinkedBlockingQueue
/frameworks/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/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/av/include/media/
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
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].
/frameworks/av/media/libmedia/include/media/
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
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].
/frameworks/base/cmds/statsd/src/anomaly/
H A Dindexed_priority_queue.h48 void push(sp<const AA> a);
93 void indexed_priority_queue<AA, Comparator>::push(sp<const AA> a) { function in class:android::os::statsd::indexed_priority_queue
/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/base/tests/touchlag/
H A Dtouchlag.cpp196 void push(int x, int y) { function in struct:Queue
277 queue.push(x, y);
/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/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/base/core/java/android/content/res/
H A DResourcesImpl.java828 stack.push(id);
1431 public void push(int id) { method in class:ResourcesImpl.LookupStack
/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/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.java427 mAmbientLightRingBuffer.push(time, lux);
800 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/native/opengl/libagl/
H A Dmatrix.cpp457 GLint matrix_stack_t::push() function in class:android::matrix_stack_t
975 GLint err = c->transforms.current->push();
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp819 // push into the recent samples
2390 int32_t push; local
2391 if (msg->findInt32("push-blank-buffers-on-shutdown", &push) && push != 0) {
H A DACodec.cpp828 // push blank buffers to previous window if requested
1024 mBuffers[portIndex].push(info);
1257 mBuffers[kPortIndexOutput].push(info);
1335 mBuffers[kPortIndexOutput].push(info);
2001 int32_t push; local
2002 if (msg->findInt32("push-blank-buffers-on-shutdown", &push)
2003 && push != 0) {
8048 // We push enough 1x1 blank buffers to ensure that one of
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
/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. ...

Completed in 3055 milliseconds