Searched refs:AUnion (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/include/media/stagefright/foundation/
H A DAData.h37 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
80 * Helper class to call constructor and destructor for a specific type in AUnion.
143 struct AUnion { struct in namespace:android
406 * Helper template that deletes an object of a specific type (member) in an AUnion.
409 * \param U AUnion object in which the member should be deleted
441 * AUnion.
444 * \param U AUnion object in which the member should be copy assigned
478 * AUnion.
481 * \param U AUnion objec
[all...]
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAData.h37 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
80 * Helper class to call constructor and destructor for a specific type in AUnion.
143 struct AUnion { struct in namespace:android
406 * Helper template that deletes an object of a specific type (member) in an AUnion.
409 * \param U AUnion object in which the member should be deleted
441 * AUnion.
444 * \param U AUnion object in which the member should be copy assigned
478 * AUnion.
481 * \param U AUnion objec
[all...]
/frameworks/av/media/libstagefright/include/media/stagefright/foundation/
H A DAData.h37 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
80 * Helper class to call constructor and destructor for a specific type in AUnion.
143 struct AUnion { struct in namespace:android
406 * Helper template that deletes an object of a specific type (member) in an AUnion.
409 * \param U AUnion object in which the member should be deleted
441 * AUnion.
444 * \param U AUnion object in which the member should be copy assigned
478 * AUnion.
481 * \param U AUnion objec
[all...]
/frameworks/av/media/libstagefright/foundation/tests/
H A DAData_test.cpp32 // ============ AUnion
54 AUnion<int, const char *, char> u;
78 AUnion<EventCounter, EventCounter *> d;
93 AUnion<std::shared_ptr<EventCounter>, std::unique_ptr<EventCounter>> md;

Completed in 208 milliseconds