/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/ |
D | Empty.cpp | 23 {NLMSG_NOOP, {"NOOP", MessageGenre::Unknown}}, in Empty() 24 {NLMSG_DONE, {"DONE", MessageGenre::Unknown}}, in Empty() 25 {NLMSG_OVERRUN, {"OVERRUN", MessageGenre::Unknown}}, in Empty()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/generic/ |
D | Unknown.cpp | 21 Unknown::Unknown(nlmsgtype_t msgtype) in Unknown() function in android::nl::protocols::generic::Unknown
|
D | Unknown.h | 23 class Unknown : public GenericMessageBase { 25 Unknown(nlmsgtype_t msgtype);
|
D | Generic.cpp | 34 return *(mFamilyRegister[nlmsg_type] = std::make_shared<Unknown>(nlmsg_type)); in getMessageDescriptor()
|
D | GenericMessageBase.cpp | 25 : MessageDefinition<genlmsghdr>(msgname, {{msgtype, {msgname, MessageGenre::Unknown}}}, in GenericMessageBase()
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssGeofenceCallback.hal | 21 * There are 3 states associated with a Geofence: Inside, Outside, Unknown. 24 * An example state diagram with confidence level: 95% and Unknown time limit 25 * set as 30 secs is shown below. (confidence level and Unknown time limit are 28 * | Unknown (30 secs) | 40 * Unknown state: Rest of the time. 42 * The Unknown state is better explained with an example: 56 * triggered with the state set to Unknown. If the accuracy improves later, an 59 * In other words, Unknown state can be interpreted as a state in which the 61 * outside the Geofence. It moves to Unknown state only after the expiry of the 78 * By default, all the Geofences will be in the Unknown state. [all …]
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/ |
D | MessageDefinition.cpp | 59 if (it == mMessageDetails.end()) return {std::to_string(msgtype), MessageGenre::Unknown}; in getMessageDetails() 67 return {std::to_string(msgtype), protocols::MessageGenre::Unknown}; in getMessageDetails()
|
D | MessageDefinition.h | 124 Unknown, enumerator
|
/hardware/interfaces/wifi/hostapd/1.0/ |
D | types.hal | 24 /** Unknown failure occured. */
|
/hardware/interfaces/neuralnetworks/1.0/utils/src/ |
D | Conversions.cpp | 83 nn::GeneralResult<nn::Memory::Unknown::Handle> unknownHandleFromNativeHandle( in unknownHandleFromNativeHandle() 95 return nn::Memory::Unknown::Handle{.fds = std::move(fds), .ints = std::move(ints)}; in unknownHandleFromNativeHandle() 142 auto unknown = nn::Memory::Unknown{ in createSharedMemoryFromHidlMemory() 436 nn::GeneralResult<hidl_handle> createNativeHandleFrom(const nn::Memory::Unknown::Handle& handle) { in createNativeHandleFrom() 480 nn::GeneralResult<hidl_memory> createHidlMemoryFrom(const nn::Memory::Unknown& memory) { in createHidlMemoryFrom()
|
/hardware/interfaces/automotive/can/1.0/default/libnl++/ |
D | Android.bp | 37 "protocols/generic/Unknown.cpp",
|
D | printer.cpp | 54 case protocols::MessageGenre::Unknown: in flagsToStream()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hpp_macros.hpp | 225 # pragma warning Unknown import / export semantics
|
D | vulkan_hpp_macros.hpp | 225 # pragma warning Unknown import / export semantics
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | types.hal | 24 /** Unknown failure occured. */
|
/hardware/interfaces/thermal/1.0/ |
D | types.hal | 121 /** Unknown failure occured. */
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | credits.adoc | 151 * Benj Lipchak, Unknown (version 1.0) 400 * Victor Eruhimov, Unknown (version 1.1) 405 * Wolfgang Engel, Unknown (version 1.1)
|
D | spirvenv.adoc | 736 "`Sampled`" operand of 2 and an "`Image Format`" operand of code:Unknown 742 operand of 2 and an "`Image Format`" operand of code:Unknown must: be 752 "`Sampled`" operand of 2 and an "`Image Format`" operand of code:Unknown 759 operand of 2 and an "`Image Format`" operand of code:Unknown must: be 769 "`Sampled`" operand of 2 and an "`Image Format`" operand of code:Unknown 777 operand of 2 and an "`Image Format`" operand of code:Unknown must: be 788 "`Sampled`" operand of 2 and an "`Image Format`" operand of code:Unknown 795 operand of 2 and an "`Image Format`" operand of code:Unknown must: be 801 code:Unknown must: have the code:Texel operand contain at least as many 2536 | code:Unknown | Any | Any | Any
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/commonvalidity/ |
D | draw_dispatch_common.adoc | 112 image format field of the code:OpTypeImage is code:Unknown, the view's 117 format field of the code:OpTypeImage is code:Unknown, the view's 122 the image format field of the code:OpTypeImage is code:Unknown, the 127 image format field of the code:OpTypeImage is code:Unknown then the
|
/hardware/interfaces/broadcastradio/2.0/ |
D | ITunerSession.hal | 180 * Unknown keys must be ignored and not placed into results vector.
|
/hardware/ti/am57x/libhwcomposer/ |
D | hwc.cpp | 70 CONNECTOR_TYPE_STR(Unknown),
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | VK_EXT_debug_report.adoc | 173 | ename:VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT | Unknown/Undefined Handle
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 140 …error('Unknown architecture @0@. Please pass -Dgallium-drivers to set driver options. Patches glad… 146 …error('Unknown OS @0@. Please pass -Dgallium-drivers to set driver options. Patches gladly accepte… 197 …error('Unknown architecture @0@. Please pass -Dvulkan-drivers to set driver options. Patches gladl… 204 …error('Unknown OS @0@. Please pass -Dvulkan-drivers to set driver options. Patches gladly accepted… 332 …error('Unknown OS @0@. Please pass -Dplatforms to set platforms. Patches gladly accepted to fix th…
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_swapchain_maintenance1.adoc | 21 * Unknown behavior when presenting a swapchain image to a surface with
|
D | VK_EXT_shader_tile_image.adoc | 128 ** `Image Format` must be `Unknown` as the format is implicitly specified by the color attachment 236 * `Image Format`: the imageformat. This must be set to `Unknown` as the format is implicitly specif…
|