mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
BufferPool HAL for allocating, deallocating, and recycling buffers on behalf of media.stagefright. Bug: 72651719 Change-Id: I30bf630e41de2c8718aaaf8cbf5ee3f48f2859bc
27 lines
517 B
Plaintext
27 lines
517 B
Plaintext
// This file is autogenerated by hidl-gen -Landroidbp.
|
|
|
|
hidl_interface {
|
|
name: "android.hardware.media.bufferpool@1.0",
|
|
root: "android.hardware",
|
|
vndk: {
|
|
enabled: true,
|
|
},
|
|
srcs: [
|
|
"types.hal",
|
|
"IAccessor.hal",
|
|
"IClientManager.hal",
|
|
"IConnection.hal",
|
|
],
|
|
interfaces: [
|
|
"android.hidl.base@1.0",
|
|
],
|
|
types: [
|
|
"Buffer",
|
|
"BufferStatus",
|
|
"BufferStatusMessage",
|
|
"ResultStatus",
|
|
],
|
|
gen_java: false,
|
|
}
|
|
|