Home
last modified time | relevance | path

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

12345

/hardware/interfaces/thermal/aidl/default/
DThermal.cpp126 bool removed = false; in unregisterThermalChangedCallback() local
131 removed = true; in unregisterThermalChangedCallback()
137 if (!removed) { in unregisterThermalChangedCallback()
176 bool removed = false; in unregisterCoolingDeviceChangedCallback() local
181 removed = true; in unregisterCoolingDeviceChangedCallback()
187 if (!removed) { in unregisterCoolingDeviceChangedCallback()
/hardware/google/gfxstream/guest/mesa/src/util/
Dvl_rbsp.h46 unsigned removed; member
82 rbsp->removed = 0; in vl_rbsp_init()
117 rbsp->removed += 8; in vl_rbsp_fillbits()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/src/
DGeneratorHub.cpp69 bool removed; in unregisterGenerator() local
72 removed = mGenerators.erase(id); in unregisterGenerator()
76 return removed; in unregisterGenerator()
/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.
/hardware/interfaces/health/utils/libhealth2impl/
DBinderHealth.cpp99 bool removed = false; in unregisterCallbackInternal() local
104 removed = true; in unregisterCallbackInternal()
110 return removed; in unregisterCallbackInternal()
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/1/android/hardware/broadcastradio/
DProgramListChunk.aidl40 @nullable android.hardware.broadcastradio.ProgramIdentifier[] removed;
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/2/android/hardware/broadcastradio/
DProgramListChunk.aidl40 @nullable android.hardware.broadcastradio.ProgramIdentifier[] removed;
/hardware/interfaces/broadcastradio/aidl/aidl_api/android.hardware.broadcastradio/current/android/hardware/broadcastradio/
DProgramListChunk.aidl40 @nullable android.hardware.broadcastradio.ProgramIdentifier[] removed;
/hardware/interfaces/broadcastradio/aidl/android/hardware/broadcastradio/
DProgramListChunk.aidl72 @nullable ProgramIdentifier[] removed;
/hardware/interfaces/security/rkp/
DCHANGELOG.md16 * `board` has been removed.
28 * ProtectedData has been removed.
32 * The need for an EEK has been removed. There is no longer an encrypted portion of the CSR.
/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/google/gfxstream/third-party/fuchsia/
DREADME1 …//fxbug.dev/42067270, https://fxbug.dev/42062806), these files should be removed and the Fuchsia S…
/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/interfaces/thermal/2.0/default/
DThermal.cpp196 bool removed = false; in unregisterThermalChangedCallback() local
206 removed = true; in unregisterThermalChangedCallback()
212 if (!removed) { in unregisterThermalChangedCallback()
/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/automotive/evs/1.1/default/
DEvsUltrasonicsArray.cpp432 unsigned removed = 0; in decreaseAvailableFrames_Locked() local
441 removed++; in decreaseAvailableFrames_Locked()
443 if (removed == numToRemove) { in decreaseAvailableFrames_Locked()
449 return removed; in decreaseAvailableFrames_Locked()
DEvsCamera.cpp512 unsigned removed = 0; in decreaseAvailableFrames_Locked() local
522 removed++; in decreaseAvailableFrames_Locked()
524 if (removed == numToRemove) { in decreaseAvailableFrames_Locked()
530 return removed; in decreaseAvailableFrames_Locked()
/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/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_IMG_format_pvrtc.adoc25 GPUs, and support will be removed from future hardware.
/hardware/libhardware/include_all/hardware/
Dfingerprint.h115 fingerprint_removed_t removed; member
/hardware/libhardware/include/hardware/
Dfingerprint.h115 fingerprint_removed_t removed; member
/hardware/interfaces/secure_element/1.1/
DISecureElementHalCallback.hal28 * ex. initialization error, SE removed etc
/hardware/interfaces/health/aidl/default/
DHealth.cpp326 bool removed = false; in unregisterCallback() local
336 removed = true; in unregisterCallback()
341 return removed ? ndk::ScopedAStatus::ok() in unregisterCallback()
/hardware/interfaces/cas/1.2/
DICasListener.hal30 * the negative number presents how many plugins are removed.

12345