Searched refs:ISomeInterface (Results 1 – 1 of 1) sorted by relevance
40 class ISomeInterface : public ::ndk::ICInterface { class42 ISomeInterface() = default;43 virtual ~ISomeInterface() = default;45 std::shared_ptr<ISomeInterface>* instance);54 class BpSomeInterface : public ::ndk::BpCInterface<ISomeInterface> {60 binder_status_t ISomeInterface::readFromParcel(const AParcel* parcel, in readFromParcel()61 std::shared_ptr<ISomeInterface>* instance) { in readFromParcel()66 *instance = std::static_pointer_cast<ISomeInterface>( in readFromParcel()147 PARCEL_READ(std::vector<std::shared_ptr<ISomeInterface>>, ndk::AParcel_readVector),148 … PARCEL_READ(std::optional<std::vector<std::shared_ptr<ISomeInterface>>>, ndk::AParcel_readVector),[all …]