404e40c6c1
Make mediaextractor use hidl memory allocated by hidl allocator, instead of constructing hidl memory from IMemory. bug: 112766913 bug: 111407253 Change-Id: I7902f18768005c995925bc9a7947299e9988b68a (Needed for internal commit I39e131718ea41f9cb23177c28213ddf7b7741338)
10 lines
326 B
Text
10 lines
326 B
Text
type hal_cas_default, domain;
|
|
hal_server_domain(hal_cas_default, hal_cas)
|
|
|
|
type hal_cas_default_exec, exec_type, vendor_file_type, file_type;
|
|
init_daemon_domain(hal_cas_default)
|
|
|
|
# Allow CAS HAL's default implementation to use vendor-binder service
|
|
vndbinder_use(hal_cas_default);
|
|
|
|
allow hal_cas_default hal_allocator:fd use;
|