Searched refs:expect (Results 1 – 13 of 13) sorted by relevance
/hardware/interfaces/broadcastradio/common/utils2x/ |
D | Utils.cpp | 203 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/ |
D | IGnssCallback.hal | 53 * In response to this method call, GNSS HAL can expect zero, one, or more calls to
|
/hardware/interfaces/broadcastradio/1.1/ |
D | IBroadcastRadio.hal | 55 * application may expect the new currentProgramInfoChanged callback with
|
/hardware/interfaces/automotive/evs/1.0/ |
D | types.hal | 52 * (Not least because OpenGL expect an ANativeWindowBuffer* for us as a
|
/hardware/interfaces/gnss/2.0/ |
D | IGnssCallback.hal | 67 * In response to this method call, GNSS HAL can expect zero, one, or more calls to
|
/hardware/interfaces/broadcastradio/2.0/ |
D | IBroadcastRadio.hal | 96 * In such case, client application may expect the new
|
D | types.hal | 776 * filtering user might expect.
|
/hardware/interfaces/gnss/1.0/ |
D | IGnssConfiguration.hal | 74 * IMPORTANT: GNSS HAL must expect the below methods to be called multiple
|
D | IGnss.hal | 115 * not expect any GNSS requests in the immediate future - e.g. this may be called when
|
/hardware/interfaces/audio/5.0/ |
D | IPrimaryDevice.hal | 123 * on the legacy HAL (except that legacy HAL implementations expect
|
/hardware/interfaces/audio/4.0/ |
D | IPrimaryDevice.hal | 123 * on the legacy HAL (except that legacy HAL implementations expect
|
/hardware/interfaces/biometrics/fingerprint/2.1/ |
D | IBiometricsFingerprint.hal | 112 * enumeration messages to expect.
|
/hardware/interfaces/automotive/vehicle/2.0/ |
D | types.hal | 3146 * expect a comment by the property definition describing the enum to look at for the mapping.
|