/external/wpa_supplicant_8/wpa_supplicant/dbus/ |
dbus_new_handlers.c | 313 "%s: given type is not basic", __func__); 323 "%s: error constructing reply", __func__); 348 "%s: given type is not basic", __func__); 390 "%s: given type is not basic", __func__); 402 "%s: failed to construct message", __func__); 432 "%s: unknown element type %d", __func__, type); 442 __func__); 450 "%s: failed to construct message 3", __func__); 484 "%s: given type is not basic", __func__); 497 "%s: failed to construct message", __func__); [all...] |
/device/moto/shamu/camera/QCamera2/HAL/ |
QCamera2HWI.cpp | 127 ALOGE("%s: NULL camera device", __func__); 298 CDBG_HIGH("[KPI Perf] %s: E PROFILE_START_PREVIEW", __func__); 312 CDBG_HIGH("[KPI Perf] %s: X", __func__); 334 CDBG_HIGH("[KPI Perf] %s: E PROFILE_STOP_PREVIEW", __func__); 342 CDBG_HIGH("[KPI Perf] %s: X", __func__); 435 CDBG_HIGH("[KPI Perf] %s: E PROFILE_START_RECORDING", __func__); 445 CDBG_HIGH("[KPI Perf] %s: X", __func__); 467 CDBG_HIGH("[KPI Perf] %s: E PROFILE_STOP_RECORDING", __func__); 475 CDBG_HIGH("[KPI Perf] %s: X", __func__); 530 CDBG_HIGH("%s: E", __func__); [all...] |
/device/huawei/angler/camera/QCamera2/ |
QCamera2Factory.cpp | 88 __func__); 91 ALOGE("%s: %d camera devices detected!", __func__, mNumOfCameras); 125 ALOGE("%s: Failed to allocate Camera2Factory object", __func__); 241 ALOGV("%s: E, camera_id = %d", __func__, camera_id); 249 ALOGE("%s : Hal descriptor table is not initialized!", __func__); 259 __func__, 265 ALOGV("%s: X", __func__); 289 ALOGE("%s : Failed to register callbacks with flash module!", __func__); 316 ALOGE("%s : Hal descriptor table is not initialized!", __func__); 343 __func__, [all...] |
/device/lge/bullhead/camera/QCamera2/ |
QCamera2Factory.cpp | 88 __func__); 91 ALOGE("%s: %d camera devices detected!", __func__, mNumOfCameras); 125 ALOGE("%s: Failed to allocate Camera2Factory object", __func__); 241 ALOGV("%s: E, camera_id = %d", __func__, camera_id); 249 ALOGE("%s : Hal descriptor table is not initialized!", __func__); 259 __func__, 265 ALOGV("%s: X", __func__); 289 ALOGE("%s : Failed to register callbacks with flash module!", __func__); 316 ALOGE("%s : Hal descriptor table is not initialized!", __func__); 343 __func__, [all...] |
/system/connectivity/shill/ |
manager.cc | 309 service->Disconnect(&e, __func__); 375 SLOG(this, 2) << __func__ << " " << name; 508 LOG(INFO) << __func__ << " finished; " << profiles_.size() 513 SLOG(this, 2) << __func__ << " " << name; 527 SLOG(this, 2) << __func__ << " " << name; 578 LOG(INFO) << __func__ << " finished; " << profiles_.size() 591 SLOG(this, 2) << __func__ << " " << name; 613 SLOG(this, 2) << __func__; 624 SLOG(this, 2) << __func__; 690 SLOG(this, 2) << __func__; [all...] |
dns_server_proxy.cc | 53 LOG(ERROR) << __func__ << ": already started"; 91 LOG(ERROR) << __func__ << ": already stopped";
|
resolver.cc | 57 SLOG(this, 2) << __func__; 110 SLOG(this, 2) << __func__;
|
/external/expat/ |
expat_config.h | 93 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */ 94 /* #undef __func__ */
|
/external/iputils/ninfod/ |
ninfod.h | 106 DEBUG(LOG_DEBUG, "%s(): malloc(%zu) = %p\n", __func__, _size, p); \ 112 DEBUG(LOG_DEBUG, "%s(): free(%p)\n", __func__, _p); \
|
/external/libunwind_llvm/src/ |
config.h | 51 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) 83 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg)
|
/external/mesa3d/src/glx/apple/ |
apple_glx.c | 65 apple_glx_diagnostic("%s: surface destroyed %u\n", __func__, uid); 79 fprintf(stderr, "unhandled kind of event: %d in %s\n", kind, __func__);
|
/external/rmi4utils/rmi4update/ |
rmi4update.cpp | 129 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc)); 141 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc)); 151 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc)); 159 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc)); 167 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(UPDATE_FAIL_ERASE_ALL)); 174 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc)); 187 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc)); 201 fprintf(stderr, "%s: %s\n", __func__, update_err_to_string(rc));
|
/hardware/intel/img/psb_video/src/android/ |
psb_mds.cpp | 42 LOGE("%s: Fail to get service manager", __func__); 47 LOGE("%s: Failed to get Mds service", __func__);
|
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/ |
config.h | 51 #define _LIBUNWIND_ABORT(msg) __assert_rtn(__func__, __FILE__, __LINE__, msg) 83 #define _LIBUNWIND_ABORT(msg) assert_rtn(__func__, __FILE__, __LINE__, msg)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
assert.h | 106 C9x has a similar variable called __func__, but prefer the GCC one since 112 # define __ASSERT_FUNCTION __func__
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
assert.h | 106 C9x has a similar variable called __func__, but prefer the GCC one since 112 # define __ASSERT_FUNCTION __func__
|
/system/bt/stack/btm/ |
btm_ble_addr.c | 284 BTM_TRACE_DEBUG("%s try to resolve", __func__); 329 BTM_TRACE_EVENT("%s next iteration", __func__); 363 BTM_TRACE_EVENT("%s", __func__); 374 BTM_TRACE_EVENT("%s: %sresolved", __func__, (p_dev_rec == NULL ? "not " : "")); 404 __func__, p_dev_rec->ble.static_addr_type, addr_type); 428 BTM_TRACE_EVENT ("%s", __func__); 512 __func__, p_sec_rec->ble.active_addr_type); 543 __func__,p_acl->active_remote_addr[0], p_acl->active_remote_addr[1],
|
/system/bt/stack/l2cap/ |
l2c_api.c | 351 L2CAP_TRACE_API("%s called for LE PSM: 0x%04x", __func__, psm); 361 L2CAP_TRACE_ERROR("%s No cb registering BLE PSM: 0x%04x", __func__, psm); 368 L2CAP_TRACE_ERROR("%s Invalid BLE PSM value, PSM: 0x%04x", __func__, psm); 386 L2CAP_TRACE_API("%s Real PSM: 0x%04x Virtual PSM: 0x%04x", __func__, psm, vpsm); 397 __func__, psm, vpsm); 420 L2CAP_TRACE_API("%s called for PSM: 0x%04x", __func__, psm); 469 L2CAP_TRACE_API("%s PSM: 0x%04x BDA: %02x:%02x:%02x:%02x:%02x:%02x", __func__, psm, 475 L2CAP_TRACE_WARNING("%s BTU not ready", __func__); 483 L2CAP_TRACE_WARNING("%s No BLE RCB, PSM: 0x%04x", __func__, psm); 498 __func__, psm, p_lcb) [all...] |
/system/connectivity/apmanager/dbus/ |
firewalld_dbus_proxy.cc | 100 LOG(INFO) << __func__ << ": " << available; 113 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
|
permission_broker_dbus_proxy.cc | 115 LOG(INFO) << __func__ << ": " << available; 128 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
|
shill_dbus_proxy.cc | 116 LOG(INFO) << __func__ << ": " << available; 130 LOG(INFO) << __func__ << " old: " << old_owner << " new: " << new_owner;
|
/system/connectivity/shill/ethernet/ |
ethernet.cc | 232 NOTREACHED() << __func__ << " is not implemented for Ethernet"; 236 NOTREACHED() << __func__ << " is not implemented for Ethernet"; 267 NOTREACHED() << __func__ << " is not implented for Ethernet"; 271 NOTREACHED() << __func__ << " is not implented for Ethernet"; 314 LOG(ERROR) << __func__ << ": Failed to create interface with supplicant."; 364 LOG(ERROR) << __func__ << ": Failed to remove interface from supplicant."; 387 CHECK(service_) << "Ethernet " << link_name() << " " << __func__ 393 LOG(INFO) << "In " << __func__ << " with status " << status
|
/system/connectivity/shill/net/ |
event_history.cc | 75 << __func__ << ": " 104 << __func__ << ": "
|
/system/bt/bta/hf_client/ |
bta_hf_client_at.c | 125 APPL_TRACE_DEBUG("%s", __func__); 147 LOG_INFO(LOG_TAG, "%s timed out waiting for AT+CNUM response; spoofing OK.", __func__); 706 APPL_TRACE_ERROR("%s: Format Error %s", __func__, buffer); 829 APPL_TRACE_ERROR("%s: Format Error %s", __func__, buffer); 916 APPL_TRACE_ERROR("%s: Format Error %s", __func__, buffer); 950 APPL_TRACE_ERROR("%s: Format Error %s", __func__, buffer); 983 APPL_TRACE_ERROR("%s: Format Error %s", __func__, buffer); 1022 APPL_TRACE_ERROR("%s: Format Error %s", __func__, buffer); 1064 APPL_TRACE_ERROR("%s: Format Error %s", __func__, buffer); 1095 APPL_TRACE_ERROR("%s: Format Error %s", __func__, buffer) [all...] |
/external/chromium-trace/catapult/telemetry/telemetry/ |
benchmark.py | 71 self.CreateTimelineBasedMeasurementOptions.__func__ == 72 Benchmark.CreateTimelineBasedMeasurementOptions.__func__) 74 self.CreatePageTest.__func__ == Benchmark.CreatePageTest.__func__)
|