Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/jni/
Dcom_android_bluetooth_btservice_AdapterService.cpp96 ALOGV("%s: Status is: %d", __FUNCTION__, status); in adapter_state_change_callback()
136 ALOGV("%s: Status is: %d, Properties: %d", __FUNCTION__, status, num_properties); in adapter_properties_callback()
193 ALOGV("%s: Status is: %d, Properties: %d", __FUNCTION__, status, num_properties); in remote_device_properties_callback()
283 ALOGV("%s: Properties: %d, Address: %s", __FUNCTION__, num_properties, in device_found_callback()
349 ALOGV("%s: DiscoveryState:%d ", __FUNCTION__, state); in discovery_state_changed_callback()
438 ALOGV("Callback thread attached: %p", callbackEnv); in callback_thread_event()
453 ALOGV("%s: status:%d packet_count:%d ", __FUNCTION__, status, packet_count); in le_test_mode_recv_callback()
698 ALOGV("%s:",__FUNCTION__); in initNative()
732 ALOGV("%s:",__FUNCTION__); in cleanupNative()
748 ALOGV("%s:",__FUNCTION__); in enableNative()
[all …]
Dcom_android_bluetooth_hid.cpp135 ALOGV("call to virtual_unplug_callback"); in virtual_unplug_callback()
396ALOGV("%s: reportType = %d, reportId = %d, bufferSize = %d", __FUNCTION__, reportType, reportId, b… in getReportNative()
424 ALOGV("%s: reportType = %d", __FUNCTION__, reportType); in setReportNative()
450 ALOGV("%s", __FUNCTION__); in sendDataNative()
/packages/apps/TV/usbtuner/jni/
Dlogging.h26 #define ALOGV(...) __android_log_print(ANDROID_LOG_VERBOSE, LOG_TAG, __VA_ARGS__) macro
/packages/services/Car/vehicle_network_service/
DVehicleNetworkService.h208 ALOGV("dispatchEvents, num Events:%d", mEvents.size()); in dispatchEvents()