/aosp14/frameworks/base/core/jni/ |
H A D | android_os_HwParcel.cpp | 192 hardware::Parcel *JHwParcel::getParcel() { in getParcel() function in android::JHwParcel 359 JHwParcel::GetNativeContext(env, thiz)->getParcel(); in DEFINE_PARCEL_WRITER() 385 JHwParcel::GetNativeContext(env, thiz)->getParcel(); in JHwParcel_native_writeStatus() 395 JHwParcel::GetNativeContext(env, thiz)->getParcel(); in JHwParcel_native_verifySuccess() 432 hardware::Parcel *parcel = impl->getParcel(); in JHwParcel_native_writeString() 451 hardware::Parcel *parcel = impl->getParcel(); in JHwParcel_native_writeNativeHandle() 526 hardware::Parcel *parcel = impl->getParcel(); in DEFINE_PARCEL_VECTOR_WRITER() 651 JHwParcel::GetNativeContext(env, thiz)->getParcel(); in JHwParcel_native_writeStrongBinder() 697 JHwParcel::GetNativeContext(env, thiz)->getParcel(); in JHwParcel_native_readString() 984 JHwParcel::GetNativeContext(env, thiz)->getParcel(); in JHwParcel_native_readStrongBinder() [all …]
|
H A D | android_os_HwParcel.h | 43 hardware::Parcel *getParcel();
|
H A D | android_os_HwRemoteBinder.cpp | 341 JHwParcel::GetNativeContext(env, requestObj)->getParcel(); in JHwRemoteBinder_native_transact() 344 JHwParcel::GetNativeContext(env, replyObj)->getParcel(); in JHwRemoteBinder_native_transact()
|
/aosp14/frameworks/base/core/java/android/os/ |
H A D | ParcelableParcel.java | 50 public Parcel getParcel() { in getParcel() method in ParcelableParcel
|
/aosp14/frameworks/base/media/java/android/media/audiofx/ |
H A D | Visualizer.java | 239 attributionSourceState.getParcel()); in Visualizer()
|
H A D | AudioEffect.java | 530 attributionSourceState.getParcel(), probe); in AudioEffect()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A D | MediaRecorder.java | 169 attributionSourceState.getParcel()); in MediaRecorder() 1934 native_setup(mediarecorderThis, clientName, attributionSourceState.getParcel()); in native_setup()
|
H A D | AudioRecord.java | 479 mNativeBufferSizeInBytes, session, attributionSourceState.getParcel(), in AudioRecord() 544 attributionSourceState.getParcel(), in deferred_connect() 2457 attributionSourceState.getParcel(), nativeRecordInJavaObj, 0, halInputFlags); in native_setup()
|
H A D | AudioTrack.java | 879 attributionSourceState.getParcel(), 0 /*nativeTrackInJavaObj*/, offload, in AudioTrack() 967 attributionSourceState.getParcel(), in deferred_connect()
|
H A D | MediaPlayer.java | 711 native_setup(new WeakReference<>(this), attributionSourceState.getParcel(), in MediaPlayer()
|
/aosp14/frameworks/base/core/java/android/content/ |
H A D | AttributionSource.java | 287 public @NonNull Parcel getParcel() { in getParcel() method in AttributionSource.ScopedParcelState
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Editor.java | 622 Parcel parcel = state.getParcel(); in saveInstanceState() 629 Parcel parcel = state.getParcel(); in restoreInstanceState()
|
/aosp14/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 3575 HSPLandroid/content/AttributionSource$ScopedParcelState;->getParcel()Landroid/os/Parcel; 12701 HSPLandroid/os/ParcelableParcel;->getParcel()Landroid/os/Parcel;
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 3578 HSPLandroid/content/AttributionSource$ScopedParcelState;->getParcel()Landroid/os/Parcel; 12704 HSPLandroid/os/ParcelableParcel;->getParcel()Landroid/os/Parcel;
|