/packages/services/Car/vehicle_network_service/ |
D | VehicleNetworkService.cpp | 269 ALOGW("Property 0x%x: access not allowed for uid %d, isWrite %d", property, uid, isWrite); in isOperationAllowed() 308 ALOGW("client binder death, pid: %d, uid:%d", currentClient->getPid(), in binderDied() 406 ALOGW("property not found 0x%x", property); in findConfigLocked() 432 ALOGW("cannot set, property 0x%x expects type 0x%x while got 0x%x", property, in isSettableLocked() 497 ALOGW("getProperty, cannot get 0x%x", data->prop); in getProperty() 516 ALOGW("getProperty 0x%x failed, mock returned %d", data->prop, r); in getProperty() 542 ALOGW("getProperty 0x%x failed, HAL returned %d", data->prop, r); in getProperty() 563 ALOGW("setProperty, cannot set 0x%x", data.prop); in setProperty() 578 ALOGW("setProperty 0x%x failed, mock returned %d", data.prop, r); in setProperty() 594 ALOGW("setProperty 0x%x failed, HAL returned %d", data.prop, r); in setProperty() [all …]
|
/packages/apps/Bluetooth/jni/ |
D | com_android_bluetooth_pan.cpp | 37 #define warn(fmt, ...) ALOGW ("## WARNING : %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARG… 117 ALOGW("Cleaning up Bluetooth PAN Interface before initializing..."); in initializeNative() 123 ALOGW("Cleaning up Bluetooth PAN callback object"); in initializeNative() 141 ALOGW("initialization failed: Cleaning up Bluetooth PAN callback object"); in initializeNative() 153 ALOGW("Cleaning up Bluetooth PAN Interface..."); in cleanupNative() 159 ALOGW("Cleaning up Bluetooth PAN callback object"); in cleanupNative()
|
D | com_android_bluetooth_hdp.cpp | 117 ALOGW("Cleaning up Bluetooth Health Interface before initializing..."); in initializeNative() 123 ALOGW("Cleaning up Bluetooth Health callback object"); in initializeNative() 152 ALOGW("Cleaning up Bluetooth Health Interface..."); in cleanupNative() 158 ALOGW("Cleaning up Bluetooth Health object"); in cleanupNative()
|
D | com_android_bluetooth_hid.cpp | 218 ALOGW("Cleaning up Bluetooth HID Interface before initializing..."); in initializeNative() 224 ALOGW("Cleaning up Bluetooth GID callback object"); in initializeNative() 256 ALOGW("Cleaning up Bluetooth HID Interface..."); in cleanupNative() 262 ALOGW("Cleaning up Bluetooth GID callback object"); in cleanupNative()
|
D | com_android_bluetooth_a2dp.cpp | 123 ALOGW("Cleaning up A2DP Interface before initializing..."); in initNative() 129 ALOGW("Cleaning up A2DP callback object"); in initNative()
|
D | com_android_bluetooth_hfpclient.cpp | 317 ALOGW("Cleaning up Bluetooth HFP Client Interface before initializing"); in initializeNative() 323 ALOGW("Cleaning up Bluetooth HFP Client callback object"); in initializeNative() 354 ALOGW("Cleaning up Bluetooth HFP Client Interface..."); in cleanupNative() 360 ALOGW("Cleaning up Bluetooth HFP Client callback object"); in cleanupNative()
|
D | com_android_bluetooth_a2dp_sink.cpp | 149 ALOGW("Cleaning up A2DP Interface before initializing..."); in initNative() 155 ALOGW("Cleaning up A2DP callback object"); in initNative()
|
D | com_android_bluetooth_sdp.cpp | 88 ALOGW("Cleaning up Bluetooth SDP Interface before initializing..."); in initializeNative() 544 ALOGW("Cleaning up Bluetooth SDP Interface..."); in cleanupNative() 550 ALOGW("Cleaning up Bluetooth SDP object"); in cleanupNative()
|
D | com_android_bluetooth_hfp.cpp | 434 ALOGW("Cleaning up Bluetooth Handsfree Interface before initializing..."); in initializeNative() 440 ALOGW("Cleaning up Bluetooth Handsfree callback object"); in initializeNative() 470 ALOGW("Cleaning up Bluetooth Handsfree Interface..."); in cleanupNative() 476 ALOGW("Cleaning up Bluetooth Handsfree callback object"); in cleanupNative()
|
D | com_android_bluetooth_avrcp.cpp | 213 ALOGW("Cleaning up Avrcp Interface before initializing..."); in initNative() 219 ALOGW("Cleaning up Avrcp callback object"); in initNative()
|
D | com_android_bluetooth_avrcp_controller.cpp | 479 ALOGW("Cleaning up Avrcp Interface before initializing..."); in initNative() 485 ALOGW("Cleaning up Avrcp callback object"); in initNative()
|
D | com_android_bluetooth_gatt.cpp | 38 #define warn(fmt, ...) ALOGW ("WARNING: %s(L%d): " fmt "##",__FUNCTION__, __LINE__, ## __VA_ARGS__) 937 ALOGW("Cleaning up Bluetooth GATT Interface before initializing..."); in initializeNative() 943 ALOGW("Cleaning up Bluetooth GATT callback object"); in initializeNative()
|
/packages/services/Car/libvehiclenetwork/native/ |
D | VehicleNetworkProtoUtil.cpp | 327 ALOGW("Zoned property 0x%x, min_values NULL while max_values not NULL", in toVehiclePropConfig() 338 ALOGW("Zoned property 0x%x, max_values NULL while min_values not NULL", in toVehiclePropConfig() 368 ALOGW("Zoned property 0x%x, min_values NULL while max_values not NULL", in toVehiclePropConfig() 379 ALOGW("Zoned property 0x%x, max_values NULL while min_values not NULL", in toVehiclePropConfig() 430 ALOGW("no float max/min for property 0x%x", out.prop); in fromVehiclePropConfig() 443 ALOGW("Zoned property 0x%x, config maxSize %d minSize %d", out.prop, maxSize, in fromVehiclePropConfig() 459 ALOGW("Zoned property 0x%x, config maxSize %d num Zones %d", out.prop, maxSize, in fromVehiclePropConfig() 478 ALOGW("no int64 max/min for property 0x%x", out.prop); in fromVehiclePropConfig() 491 ALOGW("no int32 max/min for property 0x%x", out.prop); in fromVehiclePropConfig() 504 ALOGW("Zoned property 0x%x, config maxSize %d minSize %d", out.prop, maxSize, in fromVehiclePropConfig() [all …]
|
/packages/apps/Terminal/jni/ |
D | com_android_terminal_Terminal.cpp | 164 ALOGW("term_damage"); in term_damage() 175 ALOGW("term_moverect"); in term_moverect() 187 ALOGW("term_movecursor"); in term_movecursor() 198 ALOGW("term_settermprop"); in term_settermprop() 223 ALOGW("term_setmousefunc"); in term_setmousefunc() 231 ALOGW("term_bell"); in term_bell() 241 ALOGW("term_sb_pushline"); in term_sb_pushline() 250 ALOGW("term_sb_popline"); in term_sb_popline()
|
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeNfcManager.cpp | 166 ALOGW("Deinitialization timed out (download)"); in nfc_jni_download_locked() 171 ALOGW("Deinitialization FAILED (download)"); in nfc_jni_download_locked() 214 …ALOGW("phLibNfc_Mgt_GetstackCapabilities returned 0x%04x[%s]", status, nfc_jni_get_status_name(sta… in nfc_jni_download_locked() 252 …ALOGW("phLibNfc_Mgt_ConfigureDriver() returned 0x%04x[%s]", status, nfc_jni_get_status_name(status… in nfc_jni_configure_driver() 384 …ALOGW("phLibNfc_Mgt_GetstackCapabilities returned 0x%04x[%s]", status, nfc_jni_get_status_name(sta… in nfc_jni_initialize() 412 ALOGW("Firmware update FAILED"); in nfc_jni_initialize() 776 ALOGW("GetRemote Info failded - Status = %02x",status); in nfc_jni_llcp_linkStatus_callback() 871 ALOGW("Frame Rejected - Disconnected"); in nfc_jni_llcp_transport_socket_err_callback() 1535 ALOGW("doSetTimeout: Timeout not supported for tech %d", tech); in com_android_nfc_NfcManager_doSetTimeout() 1579 ALOGW("doGetTimeout: Timeout not supported for tech %d", tech); in com_android_nfc_NfcManager_doGetTimeout() [all …]
|
D | com_android_nfc_NativeLlcpSocket.cpp | 155 ALOGW("LLCP Connect request failed"); in com_android_nfc_NativeLlcpSocket_doConnect() 399 …ALOGW("phLibNfc_Llcp_SocketGetRemoteOptions(MIU) returned 0x%04x[%s]", ret, nfc_jni_get_status_nam… in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketMIU() 428 …ALOGW("phLibNfc_Llcp_SocketGetRemoteOptions(RW) returned 0x%04x[%s]", ret, nfc_jni_get_status_name… in com_android_nfc_NativeLlcpSocket_doGetRemoteSocketRW()
|
/packages/apps/TV/usbtuner/jni/ |
D | logging.h | 29 #define ALOGW(...) __android_log_print(ANDROID_LOG_WARN , LOG_TAG, __VA_ARGS__) macro
|
/packages/services/Car/service/jni/ |
D | com_android_car_CarInputService.cpp | 50 ALOGW("Unmapped android key code %d dropped", androidKeyCode); in androidKeyCodeToLinuxKeyCode()
|
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/ |
D | VehicleNetworkAudioHelper.cpp | 73 ALOGW("No focus property, assume focus always granted"); in updatePropertiesLocked()
|