Home
last modified time | relevance | path

Searched refs:typeAsInt (Results 1 – 3 of 3) sorted by relevance

/aosp12/frameworks/native/libs/gui/
H A DITransactionCompletedListener.cpp305 int32_t typeAsInt; in readFromParcel() local
306 SAFE_PARCEL(input->readInt32, &typeAsInt); in readFromParcel()
307 type = static_cast<CallbackId::Type>(typeAsInt); in readFromParcel()
/aosp12/hardware/interfaces/broadcastradio/common/utils2x/
H A DUtils.cpp40 IdentifierType getType(uint32_t typeAsInt) { in getType() argument
41 return static_cast<IdentifierType>(typeAsInt); in getType()
/aosp12/hardware/interfaces/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/
H A DUtils.h39 V2_0::IdentifierType getType(uint32_t typeAsInt);