mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
BufferPool HAL 2.0. This is identical to 1.0 HAL now. The update will be applied afterwards. Bug: 112203066 Change-Id: I8f5bbf979116f66357f2bc0f8114697472adf762
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@2.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,
|
|
}
|
|
|