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

/frameworks/av/include/media/stagefright/foundation/
H A DAData.h31 * AData is a flexible union type that supports non-POD members. It supports arbitrary types as long
34 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
36 * one type can be easily accessed as an object of another type. AData prevents this.
38 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
43 * AData<int, float>::Basic data; // strict type support
57 * AData<int, sp<RefBase>>::RelaxedBasic objdata; // relaxed type support
405 * \param Flagger type flagger class (see AData)
442 * AData<types...>::Basic - strict type support using uint32_t flag.
444 * AData<types...>::Strict<Flag> - strict type support using custom flag.
445 * AData<type
457 struct AData { struct in namespace:android
[all...]
/frameworks/av/media/libstagefright/foundation/include/foundation/
H A DAData.h31 * AData is a flexible union type that supports non-POD members. It supports arbitrary types as long
34 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
36 * one type can be easily accessed as an object of another type. AData prevents this.
38 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
43 * AData<int, float>::Basic data; // strict type support
57 * AData<int, sp<RefBase>>::RelaxedBasic objdata; // relaxed type support
405 * \param Flagger type flagger class (see AData)
442 * AData<types...>::Basic - strict type support using uint32_t flag.
444 * AData<types...>::Strict<Flag> - strict type support using custom flag.
445 * AData<type
457 struct AData { struct in namespace:android
[all...]
/frameworks/av/media/libstagefright/include/foundation/
H A DAData.h31 * AData is a flexible union type that supports non-POD members. It supports arbitrary types as long
34 * Internally, AData is using AUnion - a structure providing the union support. AUnion should not
36 * one type can be easily accessed as an object of another type. AData prevents this.
38 * AData allows a custom type flagger to be used for future extensions (e.g. allowing automatic
43 * AData<int, float>::Basic data; // strict type support
57 * AData<int, sp<RefBase>>::RelaxedBasic objdata; // relaxed type support
405 * \param Flagger type flagger class (see AData)
442 * AData<types...>::Basic - strict type support using uint32_t flag.
444 * AData<types...>::Strict<Flag> - strict type support using custom flag.
445 * AData<type
457 struct AData { struct in namespace:android
[all...]

Completed in 64 milliseconds