/hardware/qcom/gps/msm8998/android/location_api/ |
H A D | LocationUtil.cpp | 38 void convertGnssLocation(Location& in, GnssLocation& out) argument 40 memset(&out, 0, sizeof(GnssLocation)); 42 out.gnssLocationFlags |= GnssLocationFlags::HAS_LAT_LONG; 44 out.gnssLocationFlags |= GnssLocationFlags::HAS_ALTITUDE; 46 out.gnssLocationFlags |= GnssLocationFlags::HAS_SPEED; 48 out.gnssLocationFlags |= GnssLocationFlags::HAS_BEARING; 50 out.gnssLocationFlags |= GnssLocationFlags::HAS_HORIZONTAL_ACCURACY; 52 out.gnssLocationFlags |= GnssLocationFlags::HAS_VERTICAL_ACCURACY; 54 out.gnssLocationFlags |= GnssLocationFlags::HAS_SPEED_ACCURACY; 56 out 69 convertGnssConstellationType(GnssSvType& in, GnssConstellationType& out) argument 97 convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out) argument 113 convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out) argument 133 convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out) argument [all...] |
H A D | GnssMeasurementAPIClient.cpp | 46 IGnssMeasurementCallback::GnssData& out); 48 IGnssMeasurementCallback::GnssMeasurement& out); 49 static void convertGnssClock(GnssMeasurementsClock& in, IGnssMeasurementCallback::GnssClock& out); 161 IGnssMeasurementCallback::GnssMeasurement& out) 163 memset(&out, 0, sizeof(IGnssMeasurementCallback::GnssMeasurement)); 165 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_SNR; 167 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_FREQUENCY; 169 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_CYCLES; 171 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_PHASE; 173 out 160 convertGnssMeasurement(GnssMeasurementsData& in, IGnssMeasurementCallback::GnssMeasurement& out) argument 239 convertGnssClock(GnssMeasurementsClock& in, IGnssMeasurementCallback::GnssClock& out) argument 267 convertGnssData(GnssMeasurementsNotification& in, IGnssMeasurementCallback::GnssData& out) argument [all...] |
H A D | LocationUtil.h | 43 void convertGnssLocation(Location& in, GnssLocation& out); 44 void convertGnssConstellationType(GnssSvType& in, GnssConstellationType& out); 45 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out); 46 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out); 47 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out);
|
H A D | FlpAPIClient.cpp | 45 static void convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out, 168 static void convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out, argument 171 memset(&out, 0, sizeof(LocationOptions)); 172 out.size = sizeof(LocationOptions); 173 out.minInterval = (uint32_t)(in.periodNanos / 1000000L); 174 out.minDistance = 0; 175 out.mode = GNSS_SUPL_MODE_STANDALONE; 177 out.mode = GNSS_SUPL_MODE_MSA; 179 out.mode = GNSS_SUPL_MODE_MSB;
|
/hardware/qcom/gps/sdm845/android/location_api/ |
H A D | LocationUtil.cpp | 38 void convertGnssLocation(Location& in, GnssLocation& out) argument 40 memset(&out, 0, sizeof(GnssLocation)); 42 out.gnssLocationFlags |= GnssLocationFlags::HAS_LAT_LONG; 44 out.gnssLocationFlags |= GnssLocationFlags::HAS_ALTITUDE; 46 out.gnssLocationFlags |= GnssLocationFlags::HAS_SPEED; 48 out.gnssLocationFlags |= GnssLocationFlags::HAS_BEARING; 50 out.gnssLocationFlags |= GnssLocationFlags::HAS_HORIZONTAL_ACCURACY; 52 out.gnssLocationFlags |= GnssLocationFlags::HAS_VERTICAL_ACCURACY; 54 out.gnssLocationFlags |= GnssLocationFlags::HAS_SPEED_ACCURACY; 56 out 69 convertGnssConstellationType(GnssSvType& in, GnssConstellationType& out) argument 97 convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out) argument 113 convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out) argument 133 convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out) argument [all...] |
H A D | MeasurementAPIClient.cpp | 46 IGnssMeasurementCallback::GnssData& out); 48 IGnssMeasurementCallback::GnssMeasurement& out); 49 static void convertGnssClock(GnssMeasurementsClock& in, IGnssMeasurementCallback::GnssClock& out); 161 IGnssMeasurementCallback::GnssMeasurement& out) 163 memset(&out, 0, sizeof(IGnssMeasurementCallback::GnssMeasurement)); 165 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_SNR; 167 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_FREQUENCY; 169 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_CYCLES; 171 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_PHASE; 173 out 160 convertGnssMeasurement(GnssMeasurementsData& in, IGnssMeasurementCallback::GnssMeasurement& out) argument 239 convertGnssClock(GnssMeasurementsClock& in, IGnssMeasurementCallback::GnssClock& out) argument 267 convertGnssData(GnssMeasurementsNotification& in, IGnssMeasurementCallback::GnssData& out) argument [all...] |
H A D | LocationUtil.h | 43 void convertGnssLocation(Location& in, GnssLocation& out); 44 void convertGnssConstellationType(GnssSvType& in, GnssConstellationType& out); 45 void convertGnssEphemerisType(GnssEphemerisType& in, GnssDebug::SatelliteEphemerisType& out); 46 void convertGnssEphemerisSource(GnssEphemerisSource& in, GnssDebug::SatelliteEphemerisSource& out); 47 void convertGnssEphemerisHealth(GnssEphemerisHealth& in, GnssDebug::SatelliteEphemerisHealth& out);
|
H A D | BatchingAPIClient.cpp | 45 static void convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out, 168 static void convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out, argument 171 memset(&out, 0, sizeof(LocationOptions)); 172 out.size = sizeof(LocationOptions); 173 out.minInterval = (uint32_t)(in.periodNanos / 1000000L); 174 out.minDistance = 0; 175 out.mode = GNSS_SUPL_MODE_STANDALONE; 177 out.mode = GNSS_SUPL_MODE_MSA; 179 out.mode = GNSS_SUPL_MODE_MSB;
|
/hardware/qcom/display/msm8909/libhwcomposer/ |
H A D | hwc_qdcm.cpp | 63 static void qdcmSetActiveMode(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 67 if (ctx->mQdcmInfo.mQdcmMode && in && out) { 75 out->writeInt32(ret); //return operation status via binder. 79 static void qdcmSetDefaultMode(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 83 if (ctx->mQdcmInfo.mQdcmMode && in && out) { 91 out->writeInt32(ret); //return operation status via binder. 96 const Parcel *in, Parcel *out) 100 if (ctx->mQdcmInfo.mQdcmMode && in && out) { 108 out->writeInt32(modeid); 109 out 95 qdcmGetDefaultMode(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 118 qdcmGetColorBalance(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 136 qdcmSetColorBalance(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 156 qdcmSaveModeV2(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 178 qdcmSetPaConfig(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 201 qdcmGetPaConfig(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 224 qdcmGetPaRange(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument 251 qdcmCmdsHandler(hwc_context_t *ctx, const Parcel *in, Parcel *out) argument [all...] |
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/ |
H A D | CtUpdateAmbassador.cpp | 65 HALNatTimeoutUpdate out; local 66 if (!translate(in, out)) { 81 mFramework->updateTimeout(out); 85 bool CtUpdateAmbassador::translate(IpaNatTimeoutUpdate in, HALNatTimeoutUpdate &out) { argument 86 return translate(in.src, out.src) 87 && translate(in.dst, out.dst) 88 && L4ToNetwork(in.proto, out.proto); 91 bool CtUpdateAmbassador::translate(IpaIpAddrPortPair in, HALIpAddrPortPair& out) { argument 101 out.addr = ipAddrStr; 102 out 107 L4ToNetwork(IpaL4Protocol in, NetworkProtocol &out) argument [all...] |
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/ |
H A D | FooHelper.h | 27 std::string out; local 28 out = "["; 31 out += ", "; 33 out += to_string(elems[i]); 35 out += "]"; 37 return out; 47 std::string out; local 48 out = "["; 51 out += ", "; 54 out [all...] |
/hardware/libhardware/modules/usbaudio/ |
H A D | audio_hal.c | 204 * card A pointer to a variable to receive the parsed-out card number. 205 * device A pointer to a variable to receive the parsed-out device number. 283 * following order: hw device > out stream 303 const struct stream_out* out = (const struct stream_out*)stream; local 305 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream)); 311 const struct stream_out *out = (const struct stream_out*)stream; local 312 return out->hal_channel_mask; 333 struct stream_out *out = (struct stream_out *)stream; local 335 stream_lock(&out 364 struct stream_out *out = (struct stream_out *)stream; local 405 struct stream_out *out = (struct stream_out *)stream; local 428 start_output_stream(struct stream_out *out) argument 438 struct stream_out *out = (struct stream_out *)stream; local 501 struct stream_out *out = (struct stream_out *)stream; // discard const qualifier local 537 struct stream_out *out; local 668 struct stream_out *out = (struct stream_out *)stream; local [all...] |
/hardware/qcom/audio/hal/ |
H A D | audio_hw.c | 344 static void register_out_stream(struct stream_out *out) argument 346 struct audio_device *adev = out->dev; 347 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD) 354 out->handle, 355 out->flags); 360 if (out->realtime) { 362 out->handle, 363 out->pcm, &out->config); 388 static void request_out_focus(struct stream_out *out, lon argument 410 release_out_focus(struct stream_out *out, long ns __unused) argument 975 read_hdmi_channel_masks(struct stream_out *out) argument 1551 lock_output_stream(struct stream_out *out) argument 1559 send_offload_cmd_l(struct stream_out* out, int command) argument 1572 stop_compressed_output_l(struct stream_out *out) argument 1587 struct stream_out *out = (struct stream_out *) context; local 1683 create_offload_callback_thread(struct stream_out *out) argument 1692 destroy_offload_callback_thread(struct stream_out *out) argument 1782 stop_output_stream(struct stream_out *out) argument 1832 start_output_stream(struct stream_out *out) argument 2041 struct stream_out *out = (struct stream_out *)stream; local 2053 struct stream_out *out = (struct stream_out *)stream; local 2064 struct stream_out *out = (struct stream_out *)stream; local 2071 struct stream_out *out = (struct stream_out *)stream; local 2084 struct stream_out *out = (struct stream_out *)stream; local 2121 struct stream_out *out = (struct stream_out *)stream; local 2135 struct stream_out *out = (struct stream_out *)stream; local 2157 struct stream_out *out = (struct stream_out *)stream; local 2177 parse_compress_metadata(struct stream_out *out, struct str_parms *parms) argument 2209 output_drives_call(struct audio_device *adev, struct stream_out *out) argument 2225 struct stream_out *out = (struct stream_out *)stream; local 2454 struct stream_out *out = (struct stream_out *)stream; local 2481 struct stream_out *out = (struct stream_out *)stream; local 2502 struct stream_out *out = (struct stream_out *)stream; local 2553 struct stream_out *out = (struct stream_out *)stream; local 2587 struct stream_out *out = (struct stream_out *)stream; local 2604 struct stream_out *out = (struct stream_out *)stream; local 2747 struct stream_out *out = (struct stream_out *)stream; local 2786 struct stream_out *out = (struct stream_out *)stream; local 2832 struct stream_out *out = (struct stream_out *)stream; local 2844 struct stream_out *out = (struct stream_out *)stream; local 2860 struct stream_out *out = (struct stream_out *)stream; local 2877 struct stream_out *out = (struct stream_out *)stream; local 2893 struct stream_out *out = (struct stream_out *)stream; local 2906 struct stream_out *out = (struct stream_out *)stream; local 2924 struct stream_out *out = (struct stream_out *)stream; local 2965 struct stream_out *out = (struct stream_out *)stream; local 3060 struct stream_out *out = (struct stream_out *)stream; local 3682 struct stream_out *out; local 3979 struct stream_out *out = (struct stream_out *)stream; local 4627 struct stream_out out; local [all...] |
/hardware/intel/audio_media/hdmi/ |
H A D | tinyaudio_hw.c | 147 * following order: hw device > out stream 224 static int start_output_stream(struct stream_out *out) argument 226 struct audio_device *adev = out->dev; 239 out->pcm_config.channels, 240 out->pcm_config.rate, 241 out->pcm_config.period_size, 242 out->pcm_config.period_count, 243 out->pcm_config.format); 245 out->pcm_config.start_threshold = 0; 246 out 281 struct stream_out *out = (struct stream_out *)stream; local 295 struct stream_out *out = (struct stream_out *)stream; local 325 struct stream_out *out = (struct stream_out *)stream; local 347 struct stream_out *out = (struct stream_out *)stream; local 378 struct stream_out *out = (struct stream_out *)stream; local 472 struct stream_out *out = (struct stream_out *)stream; local 495 struct stream_out *out = (struct stream_out *)stream; local 549 struct stream_out *out = (struct stream_out *)stream; local 568 struct stream_out *out = (struct stream_out *)stream; local 685 struct stream_out *out; local 789 struct stream_out *out = (struct stream_out *)stream; local [all...] |
/hardware/interfaces/keymaster/3.0/vts/functional/ |
H A D | authorization_set.cpp | 207 OutStreams& serializeParamValue(OutStreams& out, const hidl_vec<uint8_t>& blob) { argument 213 out.elements.setstate(std::ios_base::badbit); 214 return out; 217 out.elements.write(reinterpret_cast<const char*>(&buffer), sizeof(uint32_t)); 220 auto offset = out.indirect.tellp(); 224 out.elements.setstate(std::ios_base::badbit); 225 return out; 228 out.elements.write(reinterpret_cast<const char*>(&buffer), sizeof(uint32_t)); 231 if (blob_length) out.indirect.write(reinterpret_cast<const char*>(&blob[0]), blob_length); 233 return out; 236 serializeParamValue(OutStreams& out, const T& value) argument 241 serialize(TAG_INVALID_t&&, OutStreams& out, const KeyParameter&) argument 245 serialize(T ttag, OutStreams& out, const KeyParameter& param) argument 252 serialize(OutStreams& out, const KeyParameter& param) argument 257 serialize(OutStreams& out, const KeyParameter&) argument 261 serialize(OutStreams& out, const KeyParameter& param) argument 270 serialize(OutStreams& out, const KeyParameter& param) argument 274 serialize(std::ostream& out, const std::vector<KeyParameter>& params) argument [all...] |
/hardware/ril/reference-ril/ |
H A D | at_tok.h | 26 int at_tok_nextstr(char **p_cur, char **out);
|
/hardware/interfaces/tests/baz/1.0/default/ |
H A D | Baz.cpp | 62 hidl_array<bool, 4> out; local 63 out[0] = !x[0]; 64 out[1] = !x[1]; 65 out[2] = !x[2]; 66 out[3] = true; 68 _hidl_cb(out); 76 hidl_vec<bool> out; local 77 out.resize(x.size()); 79 out[i] = !x[i]; 82 _hidl_cb(out); 130 IBase::VectorOfArray out; local 151 hidl_vec<hidl_array<uint8_t, 6> > out; local 166 IBase::StringMatrix3x5 out; local 181 hidl_array<hidl_string, 3, 5> out; local 261 hidl_vec<int32_t> out; local [all...] |
/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | audio_hw_hal.cpp | 144 const struct qcom_stream_out *out = local 146 return out->qcom_out->sampleRate(); 151 struct qcom_stream_out *out = local 161 const struct qcom_stream_out *out = local 163 return out->qcom_out->bufferSize(); 168 const struct qcom_stream_out *out = local 170 return out->qcom_out->channels(); 175 const struct qcom_stream_out *out = local 177 return (audio_format_t)out->qcom_out->format(); 182 struct qcom_stream_out *out local 191 struct qcom_stream_out *out = local 198 const struct qcom_stream_out *out = local 206 struct qcom_stream_out *out = local 224 const struct qcom_stream_out *out = local 244 const struct qcom_stream_out *out = local 252 struct qcom_stream_out *out = local 260 struct qcom_stream_out *out = local 268 const struct qcom_stream_out *out = local 286 const struct qcom_stream_out *out = local 525 struct qcom_stream_out *out; local 562 struct qcom_stream_out *out; local 613 struct qcom_stream_out *out = reinterpret_cast<struct qcom_stream_out *>(stream); local [all...] |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/common/ |
H A D | testsupport.h | 45 char* CompassStateName (char* out, int state);
|
/hardware/interfaces/tests/baz/1.0/ |
H A D | IBase.hal | 90 someMethodWithVectorOfArray(VectorOfArray in) generates (VectorOfArray out); 93 generates (vec<MacAddress> out); 95 transpose(StringMatrix5x3 in) generates (StringMatrix3x5 out); 96 transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out); 99 generates (BitField out, uint8_t f, uint8_t s, uint8_t t);
|
/hardware/interfaces/tests/foo/1.0/default/ |
H A D | Foo.cpp | 79 hidl_vec<int32_t> out; local 80 out.resize(param.size()); 82 for (size_t i = 0; i < out.size(); ++i) { 83 out[i] = param[i] * 2; 86 _cb(out); 227 hidl_array<float, 5, 3> out; local 230 out[i][j] = in[j][i]; 234 LOG(INFO) << "SERVER(Foo) transposeMe returning " << to_string(out).c_str(); 236 _cb(out); 245 MultiDimensional out; local 261 StringMatrix3x5 out; local 277 hidl_array<hidl_string, 3, 5> out; local [all...] |
/hardware/libhardware/modules/audio_remote_submix/ |
H A D | audio_hw.cpp | 252 // Determine whether the specified channel out mask is supported by the submix module. 255 // Set of channel out masks supported by Format_from_SR_C() 265 // Determine whether the specified channel out mask is supported, if it is return the specified 266 // channel out mask, otherwise return the default channel out mask for the submix module. 356 // buffer_size_frames and optionally associate "in" or "out" with the submix audio device. 363 struct submix_stream_out * const out, 367 ALOG_ASSERT(in || out); 389 if (out) { 390 out 358 submix_audio_device_create_pipe_l(struct submix_audio_device * const rsxadev, const struct audio_config * const config, const size_t buffer_size_frames, const uint32_t buffer_period_count, struct submix_stream_in * const in, struct submix_stream_out * const out, const char *address, int route_idx) argument [all...] |
/hardware/libhardware_legacy/audio/ |
H A D | audio_hw_hal.cpp | 123 const struct legacy_stream_out *out = local 125 return out->legacy_out->sampleRate(); 130 struct legacy_stream_out *out = local 140 const struct legacy_stream_out *out = local 142 return out->legacy_out->bufferSize(); 147 const struct legacy_stream_out *out = local 149 return (audio_channel_mask_t) out->legacy_out->channels(); 154 const struct legacy_stream_out *out = local 157 return (audio_format_t) out->legacy_out->format(); 162 struct legacy_stream_out *out local 171 struct legacy_stream_out *out = local 178 const struct legacy_stream_out *out = local 186 struct legacy_stream_out *out = local 204 const struct legacy_stream_out *out = local 224 const struct legacy_stream_out *out = local 232 struct legacy_stream_out *out = local 240 struct legacy_stream_out *out = local 248 const struct legacy_stream_out *out = local 256 const struct legacy_stream_out *out = local 498 struct legacy_stream_out *out; local 547 struct legacy_stream_out *out = reinterpret_cast<struct legacy_stream_out *>(stream); local [all...] |
/hardware/libhardware/modules/audio/ |
H A D | audio_hw.c | 87 // out->last_write_time_us = 0; unnecessary as a stale write time has same effect 128 struct stub_stream_out *out = (struct stub_stream_out *)stream; local 132 const int64_t elapsed_time_since_last_write = now - out->last_write_time_us; 141 out->last_write_time_us = now + sleep_time; 304 struct stub_stream_out *out = local 306 if (!out) 309 out->stream.common.get_sample_rate = out_get_sample_rate; 310 out->stream.common.set_sample_rate = out_set_sample_rate; 311 out->stream.common.get_buffer_size = out_get_buffer_size; 312 out [all...] |
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/ |
H A D | StreamIoUtil.h | 62 std::ios_base::in | std::ios_base::out) override { 70 std::ios_base::in | std::ios_base::out) override { 75 bool out = which & std::ios_base::out; variable 78 if (!in && !out) { 82 if (in && out && way == std::ios_base::cur) { 109 if (noff != 0 && ((in && gptr() == nullptr) || (out && pptr() == nullptr))) { 117 if (out) {
|