Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 25 of 26) sorted by relevance

12

/hardware/qcom/wlan/qcwcn/wifi_hal/
Dlist.h45 #define list_for_each(ref, head) \ argument
46 for (ref = (head)->next; ref->next, ref != (head); ref = ref->next)
57 #define list_for_each_entry(ref, head, member) \ argument
58 for (ref = list_entry((head)->next, typeof(*ref), member); \
59 ref->member.next, &ref->member != (head); \
60 ref = list_entry(ref->member.next, typeof(*ref), member))
/hardware/google/av/media/codecs/vorbis/
DC2SoftVorbisDec.cpp213 ogg_buffer *buf, ogg_reference *ref, oggpack_buffer *bits) { in makeBitReader() argument
219 ref->buffer = buf; in makeBitReader()
220 ref->begin = 0; in makeBitReader()
221 ref->length = size; in makeBitReader()
222 ref->next = nullptr; in makeBitReader()
224 oggpack_readinit(bits, ref); in makeBitReader()
282 ogg_reference ref; in process() local
286 makeBitReader((const uint8_t *)data + 7, inSize - 7, &buf, &ref, &bits); in process()
374 ogg_reference ref; in process() local
375 ref.buffer = &buf; in process()
[all …]
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DRecurrentTimer_test.cpp35 auto counterRef = std::ref(counter); in TEST()
50 auto counter1msRef = std::ref(counter1ms); in TEST()
51 auto counter5msRef = std::ref(counter5ms); in TEST()
/hardware/interfaces/media/c2/1.0/
Dtypes.hal88 * C2Param objects. The start index (offset into @ref Params) of each C2Param
93 * - 4 bytes: C2Param structure index (of type @ref ParamIndex) identifying the
111 * Within a given C2Param structure, each field is uniquely identified by @ref
134 * @ref ParamDescriptor is returned by IConfigurable::querySupportedParams().
190 * via a separate channel (@ref FieldSupportedValues.type).
449 * Ordering information of @ref FrameData objects. Each member is used for
497 * Reference to a @ref BaseBlock within a @ref WorkBundle.
520 * A codec buffer, which is a collection of @ref Block objects and metadata.
522 * This is a part of @ref FrameData.
536 * An extension of @ref Buffer that also contains a C2Param structure index.
[all …]
DIInputSink.hal24 * An @ref IComponent instance can present itself as an `IInputSink` via a thin
47 * Returns the @ref IConfigurable instance associated to this sink.
DIComponentInterface.hal31 * Returns the @ref IConfigurable instance associated to this component
DIComponentListener.hal20 * Callback interface for handling notifications from @ref IComponent.
84 * @param renderedFrames List of @ref RenderedFrame objects.
DIInputSurfaceConnection.hal40 * Returns the @ref IConfigurable instance associated to this connection.
DIInputSurface.hal47 * Returns the @ref IConfigurable instance associated to this input surface.
DIConfigurable.hal67 * When the object type is @ref IComponent, this method must be supported in
123 * When the object type is @ref IComponent, this method must be supported in
204 * When the object type is @ref IComponent, this method must be supported in
DIComponent.hal357 * Returns the @ref IComponentInterface instance associated to this
360 * An @ref IConfigurable instance for the component can be obtained by calling
368 * Returns an @ref IInputSink instance that has the component as the
DIComponentStore.hal217 * Returns the @ref IConfigurable instance associated to this component
/hardware/google/av/codec2/vndk/util/
DC2InterfaceUtils.cpp73 _mMin = values.range.min.ref<ValueType>(); in C2SupportedRange()
74 _mMax = values.range.max.ref<ValueType>(); in C2SupportedRange()
75 _mStep = values.range.step.ref<ValueType>(); in C2SupportedRange()
76 _mNum = values.range.num.ref<ValueType>(); in C2SupportedRange()
77 _mDenom = values.range.denom.ref<ValueType>(); in C2SupportedRange()
192 if ((~value & v.ref<ValueType>()) == 0) { in contains()
193 value &= ~v.ref<ValueType>(); in contains()
205 return p.ref<ValueType>(); in flags()
220 T value = v.ref<ValueType>() | minMask; in limitedTo()
224 T value = v.ref<ValueType>() | minMask; in limitedTo()
[all …]
DC2InterfaceHelper.cpp157 const ParamRef ref() const { in ref() function in C2InterfaceHelper::ParamHelper::Impl
304 const C2InterfaceHelper::ParamRef C2InterfaceHelper::ParamHelper::ref() const { in ref() function in C2InterfaceHelper::ParamHelper
305 return mImpl->ref(); in ref()
460 _mParams.insert({ param->ref(), param }); in addParam()
465 for (const ParamRef &ref : param->getDependenciesAsRefs()) { in addParam() local
467 if (!_mParams.count(ref)) { in addParam()
471 _mParams.find(ref)->second->addDownDependency(param->index()); in addParam()
/hardware/interfaces/sensors/1.0/vts/functional/
DSensorsHidlEnvironmentV1_0.cpp97 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()
/hardware/google/av/codec2/include/
DC2Param.h838 template<typename T> const T &ref() const;
886 *value = _mValue.ref<T>(); in get()
920 template<> inline const int32_t &C2Value::Primitive::ref<int32_t>() const { return i32; }
921 template<> inline const int64_t &C2Value::Primitive::ref<int64_t>() const { return i64; }
922 template<> inline const uint32_t &C2Value::Primitive::ref<uint32_t>() const { return u32; }
923 template<> inline const uint64_t &C2Value::Primitive::ref<uint64_t>() const { return u64; }
924 template<> inline const c2_cntr32_t &C2Value::Primitive::ref<c2_cntr32_t>() const { return c32; }
925 template<> inline const c2_cntr64_t &C2Value::Primitive::ref<c2_cntr64_t>() const { return c64; }
926 template<> inline const float &C2Value::Primitive::ref<float>() const { return fp; }
/hardware/interfaces/broadcastradio/1.1/default/
DTuner.cpp82 mVirtualRadio = std::ref(getFmRadio()); in setConfigurationInternalLocked()
84 mVirtualRadio = std::ref(getAmRadio()); in setConfigurationInternalLocked()
/hardware/google/av/media/sfplugin/
DCodec2InfoBuilder.cpp501 pl.profile = (C2Config::profile_t)profile.ref<uint32_t>(); in buildMediaCodecList()
515 pl.level = (C2Config::level_t)level.ref<uint32_t>(); in buildMediaCodecList()
552 (C2Config::level_t)v.ref<uint32_t>(); in buildMediaCodecList()
/hardware/interfaces/automotive/evs/1.0/
DIEvsEnumerator.hal42 * behavior in the hardware binder (ref b/36122635).
/hardware/interfaces/graphics/bufferqueue/2.0/
DIGraphicBufferProducer.hal218 * See @ref DequeueBufferInput for more information on the @p input
413 * (refer to the documentation of @ref QueueBufferOutput).
416 * @param input See @ref QueueBufferInput.
418 * @return output See @ref QueueBufferOutput.
509 * @ref IGraphicBufferProducer methods apart from connect() to fail.
/hardware/interfaces/gnss/1.0/
DIAGnssRil.hal81 /** Represents ref locations */
/hardware/google/av/codec2/vndk/include/util/
DC2InterfaceHelper.h286 const ParamRef ref() const;
DC2InterfaceUtils.h36 return os << p.ref<T>(); in put()
/hardware/google/av/codec2/tests/
DC2ComponentInterface_test.cpp352 return (TField)prim.ref<TStorage>(); in getTestValues()
/hardware/interfaces/keymaster/3.0/
DIKeymasterDevice.hal21 * https://source.android.com/security/keystore/implementer-ref.html

12