Searched refs:resp (Results 1 – 1 of 1) sorted by relevance
178 ByteBuffer resp = ByteBuffer.allocate(1024); in onEmulatorQuery() local179 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()