Home
last modified time | relevance | path

Searched refs:ALOGD (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_sdp.cpp120 ALOGD("%s", __func__); in sdpSearchNative()
136 ALOGD("%s UUID %.*s", __func__, 16, (uint8_t*)uuid); in sdpSearchNative()
168 ALOGD("%s: Status is: %d, Record count: %d", __func__, status, count); in sdp_search_callback()
176 ALOGD("%s, ServiceName: %s", __func__, record->mas.hdr.service_name); in sdp_search_callback()
254 ALOGD("%s", __func__); in sdpCreateMapMasRecordNative()
282 ALOGD("SDP Create record success - handle: %d", handle); in sdpCreateMapMasRecordNative()
293 ALOGD("%s", __func__); in sdpCreateMapMnsRecordNative()
319 ALOGD("SDP Create record success - handle: %d", handle); in sdpCreateMapMnsRecordNative()
331 ALOGD("%s", __func__); in sdpCreatePbapPseRecordNative()
358 ALOGD("SDP Create record success - handle: %d", handle); in sdpCreatePbapPseRecordNative()
[all …]
Dcom_android_bluetooth_hfpclient.cpp77 ALOGD("%s: state %d peer_feat %d chld_feat %d", __func__, state, peer_feat, chld_feat); in connection_state_cb()
179 ALOGD("callsetup_cb bdaddr %02x:%02x:%02x:%02x:%02x:%02x", in callsetup_cb()
380 ALOGD("%s: HfpClient", __func__); in initializeNative()
Dcom_android_bluetooth_pan.cpp31 ALOGD("%s(L%d): " fmt, __func__, __LINE__, ##__VA_ARGS__)
Dcom_android_bluetooth_hid.cpp349 ALOGD("%s: protocolMode = %d", __func__, protocolMode); in setProtocolModeNative()
Dcom_android_bluetooth_gatt.cpp33 ALOGD("%s(L%d): " fmt, __func__, __LINE__, ##__VA_ARGS__)
/packages/services/Car/evs/app/
DEvsStateControl.cpp55 ALOGD("Requesting camera list"); in EvsStateControl()
60 ALOGD("Found camera %s", cam.cameraId.c_str()); in EvsStateControl()
97 ALOGD("Requesting camera list"); in EvsStateControl()
114 ALOGD("State controller ready"); in EvsStateControl()
137 ALOGD("Starting EvsStateControl update loop"); in updateLoop()
279 ALOGD("Switching to state %d.", desiredState); in configureEvsPipeline()
280 ALOGD(" Current state %d has %zu cameras", mCurrentState, in configureEvsPipeline()
282 ALOGD(" Desired state %d has %zu cameras", desiredState, in configureEvsPipeline()
313 ALOGD("Turning off the display"); in configureEvsPipeline()
317 ALOGD("Starting camera stream"); in configureEvsPipeline()
[all …]
DStreamHandler.cpp132 ALOGD("Received a frame from the camera (%p)", buffer.memHandle.getNativeHandle()); in deliverFrame()
/packages/services/Car/evs/sampleDriver/
DEvsV4lCamera.cpp41 ALOGD("EvsV4lCamera instantiated"); in EvsV4lCamera()
66 ALOGD("EvsV4lCamera being destroyed"); in ~EvsV4lCamera()
76 ALOGD("EvsV4lCamera shutdown"); in shutdown()
104 ALOGD("getCameraInfo"); in getCameraInfo()
113 ALOGD("setMaxFramesInFlight"); in setMaxFramesInFlight()
138 ALOGD("startVideoStream"); in startVideoStream()
224 ALOGD("doneWithFrame"); in doneWithFrame()
264 ALOGD("stopVideoStream"); in stopVideoStream()
288 ALOGD("getExtendedInfo"); in getExtendedInfo()
296 ALOGD("setExtendedInfo"); in setExtendedInfo()
[all …]
DEvsEnumerator.cpp40 ALOGD("EvsEnumerator created"); in EvsEnumerator()
78 ALOGD("getCameraList"); in getCameraList()
91 ALOGD("reporting %zu cameras available", hidlCameras.size()); in getCameraList()
100 ALOGD("openCamera"); in openCamera()
128 ALOGD("closeCamera"); in closeCamera()
168 ALOGD("openDisplay"); in openDisplay()
182 ALOGD("Returning new EvsGlDisplay object %p", pActiveDisplay.get()); in openDisplay()
188 ALOGD("closeDisplay"); in closeDisplay()
207 ALOGD("getDisplayState"); in getDisplayState()
DEvsGlDisplay.cpp32 ALOGD("EvsGlDisplay instantiated"); in EvsGlDisplay()
42 ALOGD("EvsGlDisplay being destroyed"); in ~EvsGlDisplay()
52 ALOGD("EvsGlDisplay forceShutdown"); in forceShutdown()
83 ALOGD("getDisplayInfo"); in getDisplayInfo()
101 ALOGD("setDisplayState"); in setDisplayState()
140 ALOGD("getDisplayState"); in getDisplayState()
211 ALOGD("Allocated new buffer %p with stride %u", in getTargetBuffer()
DVideoCapture.cpp139 ALOGD("VideoCapture::close"); in close()
144 ALOGD("closing video device file handled %d", mDeviceFd); in close()
219 ALOGD("Stream started."); in startStream()
245 ALOGD("Capture thread stopped."); in stopStream()
301 ALOGD("VideoCapture thread ending"); in collectFrames()
Dservice.cpp52 ALOGD("%s is ready.", kEnumeratorServiceName); in main()
/packages/services/Car/evs/manager/
DEnumerator.cpp27 ALOGD("init"); in init()
39 ALOGD("getCameraList"); in getCameraList()
47 ALOGD("openCamera"); in openCamera()
99 ALOGD("closeCamera"); in closeCamera()
130 ALOGD("openDisplay"); in openDisplay()
151 ALOGD("closeDisplay"); in closeDisplay()
171 ALOGD("getDisplayState"); in getDisplayState()
Dservice.cpp87 ALOGD("Registration complete"); in main()
/packages/apps/TV/jni/
DDvbManager.cpp106 ALOGD("FE_GET_PROPERTY failed, %s", strerror(errno)); in tune()
142 ALOGD("Can't set Frontend : %s", strerror(errno)); in tune()
195 ALOGD("Can't set Frontend : %s", strerror(errno)); in tune()
253 ALOGD("Can't open FE file : %s", strerror(errno)); in openDvbFe()
295 ALOGD("Can't open DEMUX file : %s", strerror(errno)); in startTsPidFilter()
363 ALOGD("Can't open DVR file : %s", strerror(errno)); in openDvbDvr()
417 ALOGD("Can't read DVR : %s", strerror(errno)); in readTsStream()
436 ALOGD("Can't open FE file : %s", strerror(errno)); in getDeliverySystemType()
Dlogging.h27 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG , LOG_TAG, __VA_ARGS__) macro
Dtunertvinput_jni.cpp133 ALOGD("No data to read DVR"); in Java_com_android_tv_tuner_TunerHal_nativeWriteInBuffer()
/packages/services/Car/vehicle_monitor_service/
DProcessMonitor.cpp26 #define LOG_VERBOSE(x...) ALOGD(x)
213 ALOGD("Failed to open file %s for reading", filename); in readStat()
235 ALOGD("Failed to open file %s for reading", filename); in readIo()
251 ALOGD("Failed to open file %s for reading", filename); in readCmdline()
268 ALOGD("Failed to open file %s for reading", filename); in readStatus()
DVehicleMonitorService.cpp28 #define LOG_VERBOSE(x...) ALOGD(x)
/packages/apps/Nfc/nci/jni/
DNativeNfcManager.cpp338 ALOGD("%s: NFA_ACTIVATED_EVT; is p2p", __func__); in nfaConnectionCallback()
343 ALOGD ("%s: Disabling RF field events", __func__); in nfaConnectionCallback()
347 ALOGD ("%s: Disabled RF field events", __func__); in nfaConnectionCallback()
403 ALOGD("%s: NFA_DEACTIVATED_EVT; is p2p", __func__); in nfaConnectionCallback()
411 ALOGD ("%s: Enabling RF field events", __func__); in nfaConnectionCallback()
415 ALOGD ("%s: Enabled RF field events", __func__); in nfaConnectionCallback()
760 ALOGD("%s: NFA_DM_SET_POWER_SUB_STATE_EVT; status=0x%X", in nfaDeviceManagementCallback()
1694 ALOGD ("%s: state = %d discovry_param = %d", __FUNCTION__, state, discovry_param); in nfcManager_doSetScreenState()
DNativeNfcTag.cpp1858 ALOGD("%s: try to acquire lock", __func__); in nativeNfcTag_acquireRfInterfaceMutexLock()
1860 ALOGD("%s: sRfInterfaceMutex lock", __func__); in nativeNfcTag_acquireRfInterfaceMutexLock()
1875 ALOGD("%s: sRfInterfaceMutex unlock", __func__); in nativeNfcTag_releaseRfInterfaceMutexLock()
/packages/apps/Terminal/jni/
Dcom_android_terminal_Terminal.cpp359 ALOGD("entering read() loop"); in run()
364 ALOGD("read() returned %d bytes", bytes); in run()
368 ALOGD("kill() requested"); in run()
372 ALOGD("read() found EOF"); in run()
419 ALOGD("resize(%d, %d, %d)", rows, cols, scrollRows); in resize()
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
DVehicleNetworkAudioHelper.cpp25 #define LOGD(x...) ALOGD(x)