Home
last modified time | relevance | path

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

/external/bluetooth/glib/gio/
Dgfileinfo.c117 #define GET_NS(_attr_id) \ argument
118 (((guint32) (_attr_id) >> NS_POS) & NS_MASK)
119 #define GET_ID(_attr_id) \ argument
120 (((guint32)(_attr_id) >> ID_POS) & ID_MASK)