/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | list.h | 45 #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/ |
D | list.h | 45 #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/ |
D | NativeGpuInfo_darwin.cpp | 40 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/ |
D | chunked.js | 6 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/ |
D | RecurrentTimer_test.cpp | 35 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/ |
D | vector_angle.inl | 1 /// @ref gtx_vector_angle 50 tvec3<T, P> const & ref argument 56 return mix(Angle, -Angle, dot(ref, cross(x, y)) < T(0));
|
D | raw_data.inl | 1 /// @ref gtx_raw_data
|
D | type_aligned.inl | 1 /// @ref gtc_type_aligned
|
D | number_precision.inl | 1 /// @ref gtx_number_precision
|
D | std_based_type.inl | 1 /// @ref gtx_std_based_type
|
D | perpendicular.inl | 1 /// @ref gtx_perpendicular
|
D | projection.inl | 1 /// @ref gtx_projection
|
D | mixed_product.inl | 1 /// @ref gtx_mixed_product
|
D | normal.inl | 1 /// @ref gtx_normal
|
/hardware/interfaces/media/bufferpool/aidl/default/ |
D | Accessor.cpp | 198 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/ |
D | types.hal | 88 * 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/ |
D | type_vec.inl | 1 /// @ref core
|
D | type_mat.inl | 1 /// @ref core
|
D | type_mat4x4_simd.inl | 1 /// @ref core
|
D | func_packing_simd.inl | 1 /// @ref core
|
D | func_vector_relational_simd.inl | 1 /// @ref core
|
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/ |
D | vec1.inl | 1 /// @ref gtc_vec1
|
D | type_precision.inl | 1 /// @ref gtc_swizzle
|
/hardware/google/graphics/common/libhwc2.1/libvrr/Power/ |
D | DisplayStateResidencyWatcher.cpp | 57 mProvider->unregisterCallback(this->ref<IPixelStateResidencyCallback>()); in ~DisplayStateResidencyWatcher() 106 this->ref<IPixelStateResidencyCallback>(), in registerWithPowerStats()
|
/hardware/google/gfxstream/ |
D | .gitignore | 179 /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
|