Home
last modified time | relevance | path

Searched defs:Parcel (Results 1 – 25 of 51) sorted by relevance

123

/aosp12/frameworks/native/libs/binder/rust/src/
H A Dparcel.rs44 pub enum Parcel { enum
55 unsafe impl AsNative<sys::AParcel> for Parcel { implementation
69 impl Parcel { impl
76 pub(crate) unsafe fn borrowed(ptr: *mut sys::AParcel) -> Option<Parcel> { in borrowed()
88 pub(crate) unsafe fn owned(ptr: *mut sys::AParcel) -> Option<Parcel> { in owned()
102 impl Parcel { impl
215 impl Parcel { implementation
268 impl Parcel { impl
308 impl Drop for Parcel { implementation
323 impl Parcel { impl
/aosp12/frameworks/native/libs/binder/tests/
H A DbinderParcelTest.cpp28 TEST(Parcel, NonNullTerminatedString8) { in TEST() argument
45 TEST(Parcel, NonNullTerminatedString16) { in TEST() argument
73 TEST(Parcel, InverseInterfaceToken) { in TEST() argument
82 TEST(Parcel, Utf8FromUtf16Read) { in TEST() argument
93 TEST(Parcel, Utf8AsUtf16Write) { in TEST() argument
/aosp12/frameworks/native/libs/sensor/include/sensor/
H A DISensorEventConnection.h32 class Parcel; variable
H A DISensorServer.h34 class Parcel; variable
H A DBitTube.h27 class Parcel; variable
/aosp12/frameworks/native/libs/binder/include/binder/
H A DRpcAddress.h28 class Parcel; variable
H A DParcelable.h26 class Parcel; variable
H A DIBinder.h38 class Parcel; variable
/aosp12/frameworks/av/camera/include/camera/
H A DICameraRecordingProxy.h27 class Parcel; variable
/aosp12/frameworks/av/media/libmedia/include/media/
H A DIMediaMetadataRetriever.h27 class Parcel; variable
/aosp12/frameworks/native/include/binder/
H A DParcelable.h26 class Parcel; variable
H A DIBinder.h38 class Parcel; variable
/aosp12/frameworks/native/libs/binder/rust/tests/
H A Dserialization.rs114 parcel: &Parcel, in on_transact()
115 reply: &mut Parcel, in on_transact()
H A Dintegration.rs143 _data: &Parcel, in on_transact()
144 reply: &mut Parcel, in on_transact()
193 _data: &Parcel, in on_transact_same_descriptor()
194 _reply: &mut Parcel, in on_transact_same_descriptor()
/aosp12/frameworks/native/libs/gui/include/private/gui/
H A DBitTube.h25 class Parcel; variable
/aosp12/frameworks/base/libs/storage/
H A DObbInfo.cpp32 status_t ObbInfo::readFromParcel(const Parcel*) { in readFromParcel()
/aosp12/frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
H A DAString.h27 class Parcel; variable
/aosp12/frameworks/base/media/tests/players/
H A Dinvoke_mock_media_player.cpp92 virtual status_t setParameter(int /* key */, const Parcel& /* request */) { return OK; } in setParameter()
93 virtual status_t getParameter(int /* key */, Parcel* /* reply */) { return OK; } in getParameter() argument
/aosp12/system/tools/aidl/tests/golden_output/aidl-test-interface-rust-source/gen/android/aidl/tests/
H A DIDeprecated.rs36 …ce: &dyn IDeprecated, _aidl_code: binder::TransactionCode, _aidl_data: &binder::parcel::Parcel, _a… in on_transact()
H A DINamedCallback.rs56 … &dyn INamedCallback, _aidl_code: binder::TransactionCode, _aidl_data: &binder::parcel::Parcel, _a… in on_transact()
/aosp12/system/libhwbinder/
H A DBinder.cpp204 uint32_t /*code*/, const Parcel& /*data*/, Parcel* /*reply*/, uint32_t /*flags*/, in onTransact() argument
/aosp12/frameworks/av/include/media/
H A DMediaPlayerInterface.h42 class Parcel; variable
276 Parcel* /* records */) { in getMetadata() argument
/aosp12/frameworks/av/media/libmediaplayerservice/include/
H A DMediaPlayerInterface.h42 class Parcel; variable
276 Parcel* /* records */) { in getMetadata() argument
/aosp12/system/libhwbinder/include/hwbinder/
H A DIBinder.h37 class Parcel; variable
/aosp12/frameworks/base/errorprone/tests/res/android/os/
H A DParcel.java21 public class Parcel { class

123