Home
last modified time | relevance | path

Searched defs:CREATE_USER (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
H A DEmulatedUserHal.cpp40 constexpr int32_t CREATE_USER = static_cast<int32_t>(VehicleProperty::CREATE_USER); variable
/aosp12/frameworks/rs/cpp/
H A DElement.cpp74 #define CREATE_USER(N, T) android::RSC::sp<const Element> Element::N(const android::RSC::sp<RS>& rs… macro
/aosp12/packages/services/Car/car-lib/src/android/car/
H A DVehiclePropertyIds.java1655 public static final int CREATE_USER = 299896585; field in VehiclePropertyIds
/aosp12/hardware/interfaces/automotive/vehicle/2.0/utils/tests/
H A DUserHalHelper_test.cpp43 constexpr int32_t CREATE_USER = static_cast<int32_t>(VehicleProperty::CREATE_USER); variable
/aosp12/frameworks/proto_logging/stats/
H A Datoms.proto13923 CREATE_USER = 3; // Indicates that this is a user create event enumerator