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

/frameworks/av/media/libmedia/
H A DSingleStateQueue.cpp31 template<typename T> int32_t SingleStateQueue<T>::Mutator::push(const T& value) function in class:android::SingleStateQueue::Mutator
/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.cpp92 template<typename T> bool StateQueue<T>::push(StateQueue<T>::block_t block) function in class:android::StateQueue
94 #define PUSH_BLOCK_ACK_NS 3000000L // 3 ms: time between checks for ack in push()
98 ALOG_ASSERT(!mInMutation, "push() called when in a mutation");
112 // wait for prior push to be acknowledged
155 // optionally wait for this push or a prior push to be acknowledged
/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);
571 private void push(JsonScope newTop) { method in class:JsonReader
695 push(JsonScope.EMPTY_OBJECT);
699 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.java1273 * @param push If true, the current fragment will be pushed onto the back stack. If false,
1276 public void startPreferenceFragment(Fragment fragment, boolean push) { argument
1279 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/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 DACodec.cpp533 mBuffers[portIndex].push(info);
694 mBuffers[kPortIndexOutput].push(info);
763 mBuffers[kPortIndexOutput].push(info);
1170 int32_t push; local
1171 if (msg->findInt32("push-blank-buffers-on-shutdown", &push)
1172 && push != 0) {
2755 // We push numBufs + 1 buffers to ensure that we've drawn into the same
4516 // We push enough 1x1 blank buffers to ensure that one of

Completed in 3991 milliseconds