Searched refs:physical (Results 1 – 25 of 33) sorted by relevance
12
/hardware/interfaces/radio/config/1.0/ |
D | IRadioConfig.hal | 56 * Maps the logical slots to the physical slots. Logical slot is the slot that is seen by modem. 57 * Physical slot is the actual physical slot. Request maps the physical slot to logical slot. 58 * Logical slots that are already mapped to the requested physical slot are not impacted. 60 * Example no. of logical slots 1 and physical slots 2: 61 * The only logical slot (index 0) can be mapped to first physical slot (value 0) or second 62 * physical slot(value 1), while the other physical slot remains unmapped and inactive. 65 * Example no. of logical slots 2 and physical slots 2: 66 * First logical slot (index 0) can be mapped to physical slot 1 or 2 and other logical slot 67 * can be mapped to other physical slot. Each logical slot must be mapped to a physical slot. 71 * @param slotMap Logical to physical slot mapping, size == no. of radio instances. Index is [all …]
|
D | IRadioConfigResponse.hal | 28 * @param slotStatus Sim slot struct containing all the physical SIM slots info with size 29 * equals to the number of physical slots on the device
|
D | IRadioConfigIndication.hal | 34 * @param slotStatus new slot status info with size equals to the number of physical slots on
|
D | types.hal | 34 * Card state in the physical slot
|
/hardware/interfaces/camera/device/3.4/ |
D | types.hal | 43 * The physical camera id this stream belongs to. 46 * multi camera but the stream is not a physical output stream, this field will point to a 49 * A logical multi camera is a camera device backed by multiple physical cameras that 50 * are also exposed to the application. And for a logical multi camera, a physical output 51 * stream is an output stream specifically requested on an underlying physical camera. 53 * A logical camera is a camera device backed by multiple physical camera 54 * devices. And a physical stream is a stream specifically requested on a 55 * underlying physical camera device. 129 * The physical camera id the current Hal stream belongs to. 132 * from a physical camera of the logical camera, this must be an empty [all …]
|
D | ICameraDeviceCallback.hal | 39 * physical camera metadata for logical multi-camera.
|
D | ICameraDeviceSession.hal | 81 * - The capture request can include individual settings for physical camera devices 89 * allowed, the physical camera settings are invalid, there are 0
|
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
D | HidParser.cpp | 241 auto physical = r.getPhysicalRange(); in convertGroupToPacket() local 243 int64_t offset = physical.first - logical.first; in convertGroupToPacket() 244 double scale = static_cast<double>((physical.second - physical.first)) in convertGroupToPacket()
|
/hardware/interfaces/wifi/supplicant/1.0/ |
D | types.hal | 60 /** MAC Address type. 6 octets representing physical address of a device. */ 63 /** BSSID type. 6 octets representing the physical address of an AP. */
|
/hardware/interfaces/automotive/evs/1.0/ |
D | types.hal | 36 * the EVS display. As an implementation detail, this may be a physical 76 * physical display or a virtual display that is overlaid or mixed with another
|
/hardware/interfaces/camera/metadata/3.3/ |
D | types.hal | 104 * physical devices backing a logical multi-camera.</p> 159 * <p>String containing the ids of the underlying physical cameras.</p> 165 * <p>The accuracy of frame timestamp synchronization between physical cameras</p>
|
/hardware/interfaces/tv/cec/1.0/ |
D | IHdmiCec.hal | 54 * Gets the CEC physical address. 56 * The physical address depends on the topology of the network formed by 62 * FAILURE_INVALID_STATE if HAL cannot retrieve the physical
|
/hardware/interfaces/tv/input/1.0/ |
D | types.hal | 29 /** Type of physical TV input. */ 74 * hotplug events (i.e. plugging cable into or out of the physical port).
|
/hardware/interfaces/automotive/audiocontrol/1.0/ |
D | IAudioControl.hal | 27 * busAddress. This lets the car tell the framework to which physical output stream
|
/hardware/interfaces/radio/1.2/ |
D | IRadioIndication.hal | 58 * Indicates physical channel configurations.
|
D | types.hal | 126 * When this bit is set, the modem must send the physical channel configuration update through
|
/hardware/interfaces/graphics/composer/2.1/ |
D | IComposerCallback.hal | 31 * disconnected. Every active display (even a built-in physical display)
|
D | IComposerClient.hal | 197 * All physical displays, including both internal displays and 438 * Returns whether the given display is a physical or virtual display. 694 * Sets the present fence as a result of PRESENT_DISPLAY. For physical
|
/hardware/interfaces/light/2.0/ |
D | types.hal | 81 * These light IDs correspond to logical lights, not physical.
|
/hardware/google/interfaces/pixelstats/1.0/ |
D | IPixelStats.hal | 101 * Report the detection of a physical drop event, as detected by
|
/hardware/interfaces/broadcastradio/1.1/ |
D | ITuner.hal | 75 * practice in devices with two physical tuners with background scanning.
|
/hardware/libhardware/modules/camera/3_4/ |
D | README.md | 130 such as physical properties of the camera. Thus this HAL will never be capable
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 121 * structure. It doesn't correspond to a physical sensor. Events of this 514 * implement some physical (i.e., rotation angle) and temporal (i.e., delay) 611 * A dynamic sensor connection indicates connection of a physical device or 636 * name, vendor and version and type. For physical sensors of the same
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 370 * due a shared physical sensor. Using the back and "high-power" front
|
/hardware/interfaces/keymaster/4.0/ |
D | types.hal | 423 * unusable except when the user has provided proof of physical presence. Proof of physical 439 * other than a button press can trigger the signal constitutes proof of physical presence
|
12