Home
last modified time | relevance | path

Searched refs:commitGsiChunkFromAshmem (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/gsid/aidl/android/gsi/
H A DIGsiService.aidl74 boolean commitGsiChunkFromAshmem(long bytes); in commitGsiChunkFromAshmem() method
/aosp12/system/gsid/
H A Dgsi_service.h51 binder::Status commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) override;
H A Dgsi_service.cpp269 binder::Status GsiService::commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) { in commitGsiChunkFromAshmem() function in android::gsi::GsiService
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DDynamicSystemService.java234 return getGsiService().commitGsiChunkFromAshmem(size); in submitFromAshmem()