HomeSort by relevance Sort by last modified time
    Searched refs:__FUNCTION__ (Results 26 - 50 of 720) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
HalAdaptation.cpp 65 ALOGD ("%s: enter", __FUNCTION__);
76 ALOGD ("%s: preserve HAL NV store", __FUNCTION__);
164 ALOGD ("%s: exit %d", __FUNCTION__, retval);
172 ALOGD ("%s: enter", __FUNCTION__);
179 ALOGD ("%s: exit %d", __FUNCTION__, retval);
186 ALOGD ("%s: enter", __FUNCTION__);
197 ALOGD ("%s: exit %d", __FUNCTION__, retval);
204 ALOGD ("%s: enter; event=0x%X", __FUNCTION__, event);
209 ALOGD ("%s: HAL_NFC_OPEN_CPLT_EVT; status=0x%X", __FUNCTION__, status);
217 ALOGD ("%s: HAL_NFC_POST_INIT_CPLT_EVT", __FUNCTION__);
    [all...]
  /packages/apps/Nfc/nci/jni/
NativeNfcTag.cpp 129 ALOGD ("%s", __FUNCTION__);
162 ALOGD ("%s", __FUNCTION__);
180 ALOGD ("%s: status=0x%X; is reading=%u", __FUNCTION__, status, sIsReadingNdefMessage);
210 ALOGD ("%s: event=%u, eventData=%p", __FUNCTION__, event, eventData);
217 ALOGD ("%s: NFA_NDEF_REGISTER_EVT; status=0x%X; h=0x%X", __FUNCTION__, ndef_reg.status, ndef_reg.ndef_type_handle);
224 ALOGD ("%s: NFA_NDEF_DATA_EVT; data_len = %lu", __FUNCTION__, eventData->ndef_data.len);
232 ALOGE ("%s: Unknown event %u ????", __FUNCTION__, event);
251 ALOGD ("%s: enter", __FUNCTION__);
274 ALOGD ("%s: read %u bytes", __FUNCTION__, sReadDataLen);
281 ALOGD ("%s: create emtpy buffer", __FUNCTION__);
    [all...]
NativeLlcpConnectionlessSocket.cpp 62 ALOGD ("%s: nsap = %d", __FUNCTION__, nsap);
78 ALOGD("%s: NFA_P2pSendUI done, status = %d", __FUNCTION__, status);
80 ALOGE("%s: NFA_P2pSendUI failed, status = %d", __FUNCTION__, status);
101 ALOGD ("%s: waiting for data = %d, len = %d", __FUNCTION__, sConnlessRecvWaitingForData, len);
172 ALOGD ("%s: linkMiu = %d", __FUNCTION__, linkMiu);
178 ALOGD ("%s: Already waiting for incoming data", __FUNCTION__);
185 ALOGD ("%s: Failed to allocate %d bytes memory buffer", __FUNCTION__, linkMiu);
193 ALOGE ("%s: semaphore creation failed (errno=0x%08x)", __FUNCTION__, errno);
202 ALOGE ("%s: Failed to wait for write semaphore (errno=0x%08x)", __FUNCTION__, errno);
209 ALOGE ("%s: Find LlcpPacket class error", __FUNCTION__);
    [all...]
NativeLlcpSocket.cpp 41 ALOGD ("%s: enter; sap=%d", __FUNCTION__, nSap);
46 ALOGD ("%s: exit", __FUNCTION__);
65 ALOGD ("%s: enter", __FUNCTION__);
75 ALOGD ("%s: exit", __FUNCTION__);
93 ALOGD ("%s: enter", __FUNCTION__);
98 ALOGD ("%s: exit", __FUNCTION__);
117 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
125 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit", __FUNCTION__);
144 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: enter", __FUNCTION__);
159 ALOGD_IF ((appl_trace_level>=BT_TRACE_LEVEL_DEBUG), "%s: exit; actual len=%d", __FUNCTION__, retval)
    [all...]
NativeLlcpServiceSocket.cpp 56 ALOGD ("%s: enter", __FUNCTION__);
64 ALOGE ("%s: fail accept", __FUNCTION__);
71 ALOGE ("%s: fail create NativeLlcpSocket", __FUNCTION__);
80 ALOGE ("%s: get class object error", __FUNCTION__);
97 ALOGD ("%s: exit", __FUNCTION__);
115 ALOGD ("%s: enter", __FUNCTION__);
123 ALOGD ("%s: exit", __FUNCTION__);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
GLErrorLog.h 27 if (err) { dbg(); ERR("Error: 0x%X in %s (%s:%d)\n", err, __FUNCTION__, __FILE__, __LINE__); } \
  /external/clang/test/CodeGenCXX/
ms_wide_predefined_expr.cpp 12 wprint(STR2WSTR(__FUNCTION__));
  /external/harfbuzz/src/
harfbuzz-debug.h 13 __FUNCTION__, __VA_ARGS__)
  /hardware/msm7k/librpc/
debug.h 27 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
32 fprintf(stdout, "%s(%d) ", __FUNCTION__, __LINE__); \
53 fprintf(stderr, "%s(%d) ", __FUNCTION__, __LINE__); \
60 fprintf(stderr, "%s:%s:(%d): ", __FILE__, __FUNCTION__, __LINE__); \
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLErrorLog.h 27 if (err) { dbg(); ERR("Error: 0x%X in %s (%s:%d)\n", err, __FUNCTION__, __FILE__, __LINE__); } \
  /dalvik/vm/alloc/
DlMalloc.cpp 30 heap_error("HEAP MEMORY CORRUPTION", __FUNCTION__, NULL)
32 heap_error("ARGUMENT IS INVALID HEAP ADDRESS", __FUNCTION__, p)
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_DebugMem.h 34 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
35 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
36 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
37 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
38 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
39 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_DebugMem.h 58 #define malloc(x) OMX_DebugMem_malloc(x,__FILE__,__FUNCTION__,__LINE__)
59 #define calloc(n,s) OMX_DebugMem_calloc(n,s,__FILE__,__FUNCTION__,__LINE__)
60 #define realloc(x,s) OMX_DebugMem_realloc(x,s,__FILE__,__FUNCTION__,__LINE__)
61 #define free(x) OMX_DebugMem_free(x,__FILE__,__FUNCTION__ ,__LINE__)
62 #define validate(x) OMX_DebugMem_validate(x, __FILE__,__FUNCTION__ ,__LINE__)
63 #define dump() OMX_DebugMem_dump( __FILE__,__FUNCTION__ ,__LINE__)
  /external/bluetooth/bluedroid/btif/co/
bta_hh_co.c 46 APPL_TRACE_ERROR2("%s: Cannot write to uhid:%s", __FUNCTION__, strerror(errno));
50 __FUNCTION__, ret, sizeof(*ev));
65 APPL_TRACE_ERROR1("%s: Device not found",__FUNCTION__)
70 APPL_TRACE_ERROR2("%s: Read HUP on uhid-cdev %s", __FUNCTION__,
74 APPL_TRACE_ERROR2("%s:Cannot read uhid-cdev: %s", __FUNCTION__,
79 __FUNCTION__, ret, sizeof(ev));
162 APPL_TRACE_DEBUG2("%s: Thread created fd = %d", __FUNCTION__, p_dev->fd);
171 APPL_TRACE_ERROR2("%s: Cannot poll for fds: %s\n", __FUNCTION__, strerror(errno));
189 APPL_TRACE_DEBUG1("%s", __FUNCTION__);
214 APPL_TRACE_WARNING1("%s:report size greater than allowed size",__FUNCTION__);
    [all...]
  /hardware/libhardware/modules/nfc-nci/
nfc_nci_example.c 29 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
35 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
41 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
46 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
51 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
57 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
64 ALOGE("NFC-NCI HAL: %s", __FUNCTION__);
  /device/generic/goldfish/camera/
EmulatedCameraHotplugThread.cpp 59 __FUNCTION__);
66 ALOGV("%s: Requesting thread exit", __FUNCTION__);
77 __FUNCTION__, it->CameraID, strerror(errno),
83 __FUNCTION__, it->CameraID);
92 __FUNCTION__, strerror(errno), errno);
96 ALOGV("%s: Request exit complete.", __FUNCTION__);
105 ALOGV("%s: Initializing inotify", __FUNCTION__);
110 __FUNCTION__, strerror(errno), errno);
154 __FUNCTION__, strerror(errno),
160 ALOGV("%s: Read %d bytes from inotify FD", __FUNCTION__, length)
    [all...]
QemuClient.cpp 90 __FUNCTION__);
104 __FUNCTION__, required);
134 ALOGE("%s: Invalid reply to the query", __FUNCTION__);
145 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer);
155 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer);
165 ALOGE("%s: Invalid query reply: '%s'", __FUNCTION__, mReplyBuffer);
215 ALOGV("%s: '%s'", __FUNCTION__, param ? param : "");
219 ALOGE("%s: Qemu client is already connected", __FUNCTION__);
241 __FUNCTION__, param ? param : "Factory", strerror(errno));
250 ALOGV("%s", __FUNCTION__);
    [all...]
EmulatedBaseCamera.cpp 60 ALOGV("%s", __FUNCTION__);
73 ALOGE("%s: not supported", __FUNCTION__);
78 ALOGE("%s: not supported", __FUNCTION__);
EmulatedCameraFactory.cpp 71 __FUNCTION__, mEmulatedCameraNum);
96 ALOGE("%s: Unknown back camera hal version requested: %d", __FUNCTION__,
100 ALOGV("%s: Back camera device version is %d", __FUNCTION__,
105 __FUNCTION__, camera_id, strerror(-res), res);
111 ALOGE("%s: Unable to instantiate fake camera class", __FUNCTION__);
127 __FUNCTION__, mEmulatedCameraNum);
153 __FUNCTION__,
157 ALOGV("%s: Front camera device version is %d", __FUNCTION__,
162 __FUNCTION__, camera_id, strerror(-res), res);
168 ALOGE("%s: Unable to instantiate fake camera class", __FUNCTION__);
    [all...]
  /hardware/qcom/display/libgenlock/
genlock.cpp 55 __FUNCTION__, lockType);
69 ALOGE("%s: handle is invalid", __FUNCTION__);
78 "or has not been attached", __FUNCTION__);
91 "err=%s fd=%d)", __FUNCTION__,
102 ,__FUNCTION__, lockType, strerror(errno), hnd->fd);
140 ALOGE("%s: handle is invalid", __FUNCTION__);
149 ALOGE("%s: open genlock device failed (err=%s)", __FUNCTION__,
157 ALOGE("%s: GENLOCK_IOC_NEW failed (error=%s)", __FUNCTION__,
166 ALOGE("%s: GENLOCK_IOC_EXPORT failed (error=%s)", __FUNCTION__,
195 ALOGE("%s: handle is invalid", __FUNCTION__);
    [all...]
  /frameworks/av/camera/
CameraMetadata.cpp 53 ALOGE("%s: Assignment to a locked CameraMetadata!", __FUNCTION__);
77 ALOGE("%s: Can't unlock a non-locked CameraMetadata!", __FUNCTION__);
82 __FUNCTION__);
91 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
101 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
112 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
120 __FUNCTION__, buffer);
125 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
133 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
150 ALOGE("%s: CameraMetadata is locked", __FUNCTION__);
    [all...]
  /frameworks/av/services/camera/libcameraservice/camera3/
Camera3OutputStream.cpp 43 ALOGE("%s: Consumer is NULL!", __FUNCTION__);
57 ALOGE("%s: Bad format for size-only stream: %d", __FUNCTION__,
63 ALOGE("%s: Consumer is NULL!", __FUNCTION__);
98 __FUNCTION__, mId, strerror(-res), res);
147 "there is an error", __FUNCTION__, mId, buffer.release_fence);
159 __FUNCTION__, mId, strerror(-res), res);
187 " %s (%d)", __FUNCTION__, mId, strerror(-res), res);
195 "%s (%d)", __FUNCTION__, mId, strerror(-res), res);
227 ALOGE("%s: Stream in error state", __FUNCTION__);
237 __FUNCTION__, transform, strerror(-res), res)
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera2Device.cpp 40 ALOGV("%s: Created device for camera %d", __FUNCTION__, id);
46 ALOGV("%s: Tearing down for camera id %d", __FUNCTION__, mId);
57 ALOGV("%s: Initializing device for camera %d", __FUNCTION__, mId);
59 ALOGE("%s: Already initialized!", __FUNCTION__);
73 ALOGE("%s: Could not open camera %d: %s (%d)", __FUNCTION__,
81 __FUNCTION__, mId, CAMERA_DEVICE_API_VERSION_2_0,
93 " and device version (%x).", __FUNCTION__,
102 __FUNCTION__, mId, strerror(-res), res);
109 __FUNCTION__, mId, strerror(-res), res);
117 __FUNCTION__, mId, strerror(-res), res)
    [all...]
  /external/libsepol/src/
debug.h 52 __FUNCTION__, __VA_ARGS__)
56 __FUNCTION__, __VA_ARGS__)
60 __FUNCTION__, __VA_ARGS__)
  /external/libnfc-nxp/inc/
phDbgTrace.h 58 "In Function:%s\n",__FUNCTION__ ); \
67 "In Function:%s\n",__FUNCTION__ ); \
82 "In Function:%s\n",__FUNCTION__ ); \
91 "In Function:%s\n",__FUNCTION__ ); \
113 "In Function:%s\n",__FUNCTION__ ); \
122 "In Function:%s\n",__FUNCTION__ ); \

Completed in 939 milliseconds

12 3 4 5 6 7 8 91011>>