Home
last modified time | relevance | path

Searched refs:removed (Results 1 – 25 of 62) sorted by relevance

123

/hardware/interfaces/biometrics/fingerprint/2.1/default/
DBiometricsFingerprint.cpp303 msg->data.removed.finger.fid, in notify()
304 msg->data.removed.finger.gid, in notify()
305 msg->data.removed.remaining_templates); in notify()
307 msg->data.removed.finger.fid, in notify()
308 msg->data.removed.finger.gid, in notify()
309 msg->data.removed.remaining_templates).isOk()) { in notify()
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprintClientCallback.hal60 * Sent when one template is removed
62 * @param fingerId the fingerprint templetate being removed
63 * @param groupId the groupid for the template being removed
64 * @param remaining the number of remaining templates that will be removed.
DIBiometricsFingerprint.hal125 * fingerprintMsg.data.removed.finger indicating the template id deleted
126 * fingerprintMsg.data.removed.remainingTemplates indicating how many more
/hardware/interfaces/health/utils/libhealth2impl/
DBinderHealth.cpp100 bool removed = false; in unregisterCallbackInternal() local
105 removed = true; in unregisterCallbackInternal()
111 return removed; in unregisterCallbackInternal()
/hardware/interfaces/automotive/evs/1.0/default/
DEvsCamera.cpp353 unsigned removed = 0; in decreaseAvailableFrames_Locked() local
363 removed++; in decreaseAvailableFrames_Locked()
365 if (removed == numToRemove) { in decreaseAvailableFrames_Locked()
371 return removed; in decreaseAvailableFrames_Locked()
/hardware/interfaces/biometrics/face/1.0/
DIBiometricsFaceClientCallback.hal94 * A callback invoked when a face template has been removed.
98 * @param removed A list of ids that were removed.
99 * @param userId The active user id for the removed face template.
101 oneway onRemoved(uint64_t deviceId, vec<uint32_t> removed, int32_t userId);
/hardware/google/pixel/powerstats/
DAidlStateResidencyDataProvider.cpp56 bool removed = false; in unregisterCallbackInternal() local
64 removed = true; in unregisterCallbackInternal()
70 return removed ? binderStatus::ok() in unregisterCallbackInternal()
/hardware/interfaces/thermal/2.0/default/
DThermal.cpp196 bool removed = false; in unregisterThermalChangedCallback() local
206 removed = true; in unregisterThermalChangedCallback()
212 if (!removed) { in unregisterThermalChangedCallback()
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal50 * Callback indicating that an existing iface has been removed from the chip.
52 * @param type Type of iface removed.
53 * @param name Name of iface removed.
/hardware/interfaces/health/2.0/default/
DHealth.cpp71 bool removed = false; in unregisterCallbackInternal() local
76 removed = true; in unregisterCallbackInternal()
82 return removed; in unregisterCallbackInternal()
/hardware/google/av/codec2/tests/vndk/
DC2BufferTest.cpp721 std::shared_ptr<C2Info> removed = buffer->removeInfo(info1->type()); in TEST_F() local
722 ASSERT_TRUE(removed); in TEST_F()
723 EXPECT_EQ(*removed, *info1); in TEST_F()
729 removed = buffer->removeInfo(info1->type()); in TEST_F()
730 ASSERT_FALSE(removed); in TEST_F()
741 removed = buffer->removeInfo(info2->type()); in TEST_F()
742 ASSERT_TRUE(removed); in TEST_F()
743 EXPECT_EQ(*info3, *removed); in TEST_F()
/hardware/google/pixel/thermal/
DThermal.cpp212 bool removed = false; in unregisterThermalChangedCallback() local
222 removed = true; in unregisterThermalChangedCallback()
228 if (!removed) { in unregisterThermalChangedCallback()
/hardware/interfaces/secure_element/1.1/
DISecureElementHalCallback.hal28 * ex. initialization error, SE removed etc
/hardware/libhardware/include/hardware/
Dfingerprint.h115 fingerprint_removed_t removed; member
/hardware/interfaces/cas/1.2/
DICasListener.hal30 * the negative number presents how many plugins are removed.
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantCallback.hal35 * Used to indicate that an interface has been removed.
DISupplicantP2pNetwork.hal33 * if this network is removed.
/hardware/interfaces/wifi/supplicant/1.1/
DISupplicantStaIface.hal35 * if this interface is removed.
/hardware/interfaces/authsecret/1.0/
DIAuthSecret.hal36 * Upon factory reset, any dependence on the secret must be removed as that
/hardware/interfaces/drm/1.2/
DIDrmPlugin.hal44 * stored KeySetIds so those licenses will be removed when they
66 * removed and then adjust the count of offline licenses allocated
77 * KeySetIds can't be removed.
/hardware/interfaces/camera/device/
DREADME.md31 support for ICameraDevice@1.0 will be removed with the Android R release.
/hardware/interfaces/radio/1.4/
DIRadioIndication.hal85 * new contexts that have been activated. A data call is only removed from this list
/hardware/interfaces/automotive/evs/1.0/
DIEvsCamera.hal43 * in which case buffers should be added or removed from the chain as appropriate.
/hardware/interfaces/wifi/supplicant/1.2/
DISupplicantStaIface.hal35 * if this interface is removed.
/hardware/interfaces/radio/1.1/
DIRadio.hal50 * inserted or removed.

123