Home
last modified time | relevance | path

Searched refs:PA_CARD_PROFILE_DATA (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dcard.h63 #define PA_CARD_PROFILE_DATA(d) ((void*) ((uint8_t*) d + PA_ALIGN(sizeof(pa_card_profile)))) macro
/third_party/pulseaudio/src/modules/alsa/
Dmodule-alsa-card.c177 d = PA_CARD_PROFILE_DATA(cp); in add_profiles()
190 d = PA_CARD_PROFILE_DATA(p); in add_disabled_profile()
208 nd = PA_CARD_PROFILE_DATA(new_profile); in card_set_profile()
209 od = PA_CARD_PROFILE_DATA(c->active_profile); in card_set_profile()
292 d = PA_CARD_PROFILE_DATA(u->card->active_profile); in init_profile()
/third_party/pulseaudio/src/modules/bluetooth/
Dmodule-bluez5-device.c1886 p = PA_CARD_PROFILE_DATA(cp); in create_card_profile()
1898 p = PA_CARD_PROFILE_DATA(cp); in create_card_profile()
1911 p = PA_CARD_PROFILE_DATA(cp); in create_card_profile()
1924 p = PA_CARD_PROFILE_DATA(cp); in create_card_profile()
1950 p = PA_CARD_PROFILE_DATA(new_profile); in set_profile_cb()
2055 p = PA_CARD_PROFILE_DATA(cp); in add_card()
2071 p = PA_CARD_PROFILE_DATA(u->card->active_profile); in add_card()