Home
last modified time | relevance | path

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

123456789

/hardware/qcom/wlan/legacy/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/qcom/wlan/wcn6740/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/gfxstream/host/gl/gl-host-common/opengl/
DNativeGpuInfo_darwin.cpp40 CFDataRef ref( in GetEntryProperty() local
48 if (!ref) in GetEntryProperty()
53 reinterpret_cast<const uint32_t*>(CFDataGetBytePtr(ref)); in GetEntryProperty()
58 CFRelease(ref); in GetEntryProperty()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
Dchunked.js6 var ref = w.document.getElementsByTagName( "script" )[ 0 ];
17 ref.parentNode.insertBefore( script, ref );
95 a.setAttribute('href', searchresults[i].ref);
96 a.innerHTML = searchlookup[searchresults[i].ref];
/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DRecurrentTimer_test.cpp35 auto counterRef = std::ref(counter); in TEST()
51 auto counter1msRef = std::ref(counter1ms); in TEST()
52 auto counter5msRef = std::ref(counter5ms); in TEST()
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dvector_angle.inl1 /// @ref gtx_vector_angle
50 tvec3<T, P> const & ref argument
56 return mix(Angle, -Angle, dot(ref, cross(x, y)) < T(0));
Draw_data.inl1 /// @ref gtx_raw_data
Dtype_aligned.inl1 /// @ref gtc_type_aligned
Dnumber_precision.inl1 /// @ref gtx_number_precision
Dstd_based_type.inl1 /// @ref gtx_std_based_type
Dperpendicular.inl1 /// @ref gtx_perpendicular
Dprojection.inl1 /// @ref gtx_projection
Dmixed_product.inl1 /// @ref gtx_mixed_product
Dnormal.inl1 /// @ref gtx_normal
/hardware/interfaces/media/bufferpool/aidl/default/
DAccessor.cpp198 mBufferPool.flush(ref<Accessor>()); in flush()
272 newConnection->initialize(ref<Accessor>(), id); in connect()
287 std::shared_ptr<Accessor> accessor(ref<Accessor>()); in connect()
401 std::ref(mAccessors), in AccessorInvalidator()
402 std::ref(mMutex), in AccessorInvalidator()
403 std::ref(mCv), in AccessorInvalidator()
404 std::ref(mReady)); in AccessorInvalidator()
487 std::ref(mAccessors), in AccessorEvictor()
488 std::ref(mMutex), in AccessorEvictor()
489 std::ref(mCv)); in AccessorEvictor()
[all …]
/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 …]
/hardware/google/gfxstream/third-party/glm/include/glm/detail/
Dtype_vec.inl1 /// @ref core
Dtype_mat.inl1 /// @ref core
Dtype_mat4x4_simd.inl1 /// @ref core
Dfunc_packing_simd.inl1 /// @ref core
Dfunc_vector_relational_simd.inl1 /// @ref core
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dvec1.inl1 /// @ref gtc_vec1
Dtype_precision.inl1 /// @ref gtc_swizzle
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/
DDisplayStateResidencyWatcher.cpp57 mProvider->unregisterCallback(this->ref<IPixelStateResidencyCallback>()); in ~DisplayStateResidencyWatcher()
106 this->ref<IPixelStateResidencyCallback>(), in registerWithPowerStats()
/hardware/google/gfxstream/
D.gitignore179 /docs/interop/qemu-ga-ref.html
180 /docs/interop/qemu-ga-ref.info*
181 /docs/interop/qemu-ga-ref.txt
183 /docs/interop/qemu-qmp-ref.html
184 /docs/interop/qemu-qmp-ref.info*
185 /docs/interop/qemu-qmp-ref.txt

123456789