Home
last modified time | relevance | path

Searched refs:ignore (Results 1 – 25 of 44) sorted by relevance

12

/hardware/google/pixel-sepolicy/common/system_ext/
Dproperty.te3 # denial. These properties are not populated on Pixel, simply ignore any
/hardware/interfaces/power/1.3/
DIPower.hal26 * A particular platform may choose to ignore any hint.
/hardware/interfaces/automotive/can/1.0/
DICloseHandle.hal30 * Otherwise, the server must ignore subsequent calls.
/hardware/interfaces/power/1.2/
DIPower.hal26 * A particular platform may choose to ignore any hint.
/hardware/interfaces/automotive/audiocontrol/2.0/
DICloseHandle.hal31 * Otherwise, the server must ignore subsequent calls.
/hardware/google/graphics/common/libhwc2.1/libhwcService/
DIExynosHWC.h71 virtual int32_t ignoreDisplayBrightnessUpdateRequests(int32_t displayId, bool ignore) = 0;
DExynosHWCService.h73 virtual int32_t ignoreDisplayBrightnessUpdateRequests(int32_t displayId, bool ignore);
DExynosHWCService.cpp411 int32_t ExynosHWCService::ignoreDisplayBrightnessUpdateRequests(int32_t displayId, bool ignore) { in ignoreDisplayBrightnessUpdateRequests() argument
412 ALOGD("ExynosHWCService::%s() displayId(%u) ignore(%u)", __func__, displayId, ignore); in ignoreDisplayBrightnessUpdateRequests()
417 return display->ignoreBrightnessUpdateRequests(ignore); in ignoreDisplayBrightnessUpdateRequests()
DIExynosHWC.cpp406 virtual int32_t ignoreDisplayBrightnessUpdateRequests(int32_t displayId, bool ignore) { in ignoreDisplayBrightnessUpdateRequests() argument
410 data.writeBool(ignore); in ignoreDisplayBrightnessUpdateRequests()
796 bool ignore = data.readBool(); in onTransact() local
797 int32_t error = ignoreDisplayBrightnessUpdateRequests(displayId, ignore); in onTransact()
/hardware/interfaces/automotive/vehicle/aidl/impl/proto/android/hardware/automotive/vehicle/
DVehiclePropertyStatus.proto31 * this state MAY return NOT_AVAILABLE. The HAL implementation MUST ignore
/hardware/interfaces/power/1.1/
DIPower.hal42 * A particular platform may choose to ignore any hint.
/hardware/interfaces/broadcastradio/1.0/
DITuner.hal53 * ignore sub channels (e.g SPS for HD radio).
69 * ignore sub channels (e.g SPS for HD radio).
/hardware/interfaces/camera/provider/2.5/
DICameraProvider.hal41 * The HAL must ignore any state bits it is not actively using to determine
/hardware/interfaces/broadcastradio/1.1/
DITunerCallback.hal24 * (eg. tuneComplete and tuneComplete_1_1), while 1.1 clients may ignore 1.0
/hardware/interfaces/power/1.0/
DIPower.hal57 * A particular platform may choose to ignore any hint.
/hardware/interfaces/automotive/evs/1.0/
DIEvsDisplay.hal40 * any other state, although the response may be to defer or ignore the request. The display
/hardware/interfaces/camera/device/default/
DExternalCameraUtils.cpp82 XMLElement* ignore = providerCfg->FirstChildElement("ignore"); in loadFromCfg() local
83 if (ignore == nullptr) { in loadFromCfg()
88 XMLElement* id = ignore->FirstChildElement("id"); in loadFromCfg()
/hardware/interfaces/camera/device/3.4/default/
DExternalCameraUtils.cpp747 XMLElement *ignore = providerCfg->FirstChildElement("ignore"); in loadFromCfg() local
748 if (ignore == nullptr) { in loadFromCfg()
753 XMLElement *id = ignore->FirstChildElement("id"); in loadFromCfg()
/hardware/interfaces/keymaster/4.1/
DIKeymasterDevice.hal68 * ignore the new timestamp. TEE IKeymasterDevice implementations will receive an empty
/hardware/google/graphics/common/libhwc2.1/libdevice/
DBrightnessController.h72 int ignoreBrightnessUpdateRequests(bool ignore);
/hardware/qcom/sm7150/gps/core/
DSystemStatus.h90 inline virtual bool ignore() { return false; }; in ignore() function
206 inline bool ignore() override { return 0 == mRecErrorRecovery; }; in ignore() function
/hardware/qcom/sm8150/gps/core/
DSystemStatus.h90 inline virtual bool ignore() { return false; }; in ignore() function
206 inline bool ignore() override { return 0 == mRecErrorRecovery; }; in ignore() function
/hardware/qcom/sm7250/gps/core/
DSystemStatus.h90 inline virtual bool ignore() { return false; }; in ignore() function
206 inline bool ignore() override { return 0 == mRecErrorRecovery; }; in ignore() function
/hardware/interfaces/keymaster/3.0/
Dtypes.hal82 ALL_USERS = TagType:BOOL | 500, /** Reserved for future use -- ignore. */
83 USER_ID = TagType:UINT | 501, /** Reserved for future use -- ignore. */
/hardware/google/interfaces/media/c2/1.0/
DIComponentStore.hal167 * store must simply ignore all struct indices that it is not aware of.

12