/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/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/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/interfaces/neuralnetworks/utils/common/src/ |
D | CommonUtils.cpp | 141 nn::GeneralResult<hidl_memory> createHidlMemoryFrom(const nn::Memory::Unknown& memory) { in createHidlMemoryFrom() 351 auto handle = nn::Memory::Unknown{ in createSharedMemoryFromHidlMemory()
|
/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/interfaces/neuralnetworks/aidl/utils/src/ |
D | Conversions.cpp | 726 nn::GeneralResult<Memory> unvalidatedConvert(const nn::Memory::Unknown& /*memory*/) { in unvalidatedConvert() argument
|
/hardware/interfaces/radio/1.4/ |
D | types.hal | 62 * Unknown access network 1396 * Unknown protocol
|
/hardware/interfaces/radio/1.0/ |
D | types.hal | 549 UNKNOWN = 4, // Unknown
|