/frameworks/native/libs/binder/tests/ |
binderLibTest.cpp | 127 //printf("%s: pid %d, get service\n", __func__, m_pid); 130 //printf("%s: pid %d, get service done\n", __func__, m_pid); 138 //printf("%s: pid %d\n", __func__, m_pid); 693 //printf("%s: code %d\n", __func__, code); 926 //printf("%s: ret %d\n", __func__, ret); 929 //printf("%s: joinThreadPool\n", __func__); 932 //printf("%s: joinThreadPool returned\n", __func__);
|
/system/bt/btif/co/ |
bta_hh_co.c | 51 APPL_TRACE_ERROR("%s() Getting flags failed (%s)", __func__, strerror(errno)); 56 APPL_TRACE_EVENT("%s() Setting non-blocking flag failed (%s)", __func__, strerror(errno)); 200 APPL_TRACE_DEBUG("%s: Thread created fd = %d", __func__, p_dev->fd); 213 APPL_TRACE_ERROR("%s: Cannot poll for fds: %s\n", __func__, strerror(errno)); 217 APPL_TRACE_DEBUG("%s: POLLIN", __func__); 244 APPL_TRACE_DEBUG("%s: Closing fd=%d", __func__, fd); 250 APPL_TRACE_DEBUG("%s: UHID write %d", __func__, len);
|
/external/wpa_supplicant_8/src/crypto/ |
tls_gnutls.c | 170 wpa_printf(MSG_DEBUG, "%s - pull_buf consumed", __func__); 176 __func__, [all...] |
/external/wpa_supplicant_8/src/utils/ |
eloop.c | 169 __func__, strerror(errno)); 177 __func__, strerror(errno)); 218 __func__, sock, strerror(errno)); 245 __func__, sock, strerror(errno)); 323 __func__, strerror(errno)); 338 __func__, strerror(errno)); 408 __func__, sock, strerror(errno)); 417 __func__, sock, strerror(errno)); 673 __func__, strerror(errno)); [all...] |
/hardware/intel/img/psb_video/src/ |
psb_texture.c | 175 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s(): PowerVR device not found", __func__); 181 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s(): not enough memory", __func__); 187 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s(): PVR2DEnumerateDevices() failed(%d)", __func__, 195 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s(): PVR2DCreateDeviceContext() failed(%d)", __func__, 222 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s(): null PVR context!!", __func__); 549 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Invalid surface ID 0x%08x!\n", __func__, surface); 575 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Failed to get source PVR2DMEMINFO!\n", __func__); 588 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Not support ARGB8888!\n", __func__); 645 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: Failed to get subpic PVR2DMEMINFO!\n", __func__); [all...] |
/system/connectivity/shill/vpn/ |
openvpn_driver.cc | 200 SLOG(this, 2) << __func__ << "(" << Service::ConnectStateToString(state) 315 SLOG(this, 2) << __func__ << "(" << tunnel_interface_ << ")"; 347 SLOG(nullptr, 2) << __func__ << "(" << pid_ << ", " << exit_status << ")"; 519 SLOG(nullptr, 2) << __func__ << "(" << option << ")"; [all...] |
/external/libevent/ |
util-internal.h | 52 #define __func__ _EVENT___func__ macro 203 __FILE__,__LINE__,#cond,__func__); \ 208 __FILE__,__LINE__,#cond,__func__); \
|
win32select.c | 226 event_debug(("%s: adding event for %d", __func__, (int)fd)); 246 __func__, EV_SOCK_ARG(fd))); 320 event_debug(("%s: select returned %d", __func__, res));
|
/system/bt/bta/ag/ |
bta_ag_cmd.c | 937 APPL_TRACE_WARNING("%s Can't save more indicators", __func__); 942 APPL_TRACE_DEBUG("%s peer_hf_ind[%d] = %d", __func__, index, rcv_ind_id); 995 APPL_TRACE_WARNING("%s No space for more HF indicators", __func__); [all...] |
/system/bt/service/hal/ |
bluetooth_interface.cpp | 111 VLOG(2) << __func__ 123 VLOG(2) << __func__ 138 VLOG(2) << __func__
|
/system/bt/service/ipc/ |
linux_ipc_host.cpp | 188 LOG_INFO(LOG_TAG, "%s: service:%s uuids:%s data:%s", __func__, service_uuid.c_str(), 260 LOG_INFO(LOG_TAG, "%s:%d: Connection closed", __func__, __LINE__); 270 LOG_INFO(LOG_TAG, "%s:%d: Connection closed", __func__, __LINE__);
|
/system/bt/stack/avct/ |
avct_lcb.c | 355 AVCT_TRACE_DEBUG("%s allocated: %d", __func__, p_lcb->allocated); 364 AVCT_TRACE_DEBUG("%s LCB in use; lcb index: %d", __func__, i); 371 AVCT_TRACE_DEBUG("%s Freeing LCB", __func__);
|
/system/connectivity/shill/ |
dns_client.cc | 176 SLOG(this, 3) << "In " << __func__; 198 SLOG(this, 3) << "In " << __func__; 235 SLOG(this, 3) << "In " << __func__;
|
/system/connectivity/shill/shims/ |
netfilter_queue_processor.cc | 314 VLOG(2) << __func__ << " entered."; 360 VLOG(2) << __func__ << " entered."; 403 VLOG(2) << __func__ << " entered.";
|
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device.cpp | 233 DEBUG_PRINT_LOW("%s buffer_len:%d", __func__, buffer_len); 408 __func__); 498 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__); 504 DEBUG_PRINT_LOW("%s: wait on start done", __func__); 509 DEBUG_PRINT_ERROR("%s: error status = %d, %s", __func__, 515 DEBUG_PRINT_LOW("%s: wait over on start done", __func__); 517 DEBUG_PRINT_LOW("%s: venc_loaded_start success", __func__); 532 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__); 538 DEBUG_PRINT_LOW("%s: wait on stop done", __func__); 543 DEBUG_PRINT_ERROR("%s: error status = %d, %s", __func__, [all...] |
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/venc/src/ |
video_encoder_device.cpp | 234 DEBUG_PRINT_LOW("%s buffer_len:%d", __func__, buffer_len); 409 __func__); 499 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__); 505 DEBUG_PRINT_LOW("%s: wait on start done", __func__); 510 DEBUG_PRINT_ERROR("%s: error status = %d, %s", __func__, 516 DEBUG_PRINT_LOW("%s: wait over on start done", __func__); 518 DEBUG_PRINT_LOW("%s: venc_loaded_start success", __func__); 533 DEBUG_PRINT_ERROR("%s: clock_gettime failed", __func__); 539 DEBUG_PRINT_LOW("%s: wait on stop done", __func__); 544 DEBUG_PRINT_ERROR("%s: error status = %d, %s", __func__, [all...] |
/device/huawei/angler/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_main_menu.c | [all...] |
mm_qcamera_queue.c | 87 CDBG_ERROR("%s: No memory for camera_q_node", __func__);
|
/device/lge/bullhead/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_main_menu.c | [all...] |
mm_qcamera_queue.c | 87 CDBG_ERROR("%s: No memory for camera_q_node", __func__);
|
/device/moto/shamu/camera/QCamera/stack/mm-jpeg-interface/src/ |
mm_jpeg_queue.c | 47 CDBG_ERROR("%s: No memory for mm_jpeg_q_node_t", __func__);
|
/device/moto/shamu/camera/QCamera2/stack/mm-camera-interface/src/ |
mm_camera.c | 218 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__); 245 CDBG("%s: begin\n", __func__); 253 CDBG_HIGH("%s: dev name = %s, cam_idx = %d", __func__, dev_name, cam_idx); 259 CDBG("%s: ctrl_fd = %d, errno == %d", __func__, my_obj->ctrl_fd, errno); 261 CDBG_HIGH("%s: opened, break out while loop", __func__); 265 __func__, strerror(errno), sleep_msec); 271 __func__, dev_name, strerror(errno)); 281 CDBG("%s: ds_fd = %d, errno = %d", __func__, my_obj->ds_fd, errno); 283 CDBG("%s: opened, break out while loop", __func__); 287 __func__, sleep_msec) [all...] |
/device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/ |
mm_qcamera_main_menu.c | [all...] |
mm_qcamera_queue.c | 87 CDBG_ERROR("%s: No memory for camera_q_node", __func__);
|
/external/avahi/avahi-compat-howl/include/salt/ |
debug.h | 76 # define __SW_FUNCTION__ __func__
|