/hardware/interfaces/automotive/can/1.0/default/libnl++/include/libnl++/ |
D | Message.h | 52 const auto attributes = buf.data<nlattr>(sizeof(T)); in parse() local 54 return Message<T>(buf, nlHeader, dataHeader, attributes); in parse() 92 const Attributes attributes; variable 98 Attributes attributes) in Message() argument 99 : Buffer<nlmsghdr>(buffer), header(nlHeader), data(dataHeader), attributes(attributes) {} in Message()
|
/hardware/interfaces/gnss/aidl/default/ |
D | AGnssRil.cpp | 49 ndk::ScopedAStatus AGnssRil::updateNetworkState(const NetworkAttributes& attributes) { in updateNetworkState() argument 53 attributes.networkHandle, attributes.isConnected, attributes.capabilities, in updateNetworkState() 54 attributes.apn.c_str()); in updateNetworkState()
|
D | AGnssRil.h | 28 ndk::ScopedAStatus updateNetworkState(const NetworkAttributes& attributes) override;
|
/hardware/qcom/sm7250/gps/android/2.0/ |
D | AGnssRil.cpp | 110 Return<bool> AGnssRil::updateNetworkState_2_0(const V2_0::IAGnssRil::NetworkAttributes& attributes)… in updateNetworkState_2_0() argument 112 std::string apn = attributes.apn; in updateNetworkState_2_0() 116 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_METERED) { in updateNetworkState_2_0() 121 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_ROAMING) { in updateNetworkState_2_0() 125 mGnss->getGnssInterface()->updateConnectionStatus(attributes.isConnected, in updateNetworkState_2_0() 126 typeout, roaming, (NetworkHandle) attributes.networkHandle, apn); in updateNetworkState_2_0()
|
/hardware/qcom/sm8150/gps/android/2.1/ |
D | AGnssRil.cpp | 110 Return<bool> AGnssRil::updateNetworkState_2_0(const V2_0::IAGnssRil::NetworkAttributes& attributes)… in updateNetworkState_2_0() argument 112 std::string apn = attributes.apn; in updateNetworkState_2_0() 116 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_METERED) { in updateNetworkState_2_0() 121 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_ROAMING) { in updateNetworkState_2_0() 125 mGnss->getGnssInterface()->updateConnectionStatus(attributes.isConnected, in updateNetworkState_2_0() 126 typeout, roaming, (NetworkHandle) attributes.networkHandle, apn); in updateNetworkState_2_0()
|
/hardware/qcom/sm7250/gps/android/2.1/ |
D | AGnssRil.cpp | 110 Return<bool> AGnssRil::updateNetworkState_2_0(const V2_0::IAGnssRil::NetworkAttributes& attributes)… in updateNetworkState_2_0() argument 112 std::string apn = attributes.apn; in updateNetworkState_2_0() 116 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_METERED) { in updateNetworkState_2_0() 121 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_ROAMING) { in updateNetworkState_2_0() 125 mGnss->getGnssInterface()->updateConnectionStatus(attributes.isConnected, in updateNetworkState_2_0() 126 typeout, roaming, (NetworkHandle) attributes.networkHandle, apn); in updateNetworkState_2_0()
|
/hardware/qcom/sm8150/gps/android/2.0/ |
D | AGnssRil.cpp | 110 Return<bool> AGnssRil::updateNetworkState_2_0(const V2_0::IAGnssRil::NetworkAttributes& attributes)… in updateNetworkState_2_0() argument 112 std::string apn = attributes.apn; in updateNetworkState_2_0() 116 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_METERED) { in updateNetworkState_2_0() 121 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_ROAMING) { in updateNetworkState_2_0() 125 mGnss->getGnssInterface()->updateConnectionStatus(attributes.isConnected, in updateNetworkState_2_0() 126 typeout, roaming, (NetworkHandle) attributes.networkHandle, apn); in updateNetworkState_2_0()
|
/hardware/qcom/sm7150/gps/android/2.0/ |
D | AGnssRil.cpp | 109 Return<bool> AGnssRil::updateNetworkState_2_0(const V2_0::IAGnssRil::NetworkAttributes& attributes)… in updateNetworkState_2_0() argument 115 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_METERED) { in updateNetworkState_2_0() 120 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_ROAMING) { in updateNetworkState_2_0() 123 mGnss->getGnssInterface()->updateConnectionStatus(attributes.isConnected, in updateNetworkState_2_0() 124 typeout, roaming, (NetworkHandle) attributes.networkHandle); in updateNetworkState_2_0()
|
/hardware/qcom/sm8150p/gps/android/2.0/ |
D | AGnssRil.cpp | 109 Return<bool> AGnssRil::updateNetworkState_2_0(const V2_0::IAGnssRil::NetworkAttributes& attributes)… in updateNetworkState_2_0() argument 115 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_METERED) { in updateNetworkState_2_0() 120 if (attributes.capabilities & IAGnssRil::NetworkCapability::NOT_ROAMING) { in updateNetworkState_2_0() 123 mGnss->getGnssInterface()->updateConnectionStatus(attributes.isConnected, in updateNetworkState_2_0() 124 typeout, roaming, (NetworkHandle) attributes.networkHandle); in updateNetworkState_2_0()
|
/hardware/qcom/sdm845/display/libdisplayconfig/ |
D | DisplayConfig.cpp | 214 DisplayAttributes attributes; in getDisplayAttributes() local 218 return attributes; in getDisplayAttributes() 227 attributes.vsync_period = tmpAttributes.vsyncPeriod; in getDisplayAttributes() 228 attributes.xres = tmpAttributes.xRes; in getDisplayAttributes() 229 attributes.yres = tmpAttributes.yRes; in getDisplayAttributes() 230 attributes.xdpi = tmpAttributes.xDpi; in getDisplayAttributes() 231 attributes.ydpi = tmpAttributes.yDpi; in getDisplayAttributes() 232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType); in getDisplayAttributes() 233 attributes.is_yuv = tmpAttributes.isYuv; in getDisplayAttributes() 236 return attributes; in getDisplayAttributes()
|
/hardware/qcom/display/msm8909/libdisplayconfig/ |
D | DisplayConfig.cpp | 214 DisplayAttributes attributes; in getDisplayAttributes() local 218 return attributes; in getDisplayAttributes() 227 attributes.vsync_period = tmpAttributes.vsyncPeriod; in getDisplayAttributes() 228 attributes.xres = tmpAttributes.xRes; in getDisplayAttributes() 229 attributes.yres = tmpAttributes.yRes; in getDisplayAttributes() 230 attributes.xdpi = tmpAttributes.xDpi; in getDisplayAttributes() 231 attributes.ydpi = tmpAttributes.yDpi; in getDisplayAttributes() 232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType); in getDisplayAttributes() 233 attributes.is_yuv = tmpAttributes.isYuv; in getDisplayAttributes() 236 return attributes; in getDisplayAttributes()
|
/hardware/qcom/display/msm8909w_3100/libdisplayconfig/ |
D | DisplayConfig.cpp | 214 DisplayAttributes attributes; in getDisplayAttributes() local 218 return attributes; in getDisplayAttributes() 227 attributes.vsync_period = tmpAttributes.vsyncPeriod; in getDisplayAttributes() 228 attributes.xres = tmpAttributes.xRes; in getDisplayAttributes() 229 attributes.yres = tmpAttributes.yRes; in getDisplayAttributes() 230 attributes.xdpi = tmpAttributes.xDpi; in getDisplayAttributes() 231 attributes.ydpi = tmpAttributes.yDpi; in getDisplayAttributes() 232 attributes.panel_type = MapDisplayPortType(tmpAttributes.panelType); in getDisplayAttributes() 233 attributes.is_yuv = tmpAttributes.isYuv; in getDisplayAttributes() 236 return attributes; in getDisplayAttributes()
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmxStore.hal | 53 * Optional service attributes: 64 * List attributes that are service-specific (not node-specific). 66 * @return attributes The list of `Attribute`s that are specific to this 72 vec<ServiceAttribute> attributes 78 * Optional node attributes to describe supported values: 83 * Optional node attributes for audio nodes to describe supported values: 87 * Optional node attributes for video nodes to describe supported values: 98 * Required node attributes for video nodes that are required by Android to 103 * Optional node attributes for decoders to describe supported values: 108 * Optional node attributes for video decoders to describe supported values: [all …]
|
/hardware/interfaces/gnss/2.0/default/ |
D | AGnssRil.cpp | 56 const V2_0::IAGnssRil::NetworkAttributes& attributes) { in updateNetworkState_2_0() argument 57 ALOGD("updateNetworkState_2_0 networkAttributes: %s", toString(attributes).c_str()); in updateNetworkState_2_0()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/ |
D | FamilyTracker.cpp | 30 const auto familyName = msg.attributes.get<std::string>(CTRL_ATTR_FAMILY_NAME); in track() 31 const auto familyId = msg.attributes.get<uint16_t>(CTRL_ATTR_FAMILY_ID); in track()
|
D | Ctrl.cpp | 69 const auto familyId = msg.attributes.get<uint16_t>(CTRL_ATTR_FAMILY_ID); in track() 70 const auto familyName = msg.attributes.get<std::string>(CTRL_ATTR_FAMILY_NAME); in track()
|
/hardware/interfaces/drm/aidl/android/hardware/drm/ |
D | DrmMetric.aidl | 36 List<DrmMetricNamedValue> attributes;
|
/hardware/interfaces/media/omx/1.0/vts/functional/store/ |
D | VtsHalMediaOmxV1_0TargetStoreTest.cpp | 97 hidl_vec<IOmxStore::Attribute> attributes) { in validateAttributes() argument 99 for (const auto& attr : attributes) { in validateAttributes() 147 hidl_vec<IOmxStore::Attribute> attributes; in TEST_P() local 149 ->listServiceAttributes([&status, &attributes]( in TEST_P() 153 attributes = _nl; in TEST_P() 157 if (attributes.size() == 0) { in TEST_P() 185 validateAttributes(knownPatterns, unknownPatterns, attributes); in TEST_P() 292 validateAttributes(knownPatterns, unknownPatterns, node.attributes); in TEST_P()
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/1/android/hardware/drm/ |
D | DrmMetric.aidl | 38 List<android.hardware.drm.DrmMetricNamedValue> attributes;
|
/hardware/interfaces/drm/aidl/aidl_api/android.hardware.drm/current/android/hardware/drm/ |
D | DrmMetric.aidl | 38 List<android.hardware.drm.DrmMetricNamedValue> attributes;
|
/hardware/interfaces/graphics/mapper/2.1/ |
D | IMapper.hal | 64 * individual buffer attributes is optional. 67 * @param descriptorInfo specifies the attributes of the buffer. 111 * @param descriptorInfo specifies the attributes of the descriptor. 113 * BAD_VALUE when any of the specified attributes is 117 * UNSUPPORTED when any of the specified attributes is
|
/hardware/ti/am57x/libhwcomposer/ |
D | display.cpp | 234 int HWCDisplay::get_display_attributes(uint32_t cfg, const uint32_t* attributes, int32_t* values) in get_display_attributes() argument 236 if (!attributes || !values) in get_display_attributes() 246 for (size_t i = 0; attributes[i] != HWC_DISPLAY_NO_ATTRIBUTE; i++) { in get_display_attributes() 247 switch (attributes[i]) { in get_display_attributes()
|
/hardware/interfaces/gnss/2.0/ |
D | IAGnssRil.hal | 65 * @param attributes Updated network attributes. 70 updateNetworkState_2_0(NetworkAttributes attributes) generates (bool success);
|
/hardware/interfaces/gnss/aidl/android/hardware/gnss/ |
D | IAGnssRil.aidl | 166 void updateNetworkState(in NetworkAttributes attributes); in updateNetworkState() argument
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
D | README | 8 header (T type in MessageDefinition template) and attributes
|