HomeSort by relevance Sort by last modified time
    Searched full:__func__ (Results 826 - 850 of 1478) sorted by null

<<31323334353637383940>>

  /external/wpa_supplicant_8/src/ap/
vlan_init.c 185 __func__, vlan_id, vlan->ifname);
226 __func__, hapd->conf->iface, vlan_id);
ieee802_11_ht.c 154 __func__, iface->ht_op_mode);
195 __func__, iface->ht_op_mode, op_mode_changes);
426 __func__, MAC2STR(sta->addr),
436 __func__, MAC2STR(sta->addr),
454 __func__, MAC2STR(sta->addr),
hostapd.c 276 __func__, hapd->conf->iface);
281 wpa_printf(MSG_DEBUG, "%s(%s)", __func__, hapd->conf->iface);
351 wpa_printf(MSG_DEBUG, "%s(hapd=%p (%s))", __func__, hapd,
378 wpa_printf(MSG_DEBUG, "%s(%p)", __func__, iface);
404 wpa_printf(MSG_DEBUG, "%s(%p)", __func__, iface);
413 wpa_printf(MSG_DEBUG, "%s: free iface=%p", __func__, iface);
894 __func__, hapd, conf->iface, first);
905 __func__, conf->iface);
    [all...]
  /external/wpa_supplicant_8/src/common/
wpa_helpers.c 220 __func__, ifname, count);
233 printf("%s: Could not get IP address for ifname='%s'", __func__,
  /hardware/intel/common/omx-components/videocodec/
OMXVideoEncoderMPEG4.cpp 96 "%s(),%d: got OMX_BUFFERFLAG_EOS\n", __func__, __LINE__);
99 LOGV("%s(),%d: input buffer's nFilledLen is zero\n", __func__, __LINE__);
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
LocEngAdapter.cpp 60 LOC_LOGV("%s] ulp %p adapter %p", __func__,
94 LOC_LOGV("%s] %p", __func__, ulp);
  /system/bt/btif/src/
btif_debug_btsnoop.c 170 dprintf(fd, "%s Unable to allocate memory for compression", __func__);
185 dprintf(fd, "%s Log compression failed", __func__);
btif_gatt_multi_adv_util.c 261 BTIF_TRACE_DEBUG("%s", __func__);
337 BTIF_TRACE_DEBUG("%s - In service_data", __func__);
376 BTIF_TRACE_DEBUG("%s - In 16-UUID_data", __func__);
394 BTIF_TRACE_DEBUG("%s - In 32-UUID_data", __func__);
477 BTIF_TRACE_DEBUG("%s: inst_id %d, cbindex %d", __func__, inst_id, cbindex);
  /system/bt/hci/src/
btsnoop.c 171 LOG_ERROR(LOG_TAG, "%s unable to rename '%s' to '%s': %s", __func__, log_path, last_log_path, strerror(errno));
176 LOG_ERROR(LOG_TAG, "%s unable to open '%s': %s", __func__, log_path, strerror(errno));
hci_packet_parser.c 130 "THIS MAY INDICATE A FIRMWARE/CONTROLLER ISSUE.", __func__);
239 LOG_ERROR(LOG_TAG, "%s: return status - 0x%x", __func__, status);
  /system/bt/main/
bte_main.c 106 LOG_ERROR(LOG_TAG, "%s could not get hci layer interface.", __func__);
110 LOG_ERROR(LOG_TAG, "%s unable to allocate hci message queue.", __func__);
  /system/connectivity/shill/cellular/
cellular_bearer.cc 77 SLOG(this, 3) << __func__ << ": path='" << dbus_path_
186 SLOG(this, 3) << __func__ << ": path=" << dbus_path_
  /system/connectivity/shill/
certificate_file.cc 51 SLOG(this, 2) << __func__;
55 SLOG(this, 2) << __func__;
portal_detector.cc 85 SLOG(connection_.get(), 3) << "In " << __func__;
101 SLOG(connection_.get(), 3) << "In " << __func__;
  /system/connectivity/shill/dbus/
chromeos_dhcpcd_listener.cc 160 << __func__ << ": ignoring message from recently unbound PID " << pid;
180 << __func__ << ": ignoring message from recently unbound PID " << pid;
  /external/cmockery/cmockery_0_1_2/src/google/
cmockery.h 30 // For those who are used to __func__ from gcc.
31 #ifndef __func__
32 #define __func__ __FUNCTION__ macro
36 #define mock() _mock(__func__, __FILE__, __LINE__)
151 _check_expected(__func__, #parameter, __FILE__, __LINE__, (void*)parameter)
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
config.cpp 176 ALOGD("%s Cannot open config file %s\n", __func__, name);
179 ALOGD("%s Using default value for all settings\n", __func__);
184 ALOGD("%s Opened %s config %s\n", __func__, (bResetContent ? "base" : "optional"), name);
486 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
488 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue());
  /external/libnfc-nci/src/adaptation/
config.cpp 176 ALOGD("%s Cannot open config file %s\n", __func__, name);
179 ALOGD("%s Using default value for all settings\n", __func__);
184 ALOGD("%s Opened %s config %s\n", __func__, (bResetContent ? "base" : "optional"), name);
501 ALOGD("%s found %s=%s\n", __func__, p_name, (*it)->str_value());
503 ALOGD("%s found %s=(0x%lX)\n", __func__, p_name, (*it)->numValue());
  /external/mdnsresponder/mDNSCore/
DNSCommon.h 273 #define __func__ __FUNCTION__ macro
276 #define mDNS_Lock(X) mDNS_Lock_((X), __func__)
278 #define mDNS_Unlock(X) mDNS_Unlock_((X), __func__)
281 if (m->mDNS_busy != m->mDNS_reentrancy) LogMsg("%s: Locking Failure! mDNS_busy (%ld) != mDNS_reentrancy (%ld)", __func__, m->mDNS_busy, m->mDNS_reentrancy); \
285 if (m->mDNS_busy != m->mDNS_reentrancy) LogMsg("%s: Unlocking Failure! mDNS_busy (%ld) != mDNS_reentrancy (%ld)", __func__, m->mDNS_busy, m->mDNS_reentrancy); \
  /external/valgrind/memcheck/tests/vbit-test/
binary.c 48 panic(__func__);
66 panic(__func__);
191 panic(__func__);
257 panic(__func__);
274 panic(__func__);
  /system/bt/bta/gatt/
bta_gattc_api.c 571 APPL_TRACE_API("%s conn_id=%d handle=0x%04x", __func__, conn_id, handle);
667 APPL_TRACE_ERROR("%s: deregistration failed, handle is 0", __func__);
674 __func__, client_if, bda[0], bda[1], bda[2], bda[3], bda[4], bda[5]);
683 __func__, bda[0], bda[1], bda[2], bda[3], bda[4], bda[5]);
690 __func__, bda[0], bda[1], bda[2], bda[3], bda[4], bda[5]);
  /system/bt/stack/rfcomm/
rfc_utils.c 234 RFCOMM_TRACE_EVENT ("%s - timeout:%d seconds", __func__, timeout);
252 RFCOMM_TRACE_EVENT("%s", __func__);
267 RFCOMM_TRACE_EVENT("%s - timeout:%d seconds", __func__, timeout);
284 RFCOMM_TRACE_EVENT ("%s", __func__);
461 __func__, p_mcb, p_mcb->lcid,
  /device/huawei/angler/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 229 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
274 CDBG("%s: begin\n", __func__);
286 CDBG("%s: dev name = %s, cam_idx = %d", __func__, dev_name, cam_idx);
292 CDBG("%s: ctrl_fd = %d, errno == %d", __func__, my_obj->ctrl_fd, errno);
296 CDBG_HIGH("%s: opened, break out while loop", __func__);
298 ALOGE("%s: Failed to open %s: %s(%d).", __func__, dev_name,
304 __func__, strerror(errno), sleep_msec);
310 __func__, dev_name, strerror(errno));
323 CDBG("%s: ds_fd = %d, errno = %d", __func__, my_obj->ds_fd, errno);
325 CDBG("%s: opened, break out while loop", __func__);
    [all...]
  /device/lge/bullhead/camera/QCamera2/stack/mm-camera-interface/src/
mm_camera.c 229 CDBG_ERROR("%s: No memory for mm_camera_node_t", __func__);
274 CDBG("%s: begin\n", __func__);
286 CDBG("%s: dev name = %s, cam_idx = %d", __func__, dev_name, cam_idx);
292 CDBG("%s: ctrl_fd = %d, errno == %d", __func__, my_obj->ctrl_fd, errno);
296 CDBG_HIGH("%s: opened, break out while loop", __func__);
298 ALOGE("%s: Failed to open %s: %s(%d).", __func__, dev_name,
304 __func__, strerror(errno), sleep_msec);
310 __func__, dev_name, strerror(errno));
323 CDBG("%s: ds_fd = %d, errno = %d", __func__, my_obj->ds_fd, errno);
325 CDBG("%s: opened, break out while loop", __func__);
    [all...]
  /external/dhcpcd-6.8.2/
script.c 134 logger(ctx, LOG_ERR, "%s: %m", __func__);
181 logger(ctx, LOG_ERR, "%s: %m", __func__);
535 logger(ifp->ctx, LOG_ERR, "%s: %m", __func__);
682 logger(ifp->ctx, LOG_ERR, "%s: %s: %m", __func__, argv[0]);
696 __func__, argv[0], WEXITSTATUS(status));
699 __func__, argv[0], strsignal(WTERMSIG(status)));
719 "%s: control_queue: %m", __func__);

Completed in 2082 milliseconds

<<31323334353637383940>>