Searched refs:template (Results 151 - 175 of 193) sorted by relevance

12345678

/frameworks/av/include/media/stagefright/foundation/
H A DADebug.h40 template<class A, class B> \
/frameworks/av/services/camera/libcameraservice/common/
H A DCamera2ClientBase.h29 template <typename TClientBase>
/frameworks/compile/mclinker/include/mcld/ADT/
H A DFlags.h15 template<typename Enum>
H A DHashTable.h30 template<typename HashEntryTy,
H A DHashIterator.h19 template<typename HashTableImplTy>
158 template<typename HashTableImplTy>
249 * HashIterator is a template policy-based iterator, which can change its
250 * behavior by change the template argument IteratorBase. HashTable defines
253 template<typename IteratorBase,
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h23 template<typename KeyType, typename DataType, size_t ChunkSize>
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocationFunctions.h20 template<typename T1, typename T2>
/frameworks/native/include/ui/
H A DANativeObjectBase.h57 template <typename NATIVE_TYPE, typename TYPE, typename REF>
/frameworks/rs/
H A DrsObjectBase.h95 template<class T>
/frameworks/testing/support/
H A DAndroid.mk64 -hdf template.showLanguageMenu true
87 -hdf template.showLanguageMenu true
/frameworks/webview/chromium/tools/buildbot/
H A Dwebview_buildbot_functions.sh144 git clone --template=${DEPOT_TOOLS_DIR}/git-templates \
/frameworks/native/opengl/libagl/
H A Dcontext.h56 template<typename T>
60 template<typename T>
64 template<typename T>
68 template<typename T>
72 template<typename T>
76 template<typename T>
/frameworks/av/include/camera/
H A DCameraMetadata.h141 template<typename T>
H A DCameraParameters2.h116 template <typename KeyT, typename ValueT>
H A DCamera.h48 template <>
H A DProCamera.h85 template <>
207 // Create a request object from a template.
/frameworks/av/media/libeffects/testlibs/
H A DAudioFormatAdapter.h49 template<class T, size_t bufSize>
/frameworks/av/services/audioflinger/
H A DAudioMixer.h419 /* multi-format volume mixing function (calls template functions
420 * in AudioMixerOps.h). The template parameters are as follows:
429 template <int MIXTYPE, bool USEFLOATVOL, bool ADJUSTVOL,
435 template <int MIXTYPE, typename TO, typename TI, typename TA>
439 template <int MIXTYPE, typename TO, typename TI, typename TA>
442 template <int MIXTYPE, typename TO, typename TI, typename TA>
/frameworks/compile/mclinker/include/mcld/LD/
H A DRelocData.h91 template<class Comparator> void sort(Comparator pComparator) {
H A DArchive.h54 template<typename OFFSET_TYPE>
/frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
H A Dsparse_weight_vector.h35 template<class Key = std::string, class Hash = std::hash_map<Key, double> >
189 template <class Key, class Hash>
H A Dstochastic_linear_ranker.h40 template<class Key = std::string, class Hash = std::hash_map<std::string, double> >
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkStatsServiceTest.java460 // and verify new history also recorded under different template, which
603 // verify that ALL_MOBILE template combines both
839 private void assertNetworkTotal(NetworkTemplate template, long rxBytes, long rxPackets, argument
841 assertNetworkTotal(template, Long.MIN_VALUE, Long.MAX_VALUE, rxBytes, rxPackets, txBytes,
845 private void assertNetworkTotal(NetworkTemplate template, long start, long end, long rxBytes, argument
848 final NetworkStatsHistory history = mSession.getHistoryForNetwork(template, FIELD_ALL);
852 final NetworkStats stats = mSession.getSummaryForNetwork(template, start, end);
857 private void assertUidTotal(NetworkTemplate template, int uid, long rxBytes, long rxPackets, argument
859 assertUidTotal(template, uid, SET_ALL, rxBytes, rxPackets, txBytes, txPackets, operations);
862 private void assertUidTotal(NetworkTemplate template, in argument
[all...]
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DCameraDeviceUserShim.java537 CameraMetadataNative template;
539 template =
546 request.swap(template);
/frameworks/av/drm/libdrmframework/include/
H A DPlugInManager.h35 * This is the template class for Plugin manager.
40 template<typename Type>

Completed in 6148 milliseconds

12345678