/packages/services/Car/evs/app/ |
D | EvsStateControl.cpp | 54 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 …]
|
D | StreamHandler.cpp | 90 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/ |
D | com_android_bluetooth_sdp.cpp | 120 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 …]
|
D | com_android_bluetooth_hfpclient.cpp | 77 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()
|
D | com_android_bluetooth_pan.cpp | 31 ALOGD("%s(L%d): " fmt, __func__, __LINE__, ##__VA_ARGS__)
|
D | com_android_bluetooth_hid.cpp | 333 ALOGD("%s: protocolMode = %d", __func__, protocolMode); in setProtocolModeNative()
|
D | com_android_bluetooth_gatt.cpp | 33 ALOGD("%s(L%d): " fmt, __func__, __LINE__, ##__VA_ARGS__)
|
/packages/services/Car/evs/manager/ |
D | Enumerator.cpp | 29 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()
|
D | service.cpp | 60 ALOGD("Registration complete"); in main()
|
/packages/apps/TV/jni/ |
D | DvbManager.cpp | 111 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()
|
D | logging.h | 27 #define ALOGD(...) __android_log_print(ANDROID_LOG_DEBUG , LOG_TAG, __VA_ARGS__) macro
|
D | tunertvinput_jni.cpp | 133 ALOGD("No data to read DVR"); in Java_com_android_tv_tuner_TunerHal_nativeWriteInBuffer()
|
/packages/services/Car/vehicle_monitor_service/ |
D | ProcessMonitor.cpp | 26 #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()
|
D | VehicleMonitorService.cpp | 28 #define LOG_VERBOSE(x...) ALOGD(x)
|
/packages/apps/Terminal/jni/ |
D | com_android_terminal_Terminal.cpp | 359 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/ |
D | VehicleNetworkAudioHelper.cpp | 25 #define LOGD(x...) ALOGD(x)
|