HomeSort by relevance Sort by last modified time
    Searched refs:bluetooth_a2dp_hw_params (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
liba2dp.c 171 static int bluetooth_a2dp_hw_params(struct bluetooth_data *data);
496 static int bluetooth_a2dp_hw_params(struct bluetooth_data *data) function
538 DBG("bluetooth_a2dp_hw_params sending configuration:\n");
919 err = bluetooth_a2dp_hw_params(data);
921 ERR("bluetooth_a2dp_hw_params failed err: %d", err);
pcm_bluetooth.c 687 static int bluetooth_a2dp_hw_params(snd_pcm_ioplug_t *io, function
1189 .hw_params = bluetooth_a2dp_hw_params,
1203 .hw_params = bluetooth_a2dp_hw_params,
    [all...]

Completed in 105 milliseconds