HomeSort by relevance Sort by last modified time
    Searched defs:InputQueue (Results 1 - 18 of 18) sorted by null

  /frameworks/base/include/android_runtime/
android_view_InputQueue.h 35 class InputQueue : public AInputQueue, public MessageHandler {
37 virtual ~InputQueue();
59 static InputQueue* createQueue(jobject inputQueueObj, const sp<Looper>& looper);
65 InputQueue(jobject inputQueueObj, const sp<Looper>& looper,
  /external/chromium_org/net/websockets/
websocket_inflater.cc 222 WebSocketInflater::InputQueue::InputQueue(size_t capacity)
225 WebSocketInflater::InputQueue::~InputQueue() {}
227 std::pair<char*, size_t> WebSocketInflater::InputQueue::Top() {
237 void WebSocketInflater::InputQueue::Push(const char* data, size_t size) {
255 void WebSocketInflater::InputQueue::Consume(size_t size) {
271 size_t WebSocketInflater::InputQueue::PushToLastBuffer(const char* data,
websocket_inflater.h 91 class InputQueue {
95 explicit InputQueue(size_t capacity);
96 ~InputQueue();
122 InputQueue input_queue_;
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 17 #define LOG_TAG "InputQueue"
46 InputQueue::InputQueue(jobject inputQueueObj, const sp<Looper>& looper,
54 InputQueue::~InputQueue() {
62 void InputQueue::attachLooper(Looper* looper, int ident,
74 void InputQueue::detachLooper() {
79 void InputQueue::detachLooperLocked() {
86 bool InputQueue::hasEvents() {
91 status_t InputQueue::getEvent(InputEvent** outEvent)
    [all...]
  /frameworks/base/core/java/android/view/
InputQueue.java 33 public final class InputQueue {
43 private static native long nativeInit(WeakReference<InputQueue> weakQueue,
50 public InputQueue() {
51 mPtr = nativeInit(new WeakReference<InputQueue>(this), Looper.myQueue());
140 * Interface to receive notification of when an InputQueue is associated
145 * Called when the given InputQueue is now associated with the
148 void onInputQueueCreated(InputQueue queue);
151 * Called when the given InputQueue is no longer associated with
154 void onInputQueueDestroyed(InputQueue queue);
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 

Completed in 350 milliseconds