Searched refs:ref (Results 1 – 18 of 18) sorted by relevance
/hardware/qcom/wlan/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/interfaces/automotive/vehicle/2.0/default/tests/ |
D | RecurrentTimer_test.cpp | 35 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/ |
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 …]
|
D | IInputSink.hal | 24 * An @ref IComponent instance can present itself as an `IInputSink` via a thin 47 * Returns the @ref IConfigurable instance associated to this sink.
|
D | IComponentInterface.hal | 31 * Returns the @ref IConfigurable instance associated to this component
|
D | IInputSurfaceConnection.hal | 40 * Returns the @ref IConfigurable instance associated to this connection.
|
D | IComponentListener.hal | 20 * Callback interface for handling notifications from @ref IComponent. 84 * @param renderedFrames List of @ref RenderedFrame objects.
|
D | IInputSurface.hal | 47 * Returns the @ref IConfigurable instance associated to this input surface.
|
D | IConfigurable.hal | 67 * 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
|
D | IComponent.hal | 357 * 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
|
D | IComponentStore.hal | 217 * Returns the @ref IConfigurable instance associated to this component
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | SensorsHidlEnvironmentV1_0.cpp | 104 mPollThread = std::thread(pollingThread, this, std::ref(mStopThread)); in startPollingThread()
|
/hardware/interfaces/broadcastradio/1.1/default/ |
D | Tuner.cpp | 82 mVirtualRadio = std::ref(getFmRadio()); in setConfigurationInternalLocked() 84 mVirtualRadio = std::ref(getAmRadio()); in setConfigurationInternalLocked()
|
/hardware/interfaces/graphics/bufferqueue/2.0/ |
D | IGraphicBufferProducer.hal | 218 * 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/ |
D | IAGnssRil.hal | 81 /** Represents ref locations */
|
/hardware/interfaces/keymaster/3.0/ |
D | IKeymasterDevice.hal | 21 * https://source.android.com/security/keystore/implementer-ref.html
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 813 // Examples are "x@y.com,a@b.com - ref 1788 uint32_t rat; // bitset - ref. RadioTechnology.
|
/hardware/interfaces/tv/tuner/assets/ |
D | tuner_frontend_input.ts | 3 …yleft 2003-2013 - http://www.videolaGn.org/x264.html - options: cabac=0 ref=1 deblock=1:0:0 ana…
|