Searched refs:curr (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/guest/hals/ril/reference-libril/ |
D | RilSapSocket.cpp | 57 if (request->curr) { in sOnRequestComplete() 58 free(request->curr); in sOnRequestComplete() 209 currRequest->curr = req; in dispatchRequest() 236 if (!request || !request->curr) { in onRequestComplete() 241 MsgHeader *hdr = request->curr; in onRequestComplete() 244 rsp.token = request->curr->token; in onRequestComplete() 246 rsp.id = request->curr->id; in onRequestComplete()
|
D | RilSapSocket.h | 49 MsgHeader* curr; member
|
D | rilSocketQueue.h | 144 if (token == (*ppCur)->token && id == (*ppCur)->curr->id) { in checkAndDequeue()
|
/device/google/cuttlefish/host/libs/location/ |
D | GnssClient.cpp | 40 GpsCoordinates* curr = request.add_coordinates(); in SendGpsLocations() local 41 curr->set_longitude(loc.longitude); in SendGpsLocations() 42 curr->set_latitude(loc.latitude); in SendGpsLocations() 43 curr->set_elevation(loc.elevation); in SendGpsLocations()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 403 gralloc_memregions_t::mem_region_handle_t curr = memregions->ashmemRegions.begin(); in dump_regions() local 405 for (; curr != memregions->ashmemRegions.end(); ++curr) { in dump_regions() 406 res << "\tashmem base " << curr->first << " refcount " << curr->second << "\n"; in dump_regions()
|
/device/google/cuttlefish_vmm/qemu/x86_64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1064 es1370_frame_count_rd(int ch, uint32_t curr, uint32_t size) "ch=%d CURR_CT=%u BUF_SIZE=%u" 1065 es1370_frame_count_wr(int ch, uint32_t curr, uint32_t size) "ch=%d CURR_CT=%u BUF_SIZE=%u" 1067 es1370_sample_count_rd(int ch, uint32_t curr, uint32_t num) "ch=%d CURR_SAMP_CT=%u SAMP_CT=%u" 1068 es1370_sample_count_wr(int ch, uint32_t curr, uint32_t num) "ch=%d CURR_SAMP_CT=%u SAMP_CT=%u" 1080 via_ac97_sgd_fetch(uint32_t curr, uint32_t addr, char stop, char eol, char flag, uint32_t len) "cur…
|
/device/google/cuttlefish_vmm/qemu/aarch64-linux-gnu/usr/share/qemu/ |
D | trace-events-all | 1064 es1370_frame_count_rd(int ch, uint32_t curr, uint32_t size) "ch=%d CURR_CT=%u BUF_SIZE=%u" 1065 es1370_frame_count_wr(int ch, uint32_t curr, uint32_t size) "ch=%d CURR_CT=%u BUF_SIZE=%u" 1067 es1370_sample_count_rd(int ch, uint32_t curr, uint32_t num) "ch=%d CURR_SAMP_CT=%u SAMP_CT=%u" 1068 es1370_sample_count_wr(int ch, uint32_t curr, uint32_t num) "ch=%d CURR_SAMP_CT=%u SAMP_CT=%u" 1080 via_ac97_sgd_fetch(uint32_t curr, uint32_t addr, char stop, char eol, char flag, uint32_t len) "cur…
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 4592 optional uint32 curr = 3; field
|