Searched refs:UPIODBG (Results 1 – 1 of 1) sorted by relevance
/hardware/broadcom/libbt/src/ |
D | upio.c | 52 #define UPIODBG(param, ...) {ALOGD(param, ## __VA_ARGS__);} macro 54 #define UPIODBG(param, ...) {} macro 128 UPIODBG("is_emulator_context : %s", value); in is_emulator_context() 140 UPIODBG("is_rfkill_disabled ? [%s]", value); in is_rfkill_disabled() 199 UPIODBG("..%s..", __FUNCTION__); in proc_btwrite_timeout() 231 UPIODBG("%s : timer_settime success", __FUNCTION__); in upio_start_stop_timer() 233 UPIODBG("%s : timer_settime failed", __FUNCTION__); in upio_start_stop_timer() 313 UPIODBG("set_bluetooth_power [emul] %d", on); in upio_set_bluetooth_power() 371 UPIODBG("%s : pio %d action %d, polarity %d", __FUNCTION__, pio, action, polarity); in upio_set() 378 UPIODBG("LPM is %s already", lpm_mode[action]); in upio_set() [all …]
|