Home
last modified time | relevance | path

Searched refs:which (Results 1 – 25 of 441) sorted by relevance

12345678910>>...18

/hardware/interfaces/wifi/1.3/
Dtypes.hal30 * Total time for which the radio is awake on this channel.
34 * Total time for which CCA is held busy on this channel.
46 * Total time for which the radio is awake due to NAN scan since boot or crash.
51 * Total time for which the radio is awake due to background scan since boot or crash.
56 * Total time for which the radio is awake due to roam scan since boot or crash.
61 * Total time for which the radio is awake due to PNO scan since boot or crash.
66 * Total time for which the radio is awake due to Hotspot 2.0 scans and GAS exchange since boot
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
DStreamIoUtil.h61 std::streampos sp, std::ios_base::openmode which =
63 return seekoff(std::streamoff(sp), std::ios_base::beg, which);
69 std::ios_base::openmode which =
74 bool in = which & std::ios_base::in;
75 bool out = which & std::ios_base::out;
/hardware/interfaces/audio/policy/1.0/xml/pfw_schemas/
DREADME.md41 - The `ServerPort` bind Address (PATH or TCP port) on which the parameter-framework listens if
58 and also indicate which plugin is to be used.
64 - `Type`, which indicates which SubsystemBuilder is to be used (each plugin can
66 which case, no plugin will be used and the parameters won't be synchronized.
74 - A `ComponentLibrary`, which may include (using `<xi:include href="xyz.xml"/>`)
76 - An `InstanceDefinition` which instantiates the parameters and may use
/hardware/interfaces/radio/config/1.1/
DIRadioConfig.hal32 * serial: which corresponds to serial no. of request. Serial numbers must only be memorized for the
42 * Response callback is IRadioResponse.getPhoneCapabilityResponse() which
49 * In a multi-SIM device, notify modem layer which logical modem will be used primarily
54 * @param modem Id the logical modem ID, which should match one of modem IDs returned
80 * which includes the number of live modems (i.e modems that are
88 * Response callback is IRadioResponse.getModemsConfigResponse() which
/hardware/interfaces/wifi/1.2/
Dtypes.hal32 * can be increased to reduce power consumption (on devices which would transmit Discovery
89 * The channel(s) on which the NDP is scheduled to operate.
98 * Event indication is received by all NDP owners whenever the channels on which the NDP operates
100 * Note: multiple NDPs may share the same schedule, the indication specifies all NDPs to which it
105 * The discovery address (NMI) of the peer to which the NDP is connected.
113 * The list of NDPs to which this update applies.
DIWifiNanIface.hal35 * to this must register multiple callbacks each of which must receive all
38 * Note: supersedes the @1.0::IWifiNanIface.registerEventCallback() method which is deprecated
58 * Note: supersedes the @1.0::IWifiNanIface.enableRequest() method which is deprecated as of
80 * Note: supersedes the @1.0::IWifiNanIface.configRequest() method which is deprecated as of
/hardware/interfaces/graphics/composer/2.4/
DIComposerCallback.hal28 * @param display is the display which has received a vsync event
29 * @param timestamp is the CLOCK_MONOTONIC time at which the vsync event
41 * @param display is the display which vsync period change is in progress
47 * Notifies the client that the conditions which previously led to returning
DIComposerClient.hal37 * in some conditions via setActiveConfigWithConstraints. Configurations which
45 * Required capabilities which are supported by the display. The
90 * metadata may affect the composition result, which is to say that it
92 * only affect the composition strategy, such as which layers are
97 * Only keys which have been returned from getLayerGenericMetadataKeys()
103 * value of type com.example@1.3::Foo, which would be defined in a
113 * @param key indicates which metadata value should be set on this layer
154 * Time in CLOCK_MONOTONIC after which the vsync period may change
206 * @param config is the display configuration for which to return
220 * Retrieves which vsync period the display is currently using.
[all …]
/hardware/interfaces/wifi/1.5/default/
DTHREADING.README4 1. HIDL thread: This is the main thread which processes all the incoming HIDL
15 "std::function" version of the callback which does the actual processing.
18 corresponding "on_gscan_*" callback variables which were set when startGscan()
34 HIDL thread would have acquired the global lock which is needed by the
/hardware/interfaces/drm/1.3/
DIDrmFactory.hal23 * creates drm sessions which are used to obtain keys for a crypto
26 * The 1.3 factory must always create 1.2 IDrmPlugin interfaces, which are
34 * @return schemes Vector of uuids for which isCryptoSchemeSupported is true;
DICryptoFactory.hal23 * which are used by a codec to decrypt protected video content.
25 * The 1.3 factory must always create 1.2 ICryptoPlugin interfaces, which are
/hardware/interfaces/gnss/measurement_corrections/1.0/
Dtypes.hal24 * The bit mask singleSatCorrectionFlags indicates which correction values are valid in the struct
82 /** Represents latitude in degrees at which the corrections are computed.. */
85 /** Represents longitude in degrees at which the corrections are computed.. */
89 * Represents altitude in meters above the WGS 84 reference ellipsoid at which the corrections
96 * position at which the corrections are provided.
104 * at which the corrections are provided.
144 /** Bit mask to indicate which values are valid in a SingleSatCorrection object. */
/hardware/interfaces/power/stats/1.0/
DIPowerStats.hal36 * @param railIndices Indices of rails for which data is required.
52 * @param timeMs Time(in ms) for which energyData should be streamed
53 * @param samplingRate Frequency(in Hz) at which samples should be
90 * @return numSamples Number of samples which will be generated in timeMs.
102 * Reports information related to all supported PowerEntity(s) for which
117 * Reports the set of power states for which the specified
120 * @param powerEntityIds collection of IDs of PowerEntity(s) for which
146 * @param powerEntityId collection of IDs of PowerEntity(s) for which
/hardware/google/graphics/common/libv4l2/
Dv4l2-subdev.h31 __u32 which; member
39 __u32 which; member
/hardware/google/gchips/include/
Dv4l2-subdev.h31 __u32 which; member
39 __u32 which; member
/hardware/interfaces/wifi/hostapd/1.3/
DIHostapdCallback.hal31 * @param ifaceName Name of the interface which was added via
35 * The apIfaceInstance can be used to identify which instance the callback
49 * @param ifaceName Name of the interface which was added via
53 * to identify which instance the callback is from.
/hardware/interfaces/usb/1.1/
Dtypes.hal22 // changed to 'PortMode' which the convention dictates.
43 // changed to 'PortStatus' which the convention dictates.
58 * Indicates the current mode in which the port is operating.
/hardware/interfaces/wifi/1.5/
DIWifiNanIface.hal41 * Note: supersedes the @1.4::IWifiNanIface.enableRequest() method which is deprecated as of
63 * Note: supersedes the @1.4::IWifiNanIface.configRequest() method which is deprecated as of
82 * to this must register multiple callbacks each of which must receive all
85 * Note: supersedes the @1.2::IWifiNanIface.registerEventCallback() method which is deprecated
101 * Note: supersedes the @1.0::IWifiNanIface.getCapabilitiesRequest() method which is deprecated
/hardware/interfaces/media/c2/1.0/
DIComponent.hal54 * @return status Status of the call, which may be
71 * @p flushedWorkBundle. The order in which queued `Work` items are
79 * @return status Status of the call, which may be
108 * @return status Status of the call, which may be
123 * @return status Status of the call, which may be
143 * @return status Status of the call, which may be
152 * @return connection `IInputSurfaceConnection` object, which can be used to
174 * @return status Status of the call, which may be
183 * @return connection `IInputSurfaceConnection` object, which can be used to
200 * @return status Status of the call, which may be
[all …]
/hardware/interfaces/graphics/composer/2.1/
DIComposerCallback.hal35 * Displays which have been connected are assumed to be in PowerMode::OFF,
57 * from other functions which call into the device.
69 * @param display is the display which has received a vsync event
70 * @param timestamp is the CLOCK_MONOTONIC time at which the vsync event
/hardware/google/interfaces/media/c2/1.0/
DIComponent.hal48 * @return status Status of the call, which may be
72 * @return status Status of the call, which may be
103 * @return status Status of the call, which may be
118 * @return status Status of the call, which may be
141 * @return status Status of the call, which may be
165 * @return status Status of the call, which may be
184 * @return status Status of the call, which may be
208 * @return status Status of the call, which may be
238 * @return status Status of the call, which may be
266 * @return status Status of the call, which may be
[all …]
/hardware/interfaces/neuralnetworks/utils/
DREADME.md58 All HIDL interface objects inherit from `IBase`, which itself inherits from `::android::RefBase`. As
70 If the process which created the HIDL interface object dies, any call on this object from another
77 * Interfaces inherit from `ndk::ICInterface`, which inherits from `ndk::SharedRefBase`. The latter
79 * AIDL calls return `ndk::ScopedAStatus` which wraps fields of types `binder_status_t` and
93 function with the appropriate transport error in the `Return<>` object, which can be queried with
108 which can be used to detect when an interface object (and more generally, the server process) has
118 * AIDL calls return `ndk::ScopedAStatus` which wraps fields of types `binder_status_t` and
123 * Service death is handled using `AIBinder_DeathRecipient` object which is linked to an interface
/hardware/interfaces/cas/1.0/
DICas.hal33 * which is scheme-specific and opaque to the framework.
59 * @param sessionId the id of the session which the private data applies to.
61 * which is scheme-specific and opaque to the framework.
70 * @param sessionId the id of the session which the ecm data applies to.
100 * provisioning operation, the format of which is scheme and implementation
/hardware/interfaces/radio/1.3/
DIRadio.hal28 * serial: which corresponds to serial no. of request. Serial numbers must only be memorized for the
35 * Specify which bands modem's background scan must act on.
44 * @param specifiers which bands to scan. Only used if specifyChannels is true.
55 * which it is called. A modem stack must be on/active only when both setRadioPower() and
/hardware/google/av/media/eco/
D.clang-format23 # approximation of that rule, which makes all entries in the list (except the
29 # There have been some bugs in which subsequent formatting operations introduce

12345678910>>...18