Searched defs:ashmemName (Results 1 – 5 of 5) sorted by relevance
86 std::string ashmemName = "SharedBlock:" + name; in Create() local
83 std::string ashmemName = "SharedBlock:" + ashmemPath + std::to_string(identifier.fetch_add(1)); in Create() local
56 std::string ashmemName = "AshmemIpc"; member in IPCNativeFrameworkTest
947 std::string ashmemName = stringValue; in Ashmem_JS_Constructor() local
3571 T &parcelable, const char *ashmemName, MessageParcel &reply) in WriteParcelableIntoAshmem()3637 ErrCode BundleMgrHost::WriteBigParcelable(T &parcelable, const char *ashmemName, MessageParcel &rep… in WriteBigParcelable()