Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libvrflinger/
Dhwc_types.h104 using Base = Wrapper<EnumType>;
173 Attribute() : Base(Invalid) {}
174 using Base::Base;
185 BlendMode() : Base(Invalid) {}
186 using Base::Base;
199 Composition() : Base(Invalid) {}
200 using Base::Base;
210 DisplayType() : Base(Invalid) {}
211 using Base::Base;
227 Error() : Base(None) {}
[all …]
/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
DTypeTraits.h145 template<size_t Base, typename T, typename ...Us>
151 template<size_t Base, typename T>
152 struct HIDE _find_first_impl<Base, T> : std::integral_constant<size_t, 0> {};
157 template<size_t Base, typename T, typename ...Us>
158 struct HIDE _find_first_impl<Base, T, T, Us...> : std::integral_constant<size_t, Base> {};
163 template<size_t Base, typename T, typename U, typename ...Us>
164 struct HIDE _find_first_impl<Base, T, U, Us...>
165 : std::integral_constant<size_t, _find_first_impl<Base + 1, T, Us...>::value> {};
185 template<size_t Base, typename T, typename ...Us>
191 template<size_t Base, typename T, typename U, typename ...Us>
[all …]
/frameworks/av/media/codec2/hidl/client/include/codec2/hidl/
Dclient.h95 typedef ::android::hardware::media::c2::V1_0::IConfigurable Base; typedef
119 Codec2ConfigurableClient(const sp<Base>& base);
122 sp<Base> mBase;
130 typedef ::android::hardware::media::c2::V1_0::IComponentStore Base; typedef
146 sp<Base> const& getBase() const;
206 Codec2Client(sp<Base> const& base, size_t serviceIndex);
209 sp<Base> mBase;
248 typedef ::android::hardware::media::c2::V1_0::IComponentInterface Base; typedef
250 Interface(const sp<Base>& base);
253 sp<Base> mBase;
[all …]
/frameworks/compile/mclinker/include/mcld/Support/
DGCFactory.h64 typedef DataIteratorBase<ChunkType> Base; typedef
75 DataIterator() : Base(NULL, 0) {} in DataIterator()
77 DataIterator(ChunkType* pChunk, unsigned int pPos) : Base(pChunk, pPos) {} in DataIterator()
79 DataIterator(const DataIterator& pCopy) : Base(pCopy.m_pChunk, pCopy.m_Pos) {} in DataIterator()
87 return this->m_pChunk->data[Base::m_Pos];
91 this->Base::advance();
97 this->Base::advance();
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
Ddisplay_protocol.h60 using Base = Flags<Integer>;
106 SurfaceUpdateFlags() : Base{None} {} in SurfaceUpdateFlags()
107 using Base::Base;
133 SurfaceAttribute() : Base{Invalid} {} in SurfaceAttribute()
134 using Base::Base;
/frameworks/compile/mclinker/include/mcld/
DInputTree.h30 typedef PolicyIteratorBase<Input, Traits, IteratorType> Base; typedef
37 PolicyIterator() : Base() {} in PolicyIterator()
39 PolicyIterator(const iterator& X) : Base(X.m_pNode) {} in PolicyIterator()
41 explicit PolicyIterator(NodeBase* X) : Base(X) {} in PolicyIterator()
45 bool isGroup() const { return !Base::hasData() && !Base::isRoot(); } in isGroup()
/frameworks/av/services/audiopolicy/engineconfigurable/src/
DCollection.h46 typedef std::map<Key, Element<Key> *> Base; typedef
127 Base::clear(); in clear()
/frameworks/compile/mclinker/include/mcld/ADT/
DHashIterator.h251 typedef IteratorBase Base; typedef
286 this->Base::advance();
292 this->Base::advance();
DBinTree.h139 typedef PolicyIteratorBase<DataType, Traits, IteratorType> Base; typedef
147 PolicyIterator() : Base() {} in PolicyIterator()
149 PolicyIterator(const iterator& X) : Base(X.m_pNode) {} in PolicyIterator()
151 explicit PolicyIterator(NodeBase* X) : Base(X) {} in PolicyIterator()
/frameworks/native/services/surfaceflinger/tests/unittests/
DCompositionTest.cpp680 using Base = BaseLayerProperties<SidebandLayerProperties>; typedef
711 using Base = BaseLayerProperties<SecureLayerProperties>; typedef
740 Base::setupBufferLayerPostFrameCallExpectations(test); in setupInsecureREBufferCompositionCallExpectations()
749 using Base = BaseLayerProperties<CursorLayerProperties>; typedef
752 Base::setupLayerState(test, layer); in setupLayerState()
824 using Base = BaseLayerVariant<LayerProperties>; typedef
828 FlingerLayerType layer = Base::template createLayerWithFactory<ColorLayer>(test, [test]() { in createLayer()
861 using Base = BaseLayerVariant<LayerProperties>; typedef
868 Base::template createLayerWithFactory<BufferQueueLayer>(test, [test]() { in createLayer()
883 Base::cleanupInjectedLayers(test); in cleanupInjectedLayers()
[all …]
DDisplayTransactionTest.cpp560 using Base = DisplayVariant<NoDisplayId, width, height, Critical::FALSE, Async::TRUE, secure, typedef
570 Base::setupNativeWindowSurfaceCreationCallExpectations(test); in setupNativeWindowSurfaceCreationCallExpectations()
586 using Base = DisplayVariant<VirtualDisplayId<42>, width, height, Critical::FALSE, Async::TRUE, typedef
591 Base::setupNativeWindowSurfaceCreationCallExpectations(test); in setupNativeWindowSurfaceCreationCallExpectations()
596 EXPECT_CALL(*test->mComposer, createVirtualDisplay(Base::WIDTH, Base::HEIGHT, _, _)) in setupHwcVirtualDisplayCreationCallExpectations()
/frameworks/av/media/codec2/hidl/client/
Dclient.cpp539 sp<Codec2Client::Base> const& Codec2Client::getBase() const { in getBase()
731 SimpleParamReflector(sp<Base> base) in getParamReflector()
734 sp<Base> mBase; in getParamReflector()
829 sp<Base> baseStore = Base::getService(name); in _CreateFromIndex()
1026 Codec2Client::Interface::Interface(const sp<Base>& base) in Interface()
1040 Codec2Client::Component::Component(const sp<Base>& base) in Component()
/frameworks/opt/setupwizard/library/
Drules.gradle2 * Base rules for building setup wizard library. This build file is not used directly but rather
/frameworks/compile/slang/
DRSCCOptions.td77 HelpText<"Base directory for output reflected Java files">;
/frameworks/rs/script_api/
Drs_math.spec1212 summary: Base two exponent
1355 summary: Base 10 logarithm
1401 summary: Base 2 logarithm
1424 summary: Base two exponent
2784 summary: Base raised to an exponent
2810 summary: Base raised to an integer exponent
/frameworks/ml/nn/runtime/test/
DTestVersionedInterfaces.cpp1917 using Base = VersionedIDeviceInitializedTest<version>; typedef in android::nn::__anonc4f555280111::VersionedIPreparedModelTest
1928 Base::kMockDevice, kMockPreparedModel, *Base::kDevice);
/frameworks/rs/script_api/include/
Drs_math.rsh2197 * ilogb: Base two exponent
2423 * log10: Base 10 logarithm
2501 * log2: Base 2 logarithm
2540 * logb: Base two exponent
5509 * pow: Base raised to an exponent
5549 * pown: Base raised to an integer exponent
/frameworks/native/vulkan/api/
Dvulkan.api3832 …VkDeviceSize offset /// Base offset from buffer…