Home
last modified time | relevance | path

Searched refs:ESD_ENDIAN_KEY (Results 1 - 3 of 3) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Desound.h47 #define ESD_ENDIAN_KEY ((uint32_t) (('E' << 24) + ('N' << 16) + ('D' << 8) + ('N'))) macro
200 /* and matches ESD_ENDIAN_KEY (ENDN), then the endianness of the */
202 #define ESD_SWAP_ENDIAN_KEY (PA_UINT32_SWAP(ESD_ENDIAN_KEY))
H A Dprotocol-esound.c364 if (ekey == ESD_ENDIAN_KEY) in esd_proto_connect()
/third_party/pulseaudio/src/modules/
H A Dmodule-esound-sink.c697 key = ESD_ENDIAN_KEY; in pa__init()

Completed in 5 milliseconds