Home
last modified time | relevance | path

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

/packages/services/Car/evs/app/
DEvsStateControl.cpp54 ALOGD("Requesting camera list"); in EvsStateControl()
60 ALOGD("Found camera %s", cam.cameraId.c_str()); in EvsStateControl()
89 ALOGD("State controller ready"); in EvsStateControl()
94 ALOGD("configureForVehicleState"); in configureForVehicleState()
146 ALOGD("invokeGet"); in invokeGet()
172 ALOGD("configureEvsPipeline"); in configureEvsPipeline()
182 ALOGD(" Current cameraId (%d) = %s", mCurrentState, in configureEvsPipeline()
184 ALOGD(" Desired cameraId (%d) = %s", desiredState, in configureEvsPipeline()
197 ALOGD("Open camera %s", mCameraInfo[desiredState].cameraId.c_str()); in configureEvsPipeline()
209 ALOGD("Turning off the display"); in configureEvsPipeline()
[all …]
DStreamHandler.cpp90 ALOGD("Received a frame from the camera (%p)", bufferArg.memHandle.getNativeHandle()); in deliverFrame()
105 ALOGD("Got output buffer (%p) with id %d cloned as (%p)", in deliverFrame()
125 ALOGD("Calling returnTargetBufferForDisplay (%p)", in deliverFrame()
147 ALOGD("Calling doneWithFrame"); in deliverFrame()
151 ALOGD("Frame handling complete"); in deliverFrame()
/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()
180 ALOGD("callsetup_cb bdaddr %02x:%02x:%02x:%02x:%02x:%02x", in callsetup_cb()
381 ALOGD("%s: HfpClient", __func__); in initializeNative()
Dcom_android_bluetooth_pan.cpp31 ALOGD("%s(L%d): " fmt, __func__, __LINE__, ##__VA_ARGS__)
Dcom_android_bluetooth_hid.cpp333 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/manager/
DEnumerator.cpp29 ALOGD("init"); in init()
41 ALOGD("getCameraList"); in getCameraList()
49 ALOGD("openCamera"); in openCamera()
101 ALOGD("closeCamera"); in closeCamera()
132 ALOGD("openDisplay"); in openDisplay()
153 ALOGD("closeDisplay"); in closeDisplay()
173 ALOGD("getDisplayState"); in getDisplayState()
Dservice.cpp60 ALOGD("Registration complete"); in main()
/packages/apps/TV/jni/
DDvbManager.cpp111 ALOGD("Can't set Frontend : %s", strerror(errno)); in tune()
168 ALOGD("Can't open FE file : %s", strerror(errno)); in openDvbFe()
210 ALOGD("Can't open DEMUX file : %s", strerror(errno)); in startTsPidFilter()
274 ALOGD("Can't open DVR file : %s", strerror(errno)); in openDvbDvr()
328 ALOGD("Can't read DVR : %s", strerror(errno)); in readTsStream()
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/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)