Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_avrcp_controller.cpp60 ALOGI("%s", __FUNCTION__); in btavrcp_passthrough_response_callback()
61 ALOGI("id: %d, pressed: %d", id, pressed); in btavrcp_passthrough_response_callback()
74 ALOGI("%s", __FUNCTION__); in btavrcp_groupnavigation_response_callback()
89 ALOGI("%s", __FUNCTION__); in btavrcp_connection_state_callback()
90 ALOGI("conn state: %d", state); in btavrcp_connection_state_callback()
114 ALOGI("%s", __FUNCTION__); in btavrcp_get_rcfeatures_callback()
138 ALOGI("%s", __FUNCTION__); in btavrcp_setplayerapplicationsetting_rsp_callback()
161 ALOGI("%s", __FUNCTION__); in btavrcp_playerapplicationsetting_callback()
188 ALOGI(" arraylen %d", arraylen); in btavrcp_playerapplicationsetting_callback()
221 ALOGI("%s", __FUNCTION__); in btavrcp_playerapplicationsetting_changed_callback()
[all …]
Dcom_android_bluetooth_avrcp.cpp53 ALOGI("%s", __FUNCTION__); in btavrcp_remote_features_callback()
79 ALOGI("%s", __FUNCTION__); in btavrcp_get_play_status_callback()
97 ALOGI("%s", __FUNCTION__); in btavrcp_get_element_attr_callback()
134 ALOGI("%s", __FUNCTION__); in btavrcp_volume_change_callback()
151 ALOGI("%s", __FUNCTION__); in btavrcp_passthrough_command_callback()
200 ALOGI("%s: succeeds", __FUNCTION__); in classInitNative()
263 ALOGI("%s: sBluetoothAvrcpInterface: %p", __FUNCTION__, sBluetoothAvrcpInterface); in getPlayStatusRspNative()
345 ALOGI("%s: sBluetoothAvrcpInterface: %p", __FUNCTION__, sBluetoothAvrcpInterface); in registerNotificationRspPlayStatusNative()
364 ALOGI("%s: sBluetoothAvrcpInterface: %p", __FUNCTION__, sBluetoothAvrcpInterface); in registerNotificationRspTrackChangeNative()
406 ALOGI("%s: jint: %d, uint8_t: %u", __FUNCTION__, volume, (uint8_t) volume); in setVolumeNative()
[all …]
Dcom_android_bluetooth_a2dp_sink.cpp54 ALOGI("%s", __FUNCTION__); in bta2dp_connection_state_callback()
77 ALOGI("%s", __FUNCTION__); in bta2dp_audio_state_callback()
100 ALOGI("%s", __FUNCTION__); in bta2dp_audio_config_callback()
136 ALOGI("%s: succeeds", __FUNCTION__); in classInitNative()
199 ALOGI("%s: sBluetoothA2dpInterface: %p", __FUNCTION__, sBluetoothA2dpInterface); in connectA2dpNative()
Dcom_android_bluetooth_a2dp.cpp53 ALOGI("%s", __FUNCTION__); in bta2dp_connection_state_callback()
76 ALOGI("%s", __FUNCTION__); in bta2dp_audio_state_callback()
110 ALOGI("%s: succeeds", __FUNCTION__); in classInitNative()
173 ALOGI("%s: sBluetoothA2dpInterface: %p", __FUNCTION__, sBluetoothA2dpInterface); in connectA2dpNative()
Dcom_android_bluetooth_hfp.cpp87 ALOGI("%s", __FUNCTION__); in connection_state_callback()
421 ALOGI("%s: succeeds", __FUNCTION__); in classInitNative()
486 ALOGI("%s: sBluetoothHfpInterface: %p", __FUNCTION__, sBluetoothHfpInterface); in connectHfpNative()
663 ALOGI("%s: sBluetoothHfpInterface: %p", __FUNCTION__, sBluetoothHfpInterface); in cindResponseNative()
Dcom_android_bluetooth_hdp.cpp104 ALOGI("%s: succeeds", __FUNCTION__); in classInitNative()
Dcom_android_bluetooth_pan.cpp35 #define info(fmt, ...) ALOGI ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__)
Dcom_android_bluetooth_hid.cpp205 ALOGI("%s: succeeds", __FUNCTION__); in classInitNative()
Dcom_android_bluetooth_btservice_AdapterService.cpp738 ALOGI("%s: return from cleanup",__FUNCTION__); in cleanupNative()
845ALOGI("%s: wrong length of smTK, should be empty or %d bytes.", __FUNCTION__, OOB_TK_SIZE); in createBondOutOfBandNative()
Dcom_android_bluetooth_hfpclient.cpp303 ALOGI("%s succeeds", __FUNCTION__); in classInitNative()
Dcom_android_bluetooth_gatt.cpp36 #define info(fmt, ...) ALOGI ("%s(L%d): " fmt,__FUNCTION__, __LINE__, ## __VA_ARGS__)
/packages/services/Car/tests/libvehiclenetwork-native-test/
DVehicleNetworkAudioHelperTest.cpp61 ALOGI("onListProperties"); in onListProperties()
67 ALOGI("onPropertySet 0x%x", value.prop); in onPropertySet()
72 ALOGI("onPropertyGet 0x%x", value->prop); in onPropertyGet()
82 ALOGI("onPropertySubscribe 0x%x", property); in onPropertySubscribe()
87 ALOGI("onPropertySubscribe 0x%x", property); in onPropertyUnsubscribe()
/packages/services/Car/libvehiclenetwork/native/
DIVehicleNetwork.cpp162 ALOGI("unsubscribing property %d failed %d", property, status); in unsubscribe()
197 ALOGI("stop mocking failed %d", status); in stopMocking()
225 ALOGI("stopErrorListening %d", status); in stopErrorListening()
243 ALOGI("stopHalRestartMonitoring %d", status); in stopHalRestartMonitoring()
DIVehicleNetworkHalMock.cpp144 ALOGI("onPropertyUnsubscribe property %d failed %d", property, status); in onPropertyUnsubscribe()
/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.cpp416 ALOGI("cannot get, property 0x%x is write only", property); in isGettableLocked()
428 ALOGI("cannot set, property 0x%x is read only", property); in isSettableLocked()
445 ALOGI("cannot subscribe, property 0x%x is write only", property); in isSubscribableLocked()
449 ALOGI("cannot subscribe, property 0x%x is static", property); in isSubscribableLocked()
807 ALOGI("injectEvent property:0x%x", value.prop); in injectEvent()
1003 ALOGI("HAL error, error code:%d, property:0x%x, operation:%d, isInjection:%d", in onHalError()
1061 ALOGI("dispatchHalError error:%d, property:0x%x, operation:%d, num clients to dispatch:%d", in dispatchHalError()
Dmain_vehiclenetwork.cpp30 ALOGI("vehicle_network_service: starting"); in main()
/packages/services/Car/libvehiclenetwork/libvehiclenetwork-audio-helper/src/
DVehicleNetworkAudioHelper.cpp71 ALOGI("initial focus state 0x%x", mAllowedStreams); in updatePropertiesLocked()
215 ALOGI("audio focus change 0x%x", mAllowedStreams); in onEvents()
/packages/apps/TV/usbtuner/jni/
DDvbManager.cpp115 ALOGI("Lock status : %s", lockStatus ? "true" : "false"); in tune()
177 ALOGI("Using frontend \"%s\", type %s", info.name, types); in openDvbFe()
Dlogging.h28 #define ALOGI(...) __android_log_print(ANDROID_LOG_INFO , LOG_TAG, __VA_ARGS__) macro
/packages/services/Car/service/jni/
Dcom_android_car_CarInputService.cpp80 ALOGI("injectKeyEvent down %d keyCode %d, value %d", down, ev[0].code, ev[0].value); in com_android_car_CarInputService_nativeInjectKeyEvent()
/packages/apps/Nfc/nci/jni/
DNfcJniUtil.cpp41 ALOGI("NFC Service: loading nci JNI"); in JNI_OnLoad()
/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcManager.cpp409 ALOGI("Firmware update SUCCESS"); in nfc_jni_initialize()
570 ALOGI("NFC Initialized"); in nfc_jni_initialize()
780 ALOGI("LLCP Link activated (LTO=%d, MIU=%d, OPTION=0x%02x, WKS=0x%02x)",sLinkParams.lto, in nfc_jni_llcp_linkStatus_callback()
789 ALOGI("LLCP Link deactivated"); in nfc_jni_llcp_linkStatus_callback()
Dcom_android_nfc.cpp32 ALOGI("NFC Service: loading nxp JNI"); in JNI_OnLoad()