Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_host_media.cpp22 #define AS_DEVICE_DPRINT(fmt,...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARG… macro
24 #define AS_DEVICE_DPRINT(fmt,...) macro
58 AS_DEVICE_DPRINT("Saving Host Media snapshot"); in save()
70 AS_DEVICE_DPRINT("Saving VpxDecoder snapshot"); in save()
75 AS_DEVICE_DPRINT("Saving H264Decoder snapshot"); in save()
83 AS_DEVICE_DPRINT("Loading Host Media snapshot"); in load()
113AS_DEVICE_DPRINT("Allocating host memory for media context: guest_addr 0x%" PRIx64 ", 0x%" PRIx64, in allocatePages()
127 AS_DEVICE_DPRINT( in deallocatePages()
171 AS_DEVICE_DPRINT("Got media request (type=%u, op=%u, slot=%lld)", in handleMediaRequest()
196 AS_DEVICE_DPRINT("codec type %d not implemented", (int)codecType); in handleMediaRequest()
Daddress_space_device.cpp40 #define AS_DEVICE_DPRINT(fmt,...) fprintf(stderr, "%s:%d " fmt "\n", __func__, __LINE__, ##__VA_ARG… macro
42 #define AS_DEVICE_DPRINT(fmt,...) macro
66 AS_DEVICE_DPRINT("new handle: %u", res); in genHandle()
71 AS_DEVICE_DPRINT("erase handle: %u", handle); in destroyHandle()
97 AS_DEVICE_DPRINT("Ping info: gpa 0x%llx @ %p\n", (unsigned long long)gpa, in tellPingInfo()
114 AS_DEVICE_DPRINT( in ping()
140 AS_DEVICE_DPRINT( in pingAtHva()
368 AS_DEVICE_DPRINT("allocating media context"); in buildAddressSpaceDeviceContext()
392 AS_DEVICE_DPRINT("Bad device type"); in buildAddressSpaceDeviceContext()