Home
last modified time | relevance | path

Searched refs:expect (Results 1 – 13 of 13) sorted by relevance

/hardware/interfaces/broadcastradio/common/utils2x/
DUtils.cpp203 auto expect = [&valid](bool condition, std::string message) { in isValid() local
212 expect(false, "IdentifierType::INVALID"); in isValid()
215 expect(val > 100000u, "f > 100MHz"); in isValid()
219 expect(val > 100u, "f > 100kHz"); in isValid()
220 expect(val < 10000000u, "f < 10GHz"); in isValid()
223 expect(val != 0u, "RDS PI != 0"); in isValid()
224 expect(val <= 0xFFFFu, "16bit id"); in isValid()
232 expect(stationId != 0u, "HD station id != 0"); in isValid()
233 expect(subchannel < 8u, "HD subch < 8"); in isValid()
234 expect(freq > 100u, "f > 100kHz"); in isValid()
[all …]
/hardware/interfaces/gnss/1.1/
DIGnssCallback.hal53 * In response to this method call, GNSS HAL can expect zero, one, or more calls to
/hardware/interfaces/broadcastradio/1.1/
DIBroadcastRadio.hal55 * application may expect the new currentProgramInfoChanged callback with
/hardware/interfaces/automotive/evs/1.0/
Dtypes.hal52 * (Not least because OpenGL expect an ANativeWindowBuffer* for us as a
/hardware/interfaces/gnss/2.0/
DIGnssCallback.hal67 * In response to this method call, GNSS HAL can expect zero, one, or more calls to
/hardware/interfaces/broadcastradio/2.0/
DIBroadcastRadio.hal96 * In such case, client application may expect the new
Dtypes.hal776 * filtering user might expect.
/hardware/interfaces/gnss/1.0/
DIGnssConfiguration.hal74 * IMPORTANT: GNSS HAL must expect the below methods to be called multiple
DIGnss.hal115 * not expect any GNSS requests in the immediate future - e.g. this may be called when
/hardware/interfaces/audio/5.0/
DIPrimaryDevice.hal123 * on the legacy HAL (except that legacy HAL implementations expect
/hardware/interfaces/audio/4.0/
DIPrimaryDevice.hal123 * on the legacy HAL (except that legacy HAL implementations expect
/hardware/interfaces/biometrics/fingerprint/2.1/
DIBiometricsFingerprint.hal112 * enumeration messages to expect.
/hardware/interfaces/automotive/vehicle/2.0/
Dtypes.hal3146 * expect a comment by the property definition describing the enum to look at for the mapping.