Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4e46d99e authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8303774 from 0347ea97 to tm-d1-release

Change-Id: Id8290cfbdac8e54684ac0bce20326a78eb3645a2
parents ee48d481 0347ea97
Loading
Loading
Loading
Loading

audio/aidl/OWNERS

0 → 100644
+3 −0
Original line number Diff line number Diff line
# Bug component: 48436
elaurent@google.com
mnaganov@google.com
+4 −0
Original line number Diff line number Diff line
@@ -20,4 +20,8 @@ hidl_interface {
    ],
    gen_java: true,
    gen_java_constants: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
}
+4 −0
Original line number Diff line number Diff line
@@ -46,6 +46,10 @@ interface IFace {
     * vold_prepare_subdirs.cpp). Implementations may store additional user-specific data, such as
     * embeddings or templates, in StrongBox.
     *
     * During create session it is expected that the HAL will call linkToDeath with the callee's
     * binder token. The recommended implementation is to close this session if the callee dies,
     * to prevent subsequent createSession calls from failing.
     *
     * @param sensorId The sensorId for which this session is being created.
     * @param userId The userId for which this session is being created.
     * @param cb A callback to notify the framework about the session's events.
+4 −0
Original line number Diff line number Diff line
@@ -21,4 +21,8 @@ hidl_interface {
        "android.hidl.base@1.0",
    ],
    gen_java: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
}
+4 −0
Original line number Diff line number Diff line
@@ -21,4 +21,8 @@ hidl_interface {
        "android.hidl.base@1.0",
    ],
    gen_java: true,
    apex_available: [
        "//apex_available:platform",
        "com.android.bluetooth",
    ],
}
Loading