Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 25 of 99) sorted by relevance

1234

/frameworks/base/core/java/android/view/
DFrameMetrics.java214 Index.FLAGS,
215 Index.FRAME_TIMELINE_VSYNC_ID,
216 Index.INTENDED_VSYNC,
217 Index.VSYNC,
218 Index.INPUT_EVENT_ID,
219 Index.HANDLE_INPUT_START,
220 Index.ANIMATION_START,
221 Index.PERFORM_TRAVERSALS_START,
222 Index.DRAW_START,
223 Index.FRAME_DEADLINE,
[all …]
/frameworks/base/tests/JankBench/app/src/main/java/com/android/benchmark/ui/automation/
DFrameTimingStats.java28 Index.FLAGS,
29 Index.INTENDED_VSYNC,
30 Index.VSYNC,
31 Index.OLDEST_INPUT_EVENT,
32 Index.NEWEST_INPUT_EVENT,
33 Index.HANDLE_INPUT_START,
34 Index.ANIMATION_START,
35 Index.PERFORM_TRAVERSALS_START,
36 Index.DRAW_START,
37 Index.SYNC_QUEUED,
[all …]
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.h98 C2Param::Index(T::PARAM_TYPE), attrib, name.c_str()),
144 std::string getParamName(C2Param::Index index) const;
156 std::vector<C2Param::Index> *vec /* nonnull */) const;
166 std::vector<C2Param::Index> *vec /* nonnull */) const;
175 const C2Param::Index &index,
220 std::map<C2Param::Index, std::string> mParamNames;
DCCodecConfig.h116 std::set<C2Param::Index> mSupportedIndices; ///< indices supported by the component
117 std::set<C2Param::Index> mSubscribedIndices; ///< indices to subscribe to
132 std::map<C2Param::Index, std::unique_ptr<C2Param>> mCurrentConfig;
140 std::map<C2Param::Index, LocalParamValidator> mLocalParams;
172 C2Param::Index index = T::PARAM_TYPE;
276 const C2Param *getConfigParameterValue(C2Param::Index index) const;
310 Watcher(C2Param::Index index, const CCodecConfig *parent) in Watcher()
319 C2Param::Index mIndex;
326 Watcher<T> watch(C2Param::Index index = T::PARAM_TYPE) const {
372 const std::vector<C2Param::Index> &indices,
DReflectedParamUpdater.cpp225 std::string ReflectedParamUpdater::getParamName(C2Param::Index index) const { in getParamName()
238 std::vector<C2Param::Index> *vec /* nonnull */) const { in getParamIndicesFromMessage()
241 std::set<C2Param::Index> indices; in getParamIndicesFromMessage()
247 for (const C2Param::Index &index : indices) { in getParamIndicesFromMessage()
254 std::vector<C2Param::Index> *vec /* nonnull */) const { in getParamIndicesForKeys()
257 std::set<C2Param::Index> indices; in getParamIndicesForKeys()
272 for (const C2Param::Index &index : indices) { in getParamIndicesForKeys()
278 const C2Param::Index &index, in getKeysForParamIndex()
310 std::map<C2Param::Index, std::unique_ptr<C2Param>*> paramsMap; in updateParamsFromMessage()
504 std::map<C2Param::Index, C2Param *> paramsMap; in getParams()
/frameworks/av/media/codec2/vndk/util/
DC2InterfaceHelper.cpp75 void addDownDependency(C2Param::Index index) { in addDownDependency()
142 const std::vector<C2Param::Index> getDownDependencies() const { in getDownDependencies()
146 C2Param::Index index() const { in index()
169 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
248 std::vector<C2Param::Index> mDependencies;
250 … std::vector<C2Param::Index> mDownDependencies; // TODO: this does not work for stream dependencies
264 void C2InterfaceHelper::ParamHelper::addDownDependency(C2Param::Index index) { in addDownDependency()
292 const std::vector<C2Param::Index> C2InterfaceHelper::ParamHelper::getDownDependencies() const { in getDownDependencies()
296 C2Param::Index C2InterfaceHelper::ParamHelper::index() const { in index()
317 std::vector<C2Param::Index> indices, std::vector<ParamRef> refs) { in setDependencies()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DMenuMessageView.java54 Index.TEXT_VIEW,
55 Index.UNDO_BUTTON
58 @interface Index { annotation in MenuMessageView
72 addView(mTextView, Index.TEXT_VIEW, in MenuMessageView()
74 addView(mUndoButton, Index.UNDO_BUTTON, new LayoutParams(WRAP_CONTENT, WRAP_CONTENT)); in MenuMessageView()
/frameworks/av/media/codec2/hal/aidl/
DConfigurable.cpp66 typedef C2Param::Index Index; in query() typedef
67 std::vector<Index> c2heapParamIndices( in query()
68 (Index*)indices.data(), in query()
69 (Index*)indices.data() + indices.size()); in query()
DComponentInterface.cpp110 const std::vector<C2Param::Index>& indices, in query()
119 std::vector<C2Param::Index> paramsToIntf; in query()
120 std::vector<C2Param::Index> paramsToLargeFrameIntf; in query()
/frameworks/av/media/codec2/hal/hidl/1.0/utils/
DConfigurable.cpp63 typedef C2Param::Index Index; in query() typedef
64 std::vector<Index> c2heapParamIndices( in query()
65 (Index*)indices.data(), in query()
66 (Index*)indices.data() + indices.size()); in query()
DComponentInterface.cpp109 const std::vector<C2Param::Index>& indices, in query()
118 std::vector<C2Param::Index> paramsToIntf; in query()
119 std::vector<C2Param::Index> paramsToLargeFrameIntf; in query()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method_type.h51 template <std::size_t Index>
52 using Method = typename std::tuple_element<Index, Methods>::type;
56 return ElementForType<MethodType, MethodTypes...>::Index; in MethodIndex()
Dfunction_traits.h34 template <std::size_t Index>
35 using Arg = typename std::tuple_element<Index, Args>::type;
Dthread_local_buffer.h18 template <typename T, std::size_t Index>
26 template <std::size_t Index>
Dserialization.h68 struct Index {}; struct
407 inline std::size_t GetTupleSize(const std::tuple<T...>&, Index<0>) {
413 inline std::size_t GetTupleSize(const std::tuple<T...>& tuple, Index<index>) {
414 return GetTupleSize(tuple, Index<index - 1>()) +
423 GetTupleSize(tuple, Index<sizeof...(T)>());
429 inline std::size_t GetMemberSize(const T&, Index<0>) {
435 inline std::size_t GetMemberSize(const T& object, Index<index>) {
436 return GetMemberSize<Members>(object, Index<index - 1>()) +
444 return GetMemberSize<Members>(object, Index<Members::MemberCount>());
1034 Index<0>) {}
[all …]
Dserializable.h60 template <std::size_t Index>
61 using At = typename std::tuple_element<Index, Members>::type;
/frameworks/compile/slang/
Dslang_rs_export_func.cpp143 unsigned Index = 0; in checkParameterPacketType() local
145 FE = ERT->fields_end(); FI != FE; FI++, Index++) { in checkParameterPacketType()
149 llvm::Type *T2 = ParamTy->getTypeAtIndex(Index); in checkParameterPacketType()
157 size_t T2Offset = ParamTySL->getElementOffset(Index); in checkParameterPacketType()
/frameworks/av/media/codec2/core/include/
DC2Param.h285 struct Index : public Type { struct
290 inline Index(uint32_t index) : Type(index) { } in Index() function
293 inline Index(const Index &index) = default;
296 inline Index(uint64_t index) = delete;
304 inline Index withStream(unsigned stream) const { in withStream() argument
305 Index ix = mIndex; in withStream()
311 inline Index withPort(bool output) const { in withPort() argument
312 Index ix = mIndex; in withPort()
317 DEFINE_FIELD_BASED_COMPARISON_OPERATORS(Index, mIndex)
557 inline C2Param(uint32_t paramSize, Index paramIndex) in C2Param()
[all …]
DC2ParamDef.h240 (_Type::PARAM_TYPE & T::Index::DIR_UNDEFINED) != T::Index::DIR_UNDEFINED); \
407 private _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_UNDEFINED> {
426 public _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_INPUT> {
439 public _C2StructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_OUTPUT> {
494 public _C2FlexStructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_INPUT> {
511 public _C2FlexStructCheck<S, ParamIndex, T::PARAM_KIND | T::Index::DIR_OUTPUT> {
551 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Index::DIR_UNDEFINED> {
575 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Type::DIR_INPUT> {
594 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Type::DIR_OUTPUT> {
636 T::PARAM_KIND | T::Index::IS_STREAM_FLAG | T::Index::DIR_UNDEFINED> {
[all …]
DC2Component.h157 const std::vector<C2Param::Index> &heapParamIndices,
698 virtual const std::vector<C2Param::Index> getParsedParams() const = 0;
881 const std::vector<C2Param::Index> &heapParamIndices,
/frameworks/av/media/libeffects/lvm/lib/Reverb/src/
DLVREV_ApplyNewSettings.cpp321 LVM_INT32 Index = 0; in LVREV_ApplyNewSettings() local
344 Index = i; in LVREV_ApplyNewSettings()
349 if (RoomSize == LVREV_GainPolyTable[Index][0]) { in LVREV_ApplyNewSettings()
352 Coefs[i - 1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
362 Tot_Dist = (LVM_UINT32)LVREV_GainPolyTable[Index][0] - in LVREV_ApplyNewSettings()
363 (LVM_UINT32)LVREV_GainPolyTable[Index - 1][0]; in LVREV_ApplyNewSettings()
364 Dist = RoomSize - (LVM_UINT32)LVREV_GainPolyTable[Index - 1][0]; in LVREV_ApplyNewSettings()
368 Coefs[i - 1] = LVREV_GainPolyTable[Index - 1][i]; in LVREV_ApplyNewSettings()
376 Coefs[i - 1] = LVREV_GainPolyTable[Index][i]; in LVREV_ApplyNewSettings()
/frameworks/av/media/codec2/vndk/include/util/
DC2InterfaceHelper.h174 C2ParamField makeParamField(C2Param::Index index) const;
238 Field(std::shared_ptr<FieldHelper> helper, C2Param::Index index);
321 const std::vector<C2Param::Index> getDownDependencies() const;
324 void addDownDependency(C2Param::Index index);
336 C2Param::Index index() const;
364 void setDependencies(std::vector<C2Param::Index> indices, std::vector<ParamRef> refs);
572 setDependencies(std::vector<C2Param::Index>{ deps->index()... },
612 setDependencies(std::vector<C2Param::Index>{ deps->index()... },
646 const std::vector<C2Param::Index> &heapParamIndices,
717 size_t getDependencyIndex_l(C2Param::Index ix) const;
/frameworks/av/media/codec2/vndk/internal/
DC2ParamInternal.h74 C2ParamField CreateParamField(C2Param::Index index, uint32_t offset, uint32_t size) { in CreateParamField()
79 C2ParamField CreateParamField(C2Param::Index index, _C2FieldId field) { in CreateParamField()
/frameworks/proto_logging/stats/atoms/telephony/qns/
Dqns_extension_atoms.proto103 // Index of sim slot
166 // Index of sim slot
181 // Index of sim slot
205 // Index of sim slot
223 // Index of sim slot
/frameworks/av/media/codec2/hal/common/include/codec2/common/
DMultiAccessUnitHelper.h41 bool isParamSupported(C2Param::Index index);
53 std::set<C2Param::Index> mSupportedParamIndexSet;

1234