Searched defs:AUnion (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAData.h34 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
77 * Helper class to call constructor and destructor for a specific type in AUnion.
140 struct AUnion { struct in namespace:android
403 * Helper template that deletes an object of a specific type (member) in an AUnion.
406 * \param U AUnion object in which the member should be deleted
647 struct Custom : protected Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask> {
648 using data_t = AUnion<Ts...>;
649 using base_t = Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask>;
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAData.h34 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
77 * Helper class to call constructor and destructor for a specific type in AUnion.
140 struct AUnion { struct in namespace:android
403 * Helper template that deletes an object of a specific type (member) in an AUnion.
406 * \param U AUnion object in which the member should be deleted
647 struct Custom : protected Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask> {
648 using data_t = AUnion<Ts...>;
649 using base_t = Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask>;
/frameworks/av/media/libstagefright/include/foundation/
H A DAData.h34 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
77 * Helper class to call constructor and destructor for a specific type in AUnion.
140 struct AUnion { struct in namespace:android
403 * Helper template that deletes an object of a specific type (member) in an AUnion.
406 * \param U AUnion object in which the member should be deleted
647 struct Custom : protected Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask> {
648 using data_t = AUnion<Ts...>;
649 using base_t = Flagged<AUnion<Ts...>, typename Flagger::type, Flagger::mask>;

Completed in 180 milliseconds