Searched refs:vms (Results 1 – 6 of 6) sorted by relevance
58 using ::android::hardware::automotive::vehicle::V2_0::vms::createAvailabilityRequest;59 using ::android::hardware::automotive::vehicle::V2_0::vms::createBaseVmsMessage;60 using ::android::hardware::automotive::vehicle::V2_0::vms::createPublisherIdRequest;61 using ::android::hardware::automotive::vehicle::V2_0::vms::createStartSessionMessage;62 using ::android::hardware::automotive::vehicle::V2_0::vms::createSubscriptionsRequest;63 using ::android::hardware::automotive::vehicle::V2_0::vms::getAvailableLayers;64 using ::android::hardware::automotive::vehicle::V2_0::vms::getSequenceNumberForAvailabilityState;65 using ::android::hardware::automotive::vehicle::V2_0::vms::getSequenceNumberForSubscriptionsState;66 using ::android::hardware::automotive::vehicle::V2_0::vms::hasServiceNewlyStarted;67 using ::android::hardware::automotive::vehicle::V2_0::vms::isAvailabilitySequenceNumberNewer;[all …]
31 namespace vms {
2724 ver2str(unsigned int vms, unsigned int vls) in ver2str() argument2729 maj = (vms >> 16) & 0xFFFF; in ver2str()2732 year = (vms >> 16) & 0xFFFF; in ver2str()2733 month = vms & 0xFFFF; in ver2str()2741 (vms>>16)&0xFFFF, vms&0xFFFF, in ver2str()
26 namespace vms { namespace
28 namespace vms { namespace
2298 * This property uses MIXED data to communicate vms messages.2303 * bytes is a serialized VMS message as defined in the vms protocol