Home
last modified time | relevance | path

Searched defs:nullable (Results 1 – 2 of 2) sorted by relevance

/system/security/keystore/
Dkeystore_aidl_hidl_marshalling_utils.h39 inline android::status_t nullable(Fn fn, const NullOr<Arg>& arg, android::Parcel* out) { in nullable() function
49 inline android::status_t nullable(Fn fn, Arg&& arg, android::Parcel* out) { in nullable() function
56 inline android::status_t nullable(android::Parcel* out) { in nullable() function
/system/tools/aidl/
Daidl_to_ndk.cpp65 std::shared_ptr<Aspect> nullable; member