/hardware/invensense/65xx/libsensors_iio/ |
D | InputEventReader.cpp | 98 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local 100 __PRETTY_FUNCTION__, mLastFd, (int)available); in readEvent() 101 return (available ? 1 : 0); in readEvent() 111 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in next() local 113 __PRETTY_FUNCTION__, mLastFd, (int)available); in next()
|
/hardware/invensense/6515/libsensors_iio/ |
D | InputEventReader.cpp | 98 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in readEvent() local 100 __PRETTY_FUNCTION__, mLastFd, (int)available); in readEvent() 101 return (available ? 1 : 0); in readEvent() 111 ssize_t available = (mBufferEnd - mBuffer) - mFreeSpace; in next() local 113 __PRETTY_FUNCTION__, mLastFd, (int)available); in next()
|
/hardware/nxp/secure_element/libese-spi/p73/utils/ |
D | ringbuffer.cpp | 26 size_t available; member 39 p->total = p->available = size; in ringbuffer_init() 51 return rb->available; in ringbuffer_available() 56 return rb->total - rb->available; in ringbuffer_size() 70 rb->available -= length; in ringbuffer_insert() 82 rb->available += length; in ringbuffer_delete() 114 rb->available += copied; in ringbuffer_pop()
|
/hardware/interfaces/wifi/1.0/ |
D | IWifiChipEventCallback.hal | 22 * this point the interfaces available in the mode must be able to be 33 * error and any iface objects available previously must be considered 61 * - Driver calls this callback when new records are available, the 63 * indicates to framework if more data is available in the ring buffer. 65 * immediately as data is available, instead driver will report data 66 * every X seconds or if N bytes are available based on the parameters 71 * will start sending all available data in the indicated ring by repeatedly 76 * available.
|
/hardware/interfaces/tv/input/1.0/ |
D | types.hal | 71 * Hardware notifies the framework that a device is available. 75 * These events notify the framework whether the port is available or not. 96 * by DEVICE_AVAILABLE is no longer available. For example, 103 * being no longer available. 112 * HAL implementation must generate this event when the available stream 115 * or that the cable is plugged out so that the number of available streams 119 * port. the framework regards input devices with no available streams as 121 * available streams to indicate that this device is disconnected, and vice
|
D | ITvInput.hal | 25 * Note that initially no device is available in the client side, so the 26 * implementation must notify all the currently available devices including 45 * @return configurations An array of available configurations.
|
/hardware/interfaces/automotive/evs/1.1/ |
D | IEvsEnumerator.hal | 31 * Returns a list of all EVS cameras available to the system 61 * Returns a list of all EVS displays available to the system 63 * @return displayIds Identifiers of available displays. 72 * is not available or is already in use the old instance shall be closed and give 82 * Returns a list of all ultrasonics array available to the system. 85 * @return ultrasonicsArrays A list of ultrasonics available for EVS service.
|
/hardware/interfaces/thermal/1.0/ |
D | types.hal | 48 * Current temperature in Celsius. If not available set by HAL to NAN. 55 * If not available, set by HAL to NAN. 61 * If not available, set by HAL to NAN. 68 * If not available, set by HAL to NAN.
|
/hardware/interfaces/light/2.0/ |
D | ILight.hal | 31 * Discover what indicator lights are available. 33 * @return types list of available lights
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | IVehicle.hal | 44 * latest available value. 49 * If there is no data available yet, which can happen during initial stage, 61 * Setting some properties require having initial state available. If initial 62 * data is not available yet this call must return StatusCode::TRY_AGAIN.
|
/hardware/interfaces/thermal/2.0/ |
D | types.hal | 103 * happens when temperature >= threshold. If not available, set to NAN. 111 * happens when temperature <= threshold. If not available, set to NAN. 118 * be maintained for this device. If not available, set by HAL to NAN. 142 * If not available set by HAL to NAN.
|
/hardware/interfaces/gnss/1.0/default/ |
D | AGnssRil.cpp | 138 Return<bool> AGnssRil::updateNetworkAvailability(bool available, const hidl_string& apn) { in updateNetworkAvailability() argument 144 mAGnssRilIface->update_network_availability(available, apn.c_str()); in updateNetworkAvailability()
|
/hardware/interfaces/camera/device/3.2/ |
D | ICameraDevice.hal | 40 * resource cost is not available. 43 * available. This camera device interface is now stale, and a new 72 * available. This camera device interface is now stale, and a new 99 * become available again, the provider must notify the framework through 132 * be returned if and only if android.flash.info.available is 136 * available. This camera device interface is now stale, and a new 169 * longer available. This interface is now stale, and a new instance
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssMeasurementCallback.hal | 62 * Enumeration of available values for the GNSS Measurement's multipath 67 /** The indicator is not available or unknown. */ 142 * If this data is available, gnssClockFlags must contain 156 * available) from this value. 172 * If the data is available, gnssClockFlags must contain 191 * If the data is available gnssClockFlags must contain HAS_FULL_BIAS. 203 * If the data is available gnssClockFlags must contain HAS_BIAS. 217 * If the data is available gnssClockFlags must contain HAS_BIAS_UNCERTAINTY. 230 * If the data is available gnssClockFlags must contain HAS_DRIFT. 241 * If the data is available gnssClockFlags must contain HAS_DRIFT_UNCERTAINTY. [all …]
|
D | IAGnssRil.hal | 136 * @param available Indicates whether network connectivity is available. 142 updateNetworkAvailability(bool available, string apn) generates (bool success);
|
/hardware/interfaces/gnss/measurement_corrections/1.1/ |
D | types.hal | 33 * Boolean indicating if environment bearing is available. 55 * hasEnvironmentBearing should be checked to verify the environment bearing is available 66 * hasEnvironmentBearing should be checked to verify the environment bearing is available
|
/hardware/qcom/sm8150p/gps/geofence/ |
D | GeofenceAdapter.h | 129 void geofenceStatusEvent(GeofenceStatusAvailable available); 133 void geofenceStatus(GeofenceStatusAvailable available);
|
/hardware/qcom/sm7150/gps/geofence/ |
D | GeofenceAdapter.h | 129 void geofenceStatusEvent(GeofenceStatusAvailable available); 133 void geofenceStatus(GeofenceStatusAvailable available);
|
/hardware/qcom/sm8150/gps/geofence/ |
D | GeofenceAdapter.h | 129 void geofenceStatusEvent(GeofenceStatusAvailable available); 133 void geofenceStatus(GeofenceStatusAvailable available);
|
/hardware/interfaces/tv/tuner/1.0/ |
D | ITuner.hal | 32 * It is used by the client to get all available frontends' IDs. 37 * @return frontendIds an array of FrontendId for the available frontends. 104 * It is used by the client to get all available LNBs' IDs. 109 * @return frontendIds an array of LnbId for the available LNBs.
|
/hardware/interfaces/camera/ |
D | README.md | 7 operate camera devices available on the device.
|
/hardware/interfaces/wifi/supplicant/1.3/ |
D | ISupplicantStaIface.hal | 74 * @param available true means cellular data available, false otherwise. 80 setMboCellularDataStatus(bool available) generates (SupplicantStatus status);
|
/hardware/interfaces/gnss/2.0/ |
D | IGnss.hal | 122 * Injects current location from the best available location provider. 125 * implementation, if that is the best available location known to the framework. 127 * @param location Location information from the best available location provider.
|
/hardware/interfaces/camera/provider/2.4/ |
D | ICameraProviderCallback.hal | 39 * are already present, as soon as the callbacks are available through 57 * android.flash.info.available is reported as true via the
|
/hardware/interfaces/gnss/2.0/default/ |
D | AGnssRil.h | 45 Return<bool> updateNetworkAvailability(bool available, const hidl_string& apn) override;
|