OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:query_type
(Results
1 - 8
of
8
) sorted by null
/external/qemu/android/
sdk-controller-socket.h
356
*
query_type
- Defines query type.
365
int
query_type
,
373
*
query_type
- Defines query type.
392
int
query_type
,
415
*
query_type
- Defines query type.
436
int
query_type
,
sdk-controller-socket.c
191
int
query_type
;
member in struct:SDKCtlQueryHeader
[
all
...]
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
MultiTouchChannel.java
126
* @param
query_type
Query type.
130
public void onEmulatorQuery(int query_id, int
query_type
, ByteBuffer query_data) {
131
Loge("Unexpected query " +
query_type
+ " in multi-touch");
SensorChannel.java
170
* @param
query_type
Query type.
174
public void onEmulatorQuery(int query_id, int
query_type
, ByteBuffer query_data) {
175
switch (
query_type
) {
200
Loge("Unknown query " +
query_type
);
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/
Connection.java
321
final int
query_type
= handshake.getInt();
local
322
assert
query_type
== ProtocolConstants.QUERY_HANDSHAKE;
348
if (
query_type
!= ProtocolConstants.QUERY_HANDSHAKE) {
350
Loge("Unexpected handshake query type: " +
query_type
);
Channel.java
222
* @param
query_type
Query type.
226
public abstract void onEmulatorQuery(int query_id, int
query_type
, ByteBuffer query_data);
669
final int
query_type
= header.getInt();
local
678
onEmulatorQuery(query_id,
query_type
, query_data);
/external/bluetooth/bluedroid/bta/gatt/
bta_gattc_int.h
477
extern tBTA_GATT_STATUS bta_gattc_query_cache(UINT16 conn_id, UINT8
query_type
, tBTA_GATT_SRVC_ID *p_srvc_id,
bta_gattc_cache.c
[
all
...]
Completed in 668 milliseconds