Searched refs:present (Results 1 – 25 of 60) sorted by relevance
123
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposer.hal | 33 * provided through the usual validate/present cycle and must be 36 * performed through the validate/present cycle. 49 * Specifies that the present fence must not be used as an accurate 50 * representation of the actual present time of a frame.
|
/hardware/interfaces/health/1.0/ |
D | types.hal | 40 * Battery is *not* charging - special case when charger is present 103 * batteryPresentPath - file path to read battery present status. 187 /** 'true' if battery is present */
|
/hardware/interfaces/secure_element/1.0/ |
D | ISecureElement.hal | 50 * @return present true if present, false otherwise 52 isCardPresent() generates (bool present);
|
/hardware/interfaces/audio/4.0/ |
D | IDevicesFactory.hal | 33 * - the "r_submix" device that must be present to support policyMixes (Eg: Android projected). 56 * Opens the Primary audio device that must be present.
|
/hardware/interfaces/audio/5.0/ |
D | IDevicesFactory.hal | 33 * - the "r_submix" device that must be present to support policyMixes (Eg: Android projected). 56 * Opens the Primary audio device that must be present.
|
D | IStreamIn.hal | 173 * If multiple microphones are present, this should be treated as a preference 188 * If multiple microphones are present, this should be treated as a preference
|
/hardware/libhardware/modules/local_time/ |
D | Android.bp | 20 // if no other device specific modules are present. The exact load order can be
|
/hardware/interfaces/camera/provider/2.4/vts/functional/ |
D | Android.bp | 32 // Statically link to libs not guaranteed to be present on the device.
|
/hardware/interfaces/gnss/1.1/ |
D | IGnss.hal | 60 * the nominal mode (similar to V1.0 where this flag wasn't present) and is expected to make 62 * more active searches to reacquire GNSS signals when no signals are present.
|
/hardware/ril/librilutils/proto/ |
D | sap-api.proto | 143 // must be present for RIL_E_SAP_MSG_SIZE_TOO_LARGE and contain the 214 optional bytes atr = 2; //must be present on SUCCESS
|
/hardware/interfaces/vibrator/1.2/ |
D | types.hal | 22 // versions are already present in the namespace and thus don't need to also be embedded in the
|
/hardware/interfaces/media/c2/1.0/ |
D | IInputSink.hal | 24 * An @ref IComponent instance can present itself as an `IInputSink` via a thin
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 179 * device is present. The camera service must not call 181 * the camera device is not present. At camera service startup time, the 183 * camera device is present and the camera characteristics entry 193 * the camera service that the camera device is present, the framework must 201 * the camera service that the camera device is not present, the framework
|
/hardware/libhardware/modules/audio/ |
D | Android.bp | 16 // device specific modules are present. The exact load order can be seen in
|
/hardware/interfaces/usb/1.0/ |
D | IUsb.hal | 52 * of type-c ports that are present and their connection status through the
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProviderCallback.hal | 39 * are already present, as soon as the callbacks are available through
|
/hardware/interfaces/media/omx/1.0/ |
D | IOmxStore.hal | 26 * The IOmxStore service provided by the platform must present "platform" as the 29 * The IOmxStore service provided by the vendor must present "vendor" as the
|
/hardware/interfaces/media/omx/1.0/vts/functional/ |
D | README.md | 34 …components, test fixtures require input files. These input are files are present in the folder 're…
|
/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/inc/ |
D | mm_qcamera_main_menu.h | 421 int present; member
|
/hardware/interfaces/radio/1.4/ |
D | IRadioIndication.hal | 38 * and 119 must be available when sim is not present). Radio shall not report emergency numbers
|
/hardware/interfaces/power/1.0/ |
D | IPower.hal | 43 * turning off the screen (if present) and called to enter
|
/hardware/interfaces/radio/config/1.0/ |
D | IRadioConfig.hal | 45 * present in the slots or not.
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 108 * including any initial settings. If parameters are present, then hal must examine 159 * corresponding configured HalStream and the respective stream id is present in the 176 * it is not present among the last configured streams, Hal should fail the process
|
/hardware/interfaces/configstore/1.0/ |
D | ISurfaceFlingerConfigs.hal | 79 * present fences.
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 49 /** Boolean. If a tag with this type is present, the value is "true". If absent, "false". */ 154 * operations. This tag is boolean, so the possible values are true (if the tag is present) and 155 * false (if the tag is not present). 158 * modes. If the tag is not present in a key's authorization list, implementations must reject 343 * present in the userId or authenticatorId field of a HardwareAuthToken provided to begin(), 349 * Tag::AUTH_TIMEOUT is present in the key's characteristics then the key is a "timeout-based" 356 * If Tag::AUTH_TIMEOUT is not present, then the key is an "auth-per-operation" key. In this 370 * Disallowed if NO_AUTH_REQUIRED is present. */ 402 * Tag::USER_SECURE_ID is present and this tag is not, then the key requies authentication for 1156 bool boolValue; // Always true, if a boolean tag is present.
|
123