Home
last modified time | relevance | path

Searched refs:resp (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/handlers/
DSensorChannel.java178 ByteBuffer resp = ByteBuffer.allocate(1024); in onEmulatorQuery() local
179 resp.order(getEndian()); in onEmulatorQuery()
188 resp = ExpandIf(resp, required_size); in onEmulatorQuery()
189 resp.putInt(sensor.getType()); in onEmulatorQuery()
190 resp.put(name); in onEmulatorQuery()
191 resp.put((byte) 0); in onEmulatorQuery()
194 resp = ExpandIf(resp, 4); in onEmulatorQuery()
195 resp.putInt(-1); in onEmulatorQuery()
196 sendQueryResponse(query_id, resp); in onEmulatorQuery()