Searched refs:APANIC (Results 1 – 12 of 12) sorted by relevance
/external/qemu/android/avd/ |
D | util.c | 106 APANIC("User path too long!: %s\n", temp); in path_getSdkHome() 123 APANIC("AVD Name too long: %s\n", avdName); in _getAvdContentPath() 128 APANIC("Could not open: %s", temp); in _getAvdContentPath() 148 APANIC("AVD path too long: %s\n", avdPath); in _getAvdTargetArch() 152 APANIC("Could not open AVD config file: %s", temp); in _getAvdTargetArch()
|
/external/qemu/android/utils/ |
D | jpeg-compress.c | 55 APANIC("Unable to allocate %d bytes for JPEG compression", dst->size); in _on_init_destination() 80 APANIC("Unable to allocate %d bytes for JPEG compression", dst->size); in _on_empty_output_buffer() 107 APANIC("Unable to allocate JPEG compression descriptor."); in jpeg_compressor_create()
|
D | panic.h | 24 #define APANIC(...) android_panic(__VA_ARGS__) macro
|
/external/qemu/android/ |
D | main-emulator.c | 245 APANIC("Path too long: %s\n", progName); 257 APANIC("Path too long: %s\n", progName); 290 APANIC("Missing arch-specific emulator program: %s\n", path);
|
D | sdk-controller-socket.c | 306 APANIC("SDKCtl %s: Unable to allocate %d bytes block", in _sdkctl_socket_alloc_recycler() 314 APANIC("SDKCtl %s: Unable to allocate %d bytes block", in _sdkctl_socket_alloc_recycler() 1139 APANIC("%s: Unable to allocate %d bytes for query response", in _on_io_dispatcher_query_reply_header()
|
D | looper-qemu.c | 389 APANIC("Trying to run the QEMU main event loop explicitely!"); in qlooper_run()
|
D | android-device.c | 183 APANIC("Unable to allocate %d bytes for AsyncSendBuffer", in _async_send_buffer_create()
|
D | hw-qemud.c | 1881 APANIC("Unable to allocate buffer for pipe's pending message."); in _load_pipe_message()
|
/external/qemu/android/protocol/ |
D | core-commands-proxy.c | 107 APANIC("_coreCmdProxy_get_response is unable to allocate response data buffer.\n"); in _coreCmdProxy_get_response() 269 APANIC("corecmd_get_qemu_path is unable to allocate %u bytes\n", in corecmd_get_qemu_path()
|
D | ui-commands-impl.c | 162 APANIC("Unable to allocate memory for UI command parameters.\n"); in _uiCmdImpl_io_callback()
|
D | fb-updates-impl.c | 149 APANIC("Unable to allocate memory for framebuffer update\n"); in _fbUpdatesImpl_io_callback()
|
/external/qemu/hw/ |
D | goldfish_pipe.c | 90 APANIC("Too many goldfish pipe services (%d)", count); in goldfish_pipe_add_type() 94 APANIC("Pipe service name too long: '%s'", pipeName); in goldfish_pipe_add_type()
|