Searched refs:keyStatusList (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/drm/1.0/
H A DIDrmPluginListener.hal60 * @param keyStatusList indicates the status for each key ID in the
65 oneway sendKeysChange(SessionId sessionId, vec<KeyStatus> keyStatusList,
H A DIDrmPlugin.hal535 * @param keyStatusList indicates the status for each key ID in the
540 sendKeysChange(SessionId sessionId, vec<KeyStatus> keyStatusList,
/hardware/interfaces/drm/1.0/default/
H A DDrmPlugin.h139 const hidl_vec<KeyStatus>& keyStatusList, bool hasNewUsableKey)
151 Vector<android::DrmPlugin::KeyStatus> const *keyStatusList,
H A DDrmPlugin.cpp345 const hidl_vec<KeyStatus>& keyStatusList, bool hasNewUsableKey) {
347 mListener->sendKeysChange(sessionId, keyStatusList, hasNewUsableKey);
344 sendKeysChange(const hidl_vec<uint8_t>& sessionId, const hidl_vec<KeyStatus>& keyStatusList, bool hasNewUsableKey) argument
/hardware/interfaces/drm/1.0/vts/functional/
H A Ddrm_hal_vendor_test.cpp1023 hidl_vec<KeyStatus> keyStatusList; member in struct:ListenerEventArgs
1060 const hidl_vec<KeyStatus>& keyStatusList, bool hasNewUsableKey) override {
1063 args.keyStatusList = keyStatusList;
1125 const hidl_vec<KeyStatus> keyStatusList = { local
1133 drmPlugin->sendKeysChange(sessionId, keyStatusList, true);
1138 EXPECT_EQ(keyStatusList, result.args->keyStatusList);
1154 hidl_vec<KeyStatus> keyStatusList; local
1157 drmPlugin->sendKeysChange(sessionId, keyStatusList, tru
[all...]

Completed in 1240 milliseconds