Home
last modified time | relevance | path

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

123

/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/
DAttributes.h149 using Index = std::map<nlattrtype_t, Buffer<nlattr>>;
166 mutable std::optional<Index> mIndex;
173 const Index& index() const;
/hardware/interfaces/automotive/can/1.0/default/libnl++/
DAttributes.cpp25 const Attributes::Index& Attributes::index() const { in index()
28 mIndex = Index(); in index()
/hardware/interfaces/media/omx/1.0/
DIOmxNode.hal132 * @param portIndex Index of the port.
147 * @param portIndex Index of the port.
166 * @param portIndex Index of the port.
186 * @param portIndex Index of the port.
215 * @param portIndex Index of the port.
236 * @param portIndex Index of the port.
256 * @param portIndex Index of the port.
/hardware/interfaces/automotive/vehicle/2.0/default/tests/fuzzer/
DREADME.md13 2. Diagnostic Integer Sensor Index (parameter name: `diagnosticIntIndex`)
14 3. Diagnostic Float Sensor Index (parameter name: `diagnosticFloatIndex`)
/hardware/interfaces/power/stats/1.0/
Dtypes.hal27 /** Index corresponding to the rail */
39 * Index corresponding to the rail. This index matches
/hardware/interfaces/wifi/1.0/
DREADME-NAN.md56 * Index [NanBandIndex.NAN_BAND_24GHZ] = <b>true</b>
57 * Index [NanBandIndex.NAN_BAND_5GHZ] = <i>variable</i>
73 * Index [NanBandIndex.NAN_BAND_24GHZ]
81 * Index [NanBandIndex.NAN_BAND_5GHZ]
/hardware/interfaces/wifi/1.2/
DREADME-NAN.md59 * Index [NanBandIndex.NAN_BAND_24GHZ] = <b>true</b>
60 * Index [NanBandIndex.NAN_BAND_5GHZ] = <i>variable</i>
76 * Index [NanBandIndex.NAN_BAND_24GHZ]
84 * Index [NanBandIndex.NAN_BAND_5GHZ]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/chunkindex/
DREADME.adoc9 = Index Building For Vulkan Chunked HTML Output
Dchunked.js162 searchengine = lunr.Index.load(searchindex);
Dlunr.js1849 lunr.Index = function (attrs) { class in lunr
1928 lunr.Index.prototype.search = function (queryString) {
1960 lunr.Index.prototype.query = function (fn) {
2252 lunr.Index.prototype.toJSON = function () {
2279 lunr.Index.load = function (serializedIndex) {
2318 return new lunr.Index(attrs)
2652 return new lunr.Index({
/hardware/interfaces/tv/tuner/1.1/
Dtypes.hal903 * Index the address of MMT Packet Table(MPT).
907 * Index the address of Video.
911 * Index the address of Audio.
915 * Index to indicate this is a target of timestamp extraction for video.
919 * Index to indicate this is a target of timestamp extraction for audio.
/hardware/interfaces/security/keymint/support/fuzzer/
DREADME.md20 3. Index(parameter name: "idx")
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
DREADME.adoc27 == Chunked Spec Index
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc.hpp605 template <size_t Index, typename T, typename... ChainElements>
608 …static const bool value = std::is_same<T, typename std::tuple_element<Index, std::tuple<ChainEleme…
609 StructureChainContains<Index - 1, T, ChainElements...>::value;
618 template <size_t Index, typename... ChainElements>
621 … using TestType = typename std::tuple_element<Index, std::tuple<ChainElements...>>::type;
623 …( TestType::allowDuplicate || !StructureChainContains<Index - 1, TestType, ChainElements...>::valu…
624 StructureChainValidation<Index - 1, ChainElements...>::valid;
750 template <int Index, typename T, int Which, typename, class First, class... Types>
751 struct ChainElementIndex : ChainElementIndex<Index + 1, T, Which, void, Types...>
755 template <int Index, typename T, int Which, class First, class... Types>
[all …]
Dvulkan.hpp606 template <size_t Index, typename T, typename... ChainElements>
609 …static const bool value = std::is_same<T, typename std::tuple_element<Index, std::tuple<ChainEleme…
610 StructureChainContains<Index - 1, T, ChainElements...>::value;
619 template <size_t Index, typename... ChainElements>
622 … using TestType = typename std::tuple_element<Index, std::tuple<ChainElements...>>::type;
624 …( TestType::allowDuplicate || !StructureChainContains<Index - 1, TestType, ChainElements...>::valu…
625 StructureChainValidation<Index - 1, ChainElements...>::valid;
751 template <int Index, typename T, int Which, typename, class First, class... Types>
752 struct ChainElementIndex : ChainElementIndex<Index + 1, T, Which, void, Types...>
756 template <int Index, typename T, int Which, class First, class... Types>
[all …]
/hardware/interfaces/radio/config/1.0/
DIRadioConfig.hal71 * @param slotMap Logical to physical slot mapping, size == no. of radio instances. Index is
/hardware/google/gfxstream/guest/mesa/include/D3D9/
Dd3d9.h209 virtual HRESULT WINAPI SetLight(DWORD Index, const D3DLIGHT9 *pLight) = 0;
210 virtual HRESULT WINAPI GetLight(DWORD Index, D3DLIGHT9 *pLight) = 0;
211 virtual HRESULT WINAPI LightEnable(DWORD Index, BOOL Enable) = 0;
212 virtual HRESULT WINAPI GetLightEnable(DWORD Index, BOOL *pEnable) = 0;
213 virtual HRESULT WINAPI SetClipPlane(DWORD Index, const float *pPlane) = 0;
214 virtual HRESULT WINAPI GetClipPlane(DWORD Index, float *pPlane) = 0;
797 HRESULT (WINAPI *SetLight)(IDirect3DDevice9 *This, DWORD Index, const D3DLIGHT9 *pLight);
798 HRESULT (WINAPI *GetLight)(IDirect3DDevice9 *This, DWORD Index, D3DLIGHT9 *pLight);
799 HRESULT (WINAPI *LightEnable)(IDirect3DDevice9 *This, DWORD Index, BOOL Enable);
800 HRESULT (WINAPI *GetLightEnable)(IDirect3DDevice9 *This, DWORD Index, BOOL *pEnable);
[all …]
/hardware/google/gfxstream/guest/mesa/include/d3dadapter/
Dpresent.h150 HRESULT (WINAPI *GetPresent)(ID3DPresentGroup *This, UINT Index, ID3DPresent **ppPresent);
/hardware/interfaces/media/c2/1.0/
Dtypes.hal35 /** Argument/Index is valid but not possible. */
125 /** Index of the C2Param structure. */
138 * Index of the C2Param structure being described.
371 * Index of the structure.
/hardware/interfaces/audio/5.0/
Dtypes.hal198 /** Index of this microphone within the group.
/hardware/interfaces/audio/4.0/
Dtypes.hal254 /** Index of this microphone within the group.
/hardware/interfaces/audio/6.0/
Dtypes.hal198 /** Index of this microphone within the group.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantStaNetwork.hal296 * @param keyIdx Index of wep key to set.
708 * @param keyIdx Index of wep key to be fetched.
/hardware/interfaces/audio/7.0/
Dtypes.hal211 * Index of this microphone within the group.
/hardware/interfaces/wifi/1.4/
Dtypes.hal66 * Index for 6 GHz band.

123