Searched refs:ScopedAParcel (Results 1 – 17 of 17) sorted by relevance
224 class ScopedAParcel : public impl::ScopedAResource<AParcel*, AParcel_delete, nullptr> {229 explicit ScopedAParcel(AParcel* a = nullptr) : ScopedAResource(a) {} in ScopedAResource()230 ~ScopedAParcel() {} in ~ScopedAParcel()231 ScopedAParcel(ScopedAParcel&&) = default;232 ScopedAParcel& operator=(ScopedAParcel&&) = default;234 bool operator!=(const ScopedAParcel& rhs) const { return get() != rhs.get(); }235 bool operator<(const ScopedAParcel& rhs) const { return get() < rhs.get(); }236 bool operator<=(const ScopedAParcel& rhs) const { return get() <= rhs.get(); }237 bool operator==(const ScopedAParcel& rhs) const { return get() == rhs.get(); }238 bool operator>(const ScopedAParcel& rhs) const { return get() > rhs.get(); }[all …]
154 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 std::map<SessionKeyType, std::shared_ptr<ndk::ScopedAParcel>> mPausedStateMap;116 const std::shared_ptr<ndk::ScopedAParcel>& pausedState = nullptr);
96 ::ndk::ScopedAParcel parcelOut; in doubleNumber()112 ::ndk::ScopedAParcel parcelOut; in die()
964 ndk::ScopedAParcel parcel = ndk::ScopedAParcel(AParcel_create()); in TEST()
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()
124 ndk::ScopedAParcel parcel(AParcel_fromJavaParcel(env, jParcel)); in native_writeToParcel()150 ndk::ScopedAParcel parcel(AParcel_fromJavaParcel(env, jParcel)); in native_initFromParcel()
142 ndk::ScopedAParcel parcel(AParcel_fromJavaParcel(env, jParcel)); in native_writeToParcel()173 ndk::ScopedAParcel parcel(AParcel_fromJavaParcel(env, jParcel)); in native_initFromParcel()
49 ndk::ScopedAParcel mParcel;
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()
64 ::ndk::ScopedAParcel ndkParcel(AParcel_create()); in cpp2ndk()77 ::ndk::ScopedAParcel ndkParcel(AParcel_create()); in ndk2cpp()
52 const std::shared_ptr<ndk::ScopedAParcel>& /*pausedState*/) override { in onCodecResourceLost() argument
178 const std::shared_ptr<ndk::ScopedAParcel>& pausedState in onCodecResourceLost()
138 std::shared_ptr<ndk::ScopedAParcel> pausedState; in transcodeHelper()
94 const shared_ptr<ndk::ScopedAParcel>& pausedState in onCodecResourceLost()
68 const std::shared_ptr<ndk::ScopedAParcel>& pausedState in onCodecResourceLost()