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

/frameworks/av/media/libstagefright/webm/
H A DLinkedBlockingQueue.h71 void push(T e) { function in class:android::LinkedBlockingQueue
/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/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
/frameworks/base/tests/touchlag/
H A Dtouchlag.cpp196 void push(int x, int y) { function in struct:Queue
277 queue.push(x, y);
/frameworks/rs/
H A DrsCppUtils.h96 void push(T obj) { function in class:android::Vector
122 void push(bool obj) { function in class:android::Vector
/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/preference/
H A DPreferenceActivity.java1322 * @param push If true, the current fragment will be pushed onto the back stack. If false,
1325 public void startPreferenceFragment(Fragment fragment, boolean push) { argument
1328 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.java313 mAmbientLightRingBuffer.push(time, lux);
670 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/tools/aidl/
H A Dgenerate_java_rpc.cpp80 str.insert(0, "push");
848 // == the push method in the service base class =========================
849 Method* push = new Method; local
850 push->modifiers = PUBLIC;
851 push->name = push_method_name(method->name.data);
852 push->statements = new StatementBlock;
853 push->returnType = VOID_TYPE;
854 serviceBaseClass->elements.push_back(push);
858 push->statements->Add(new VariableDeclaration(_data, new NewExpression(RPC_DATA_TYPE)));
866 push
[all...]
/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/av/media/libstagefright/
H A DMediaCodec.cpp1648 int32_t push; local
1649 if (msg->findInt32("push-blank-buffers-on-shutdown", &push) && push != 0) {
H A DACodec.cpp754 // push blank buffers to previous window if requested
854 mBuffers[portIndex].push(info);
1046 mBuffers[kPortIndexOutput].push(info);
1134 mBuffers[kPortIndexOutput].push(info);
1891 int32_t push; local
1892 if (msg->findInt32("push-blank-buffers-on-shutdown", &push)
1893 && push != 0) {
6633 // We push enough 1x1 blank buffers to ensure that one of
/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 1425 milliseconds