Home
last modified time | relevance | path

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

/system/gsid/aidl/android/gsi/
DIGsiService.aidl74 boolean commitGsiChunkFromAshmem(long bytes); in commitGsiChunkFromAshmem() method
/system/gsid/
Dgsi_service.h51 binder::Status commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) override;
Dgsi_service.cpp269 binder::Status GsiService::commitGsiChunkFromAshmem(int64_t bytes, bool* _aidl_return) { in commitGsiChunkFromAshmem() function in android::gsi::GsiService