Searched refs:ScopedAParcel (Results 1 – 15 of 15) sorted by relevance
211 class ScopedAParcel : public impl::ScopedAResource<AParcel*, AParcel_delete, nullptr> {216 explicit ScopedAParcel(AParcel* a = nullptr) : ScopedAResource(a) {} in ScopedAResource()217 ~ScopedAParcel() {} in ~ScopedAParcel()218 ScopedAParcel(ScopedAParcel&&) = default;219 ScopedAParcel& operator=(ScopedAParcel&&) = default;221 bool operator!=(const ScopedAParcel& rhs) const { return get() != rhs.get(); }222 bool operator<(const ScopedAParcel& rhs) const { return get() < rhs.get(); }223 bool operator<=(const ScopedAParcel& rhs) const { return get() <= rhs.get(); }224 bool operator==(const ScopedAParcel& rhs) const { return get() == rhs.get(); }225 bool operator>(const ScopedAParcel& rhs) const { return get() > rhs.get(); }[all …]
206 mutable ndk::ScopedAParcel mParcel;
65 const std::shared_ptr<ndk::ScopedAParcel>& pausedState) = 0;78 const std::shared_ptr<ndk::ScopedAParcel>& pausedState = nullptr);108 media_status_t pause(std::shared_ptr<ndk::ScopedAParcel>* pausedState);
90 ::ndk::ScopedAParcel parcelOut; in doubleNumber()106 ::ndk::ScopedAParcel parcelOut; in die()
90 std::map<SessionKeyType, std::shared_ptr<ndk::ScopedAParcel>> mPausedStateMap;116 const std::shared_ptr<ndk::ScopedAParcel>& pausedState = nullptr);
242 uid_t uid, const std::shared_ptr<ndk::ScopedAParcel>& pausedState) { in create()447 media_status_t MediaTranscoder::pause(std::shared_ptr<ndk::ScopedAParcel>* pausedState) { in pause()456 *pausedState = std::shared_ptr<::ndk::ScopedAParcel>(new ::ndk::ScopedAParcel()); in pause()
47 ndk::ScopedAParcel mParcel;
123 ndk::ScopedAParcel parcel(AParcel_fromJavaParcel(env, jParcel)); in native_writeToParcel()147 ndk::ScopedAParcel parcel(AParcel_fromJavaParcel(env, jParcel)); in native_initFromParcel()
114 ndk::ScopedAParcel parcel(AParcel_fromJavaParcel(env, jParcel)); in native_writeToParcel()142 ndk::ScopedAParcel parcel(AParcel_fromJavaParcel(env, jParcel)); in native_initFromParcel()
173 const std::shared_ptr<ndk::ScopedAParcel>& pausedState in onCodecResourceLost()215 new ndk::ScopedAParcel()); in reportError()359 const std::shared_ptr<ndk::ScopedAParcel>& pausedState) { in setupTranscoder()512 std::shared_ptr<ndk::ScopedAParcel> pauseStates; in handlePause()528 std::shared_ptr<ndk::ScopedAParcel> pausedState; in handleResume()
52 const std::shared_ptr<ndk::ScopedAParcel>& /*pausedState*/) override { in onCodecResourceLost() argument
94 const shared_ptr<ndk::ScopedAParcel>& pausedState in onCodecResourceLost()
178 const std::shared_ptr<ndk::ScopedAParcel>& pausedState in onCodecResourceLost()
138 std::shared_ptr<ndk::ScopedAParcel> pausedState; in transcodeHelper()
66 const std::shared_ptr<ndk::ScopedAParcel>& pausedState in onCodecResourceLost()