Home
last modified time | relevance | path

Searched defs:query_type (Results 1 – 4 of 4) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DMultiTouchChannel.java130 public void onEmulatorQuery(int query_id, int query_type, ByteBuffer query_data) { in onEmulatorQuery()
DSensorChannel.java174 public void onEmulatorQuery(int query_id, int query_type, ByteBuffer query_data) { in onEmulatorQuery()
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
DConnection.java321 final int query_type = handshake.getInt(); in onAccept() local
DChannel.java226 public abstract void onEmulatorQuery(int query_id, int query_type, ByteBuffer query_data); in onEmulatorQuery()
669 final int query_type = header.getInt(); in runIOLooper() local