Home
last modified time | relevance | path

Searched refs:ALOGV (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_hid_device.cpp156 ALOGV("%s: done", __FUNCTION__); in classInitNative()
174 ALOGV("%s enter", __FUNCTION__); in initNative()
207 ALOGV("%s done", __FUNCTION__); in initNative()
211 ALOGV("%s enter", __FUNCTION__); in cleanupNative()
225 ALOGV("%s done", __FUNCTION__); in cleanupNative()
261 ALOGV("%s enter", __FUNCTION__); in registerAppNative()
293 ALOGV("%s: register_app() returned %d", __FUNCTION__, ret); in registerAppNative()
306 ALOGV("%s done (%d)", __FUNCTION__, result); in registerAppNative()
312 ALOGV("%s enter", __FUNCTION__); in unregisterAppNative()
323 ALOGV("%s: unregister_app() returned %d", __FUNCTION__, ret); in unregisterAppNative()
[all …]
Dcom_android_bluetooth_btservice_AdapterService.cpp90 ALOGV("%s: Status is: %d", __func__, status); in adapter_state_change_callback()
119 ALOGV("%s: Status is: %d, Properties: %d", __func__, status, num_properties); in adapter_properties_callback()
173 ALOGV("%s: Status is: %d, Properties: %d", __func__, status, num_properties); in remote_device_properties_callback()
254 ALOGV("%s: Properties: %d, Address: %s", __func__, num_properties, in device_found_callback()
315 ALOGV("%s: DiscoveryState:%d ", __func__, state); in discovery_state_changed_callback()
400 ALOGV("Callback thread attached: %p", callbackEnv); in callback_thread_event()
417 ALOGV("%s: status:%d packet_count:%d ", __func__, status, packet_count); in le_test_mode_recv_callback()
686 ALOGV("%s", __func__); in initNative()
747 ALOGV("%s", __func__); in cleanupNative()
772 ALOGV("%s", __func__); in enableNative()
[all …]
Dcom_android_bluetooth_avrcp_controller.cpp86 ALOGV("%s", __func__); in btavrcp_groupnavigation_response_callback()
126 ALOGV("%s", __func__); in btavrcp_get_rcfeatures_callback()
150 ALOGV("%s", __func__); in btavrcp_setplayerapplicationsetting_rsp_callback()
201 ALOGV(" arraylen %d", arraylen); in btavrcp_playerapplicationsetting_callback()
431 ALOGV("%s count %d", __func__, count); in btavrcp_get_folder_items_callback()
470 ALOGV("%s item type %d", __func__, item->item_type); in btavrcp_get_folder_items_callback()
1099 ALOGV("%s: sBluetoothAvrcpInterface: %p", __func__, sBluetoothAvrcpInterface); in getCurrentMetadataNative()
1120 ALOGV("%s: sBluetoothAvrcpInterface: %p", __func__, sBluetoothAvrcpInterface); in getPlaybackStateNative()
1140 ALOGV("%s: sBluetoothAvrcpInterface: %p", __func__, sBluetoothAvrcpInterface); in getNowPlayingListNative()
1160 ALOGV("%s: sBluetoothAvrcpInterface: %p", __func__, sBluetoothAvrcpInterface); in getFolderListNative()
Dcom_android_bluetooth_hid_host.cpp131 ALOGV("call to virtual_unplug_callback"); in virtual_unplug_callback()
393 ALOGV("%s: reportType = %d, reportId = %d, bufferSize = %d", __func__, in getReportNative()
420 ALOGV("%s: reportType = %d", __func__, reportType); in setReportNative()
446 ALOGV("%s", __func__); in sendDataNative()
/packages/services/Car/evs/sampleDriver/
DEvsGlDisplay.cpp156 ALOGV("getTargetBuffer"); in getTargetBuffer()
233 ALOGV("Providing display buffer handle %p as id %d", in getTargetBuffer()
246 ALOGV("returnTargetBufferForDisplay %p", buffer.memHandle.getNativeHandle()); in returnTargetBufferForDisplay()
/packages/apps/TV/jni/
Dlogging.h26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro