Home
last modified time | relevance | path

Searched refs:Unknown (Results 1 – 25 of 35) sorted by relevance

12

/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/common/
DEmpty.cpp23 {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/
DUnknown.cpp21 Unknown::Unknown(nlmsgtype_t msgtype) in Unknown() function in android::nl::protocols::generic::Unknown
DUnknown.h23 class Unknown : public GenericMessageBase {
25 Unknown(nlmsgtype_t msgtype);
DGeneric.cpp34 return *(mFamilyRegister[nlmsg_type] = std::make_shared<Unknown>(nlmsg_type)); in getMessageDescriptor()
DGenericMessageBase.cpp25 : MessageDefinition<genlmsghdr>(msgname, {{msgtype, {msgname, MessageGenre::Unknown}}}, in GenericMessageBase()
/hardware/interfaces/gnss/1.0/
DIGnssGeofenceCallback.hal21 * 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/
DMessageDefinition.cpp59 if (it == mMessageDetails.end()) return {std::to_string(msgtype), MessageGenre::Unknown}; in getMessageDetails()
67 return {std::to_string(msgtype), protocols::MessageGenre::Unknown}; in getMessageDetails()
DMessageDefinition.h124 Unknown, enumerator
/hardware/interfaces/wifi/hostapd/1.0/
Dtypes.hal24 /** Unknown failure occured. */
/hardware/interfaces/neuralnetworks/1.0/utils/src/
DConversions.cpp83 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++/
DAndroid.bp37 "protocols/generic/Unknown.cpp",
Dprinter.cpp54 case protocols::MessageGenre::Unknown: in flagsToStream()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hpp_macros.hpp225 # pragma warning Unknown import / export semantics
Dvulkan_hpp_macros.hpp225 # pragma warning Unknown import / export semantics
/hardware/interfaces/wifi/supplicant/1.0/
Dtypes.hal24 /** Unknown failure occured. */
/hardware/interfaces/thermal/1.0/
Dtypes.hal121 /** Unknown failure occured. */
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dcredits.adoc151 * Benj Lipchak, Unknown (version 1.0)
400 * Victor Eruhimov, Unknown (version 1.1)
405 * Wolfgang Engel, Unknown (version 1.1)
Dspirvenv.adoc736 "`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/
Ddraw_dispatch_common.adoc112 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/
DITunerSession.hal180 * Unknown keys must be ignored and not placed into results vector.
/hardware/ti/am57x/libhwcomposer/
Dhwc.cpp70 CONNECTOR_TYPE_STR(Unknown),
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
DVK_EXT_debug_report.adoc173 | ename:VK_DEBUG_REPORT_OBJECT_TYPE_UNKNOWN_EXT | Unknown/Undefined Handle
/hardware/google/gfxstream/guest/mesa/
Dmeson.build140 …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/
DVK_EXT_swapchain_maintenance1.adoc21 * Unknown behavior when presenting a swapchain image to a surface with
DVK_EXT_shader_tile_image.adoc128 ** `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…

12