Searched refs:out (Results 1 - 25 of 183) sorted by relevance

12345678

/hardware/qcom/gps/msm8998/android/location_api/
H A DLocationUtil.cpp38 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;
51 //out.gnssLocationFlags |= GnssLocationFlags::HAS_VERTICAL_ACCURACY;
52 //out.gnssLocationFlags |= GnssLocationFlags::HAS_SPEED_ACCURACY;
53 //out
67 convertGnssConstellationType(GnssSvType& in, GnssConstellationType& out) argument
[all...]
H A DGnssMeasurementAPIClient.cpp46 IGnssMeasurementCallback::GnssData& out);
48 IGnssMeasurementCallback::GnssMeasurement& out);
49 static void convertGnssClock(GnssMeasurementsClock& in, IGnssMeasurementCallback::GnssClock& out);
156 IGnssMeasurementCallback::GnssMeasurement& out)
158 memset(&out, 0, sizeof(IGnssMeasurementCallback::GnssMeasurement));
160 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_SNR;
162 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_FREQUENCY;
164 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_CYCLES;
166 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_PHASE;
168 out
155 convertGnssMeasurement(GnssMeasurementsData& in, IGnssMeasurementCallback::GnssMeasurement& out) argument
231 convertGnssClock(GnssMeasurementsClock& in, IGnssMeasurementCallback::GnssClock& out) argument
259 convertGnssData(GnssMeasurementsNotification& in, IGnssMeasurementCallback::GnssData& out) argument
[all...]
H A DLocationUtil.h42 void convertGnssLocation(Location& in, GnssLocation& out);
43 void convertGnssConstellationType(GnssSvType& in, GnssConstellationType& out);
H A DFlpAPIClient.cpp45 static void convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out,
164 static void convertBatchOption(const IGnssBatching::Options& in, LocationOptions& out, argument
167 memset(&out, 0, sizeof(LocationOptions));
168 out.size = sizeof(LocationOptions);
169 out.minInterval = (uint32_t)(in.periodNanos / 1000000L);
170 out.minDistance = 0;
171 out.mode = GNSS_SUPL_MODE_STANDALONE;
173 out.mode = GNSS_SUPL_MODE_MSA;
175 out.mode = GNSS_SUPL_MODE_MSB;
/hardware/qcom/display/msm8909/libhwcomposer/
H A Dhwc_qdcm.cpp63 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/audio/hal/
H A Daudio_hw.c308 static void register_out_stream(struct stream_out *out) argument
310 struct audio_device *adev = out->dev;
311 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD)
318 out->handle,
319 out->flags);
324 if (out->realtime) {
326 out->handle,
327 out->pcm, &out->config);
352 static void request_out_focus(struct stream_out *out, lon argument
374 release_out_focus(struct stream_out *out, long ns __unused) argument
919 read_hdmi_channel_masks(struct stream_out *out) argument
1329 lock_output_stream(struct stream_out *out) argument
1337 send_offload_cmd_l(struct stream_out* out, int command) argument
1350 stop_compressed_output_l(struct stream_out *out) argument
1365 struct stream_out *out = (struct stream_out *) context; local
1461 create_offload_callback_thread(struct stream_out *out) argument
1470 destroy_offload_callback_thread(struct stream_out *out) argument
1560 stop_output_stream(struct stream_out *out) argument
1601 start_output_stream(struct stream_out *out) argument
1800 struct stream_out *out = (struct stream_out *)stream; local
1812 struct stream_out *out = (struct stream_out *)stream; local
1823 struct stream_out *out = (struct stream_out *)stream; local
1830 struct stream_out *out = (struct stream_out *)stream; local
1842 struct stream_out *out = (struct stream_out *)stream; local
1885 struct stream_out *out = (struct stream_out *)stream; local
1907 struct stream_out *out = (struct stream_out *)stream; local
1929 parse_compress_metadata(struct stream_out *out, struct str_parms *parms) argument
1961 output_drives_call(struct audio_device *adev, struct stream_out *out) argument
1968 struct stream_out *out = (struct stream_out *)stream; local
2067 struct stream_out *out = (struct stream_out *)stream; local
2107 struct stream_out *out = (struct stream_out *)stream; local
2128 struct stream_out *out = (struct stream_out *)stream; local
2169 struct stream_out *out = (struct stream_out *)stream; local
2203 struct stream_out *out = (struct stream_out *)stream; local
2220 struct stream_out *out = (struct stream_out *)stream; local
2354 struct stream_out *out = (struct stream_out *)stream; local
2393 struct stream_out *out = (struct stream_out *)stream; local
2439 struct stream_out *out = (struct stream_out *)stream; local
2451 struct stream_out *out = (struct stream_out *)stream; local
2467 struct stream_out *out = (struct stream_out *)stream; local
2484 struct stream_out *out = (struct stream_out *)stream; local
2500 struct stream_out *out = (struct stream_out *)stream; local
2513 struct stream_out *out = (struct stream_out *)stream; local
2531 struct stream_out *out = (struct stream_out *)stream; local
2572 struct stream_out *out = (struct stream_out *)stream; local
2652 struct stream_out *out = (struct stream_out *)stream; local
3202 struct stream_out *out; local
3476 struct stream_out *out = (struct stream_out *)stream; local
3998 struct stream_out out; local
[all...]
/hardware/interfaces/tests/foo/1.0/default/lib/include/hidl-test/
H A DFooHelper.h27 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 Daudio_hal.c203 * card A pointer to a variable to receive the parsed-out card number.
204 * device A pointer to a variable to receive the parsed-out device number.
282 * following order: hw device > out stream
302 const struct stream_out* out = (const struct stream_out*)stream; local
304 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream));
310 const struct stream_out *out = (const struct stream_out*)stream; local
311 return out->hal_channel_mask;
332 struct stream_out *out = (struct stream_out *)stream; local
334 stream_lock(&out
363 struct stream_out *out = (struct stream_out *)stream; local
404 struct stream_out *out = (struct stream_out *)stream; local
427 start_output_stream(struct stream_out *out) argument
437 struct stream_out *out = (struct stream_out *)stream; local
500 struct stream_out *out = (struct stream_out *)stream; // discard const qualifier local
536 struct stream_out *out; local
667 struct stream_out *out = (struct stream_out *)stream; local
[all...]
/hardware/intel/audio_media/hdmi/
H A Dtinyaudio_hw.c147 * 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 Dauthorization_set.cpp207 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 Dat_tok.h26 int at_tok_nextstr(char **p_cur, char **out);
/hardware/interfaces/tests/baz/1.0/default/
H A DBaz.cpp62 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 Daudio_hw_hal.cpp144 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 Dtestsupport.h45 char* CompassStateName (char* out, int state);
/hardware/interfaces/tests/baz/1.0/
H A DIBase.hal90 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 DFoo.cpp79 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 Daudio_hw.cpp252 // 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 Daudio_hw_hal.cpp123 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 Daudio_hw.c84 // out->last_write_time_us = 0; unnecessary as a stale write time has same effect
125 struct stub_stream_out *out = (struct stub_stream_out *)stream; local
129 const int64_t elapsed_time_since_last_write = now - out->last_write_time_us;
138 out->last_write_time_us = now + sleep_time;
301 struct stub_stream_out *out = local
303 if (!out)
306 out->stream.common.get_sample_rate = out_get_sample_rate;
307 out->stream.common.set_sample_rate = out_set_sample_rate;
308 out->stream.common.get_buffer_size = out_get_buffer_size;
309 out
[all...]
/hardware/libhardware/modules/sensors/dynamic_sensor/HidUtils/
H A DStreamIoUtil.h62 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) {
H A DHidItem.cpp23 bool HidItem::dataAsUnsigned(unsigned int *out) const {
28 *out = 0;
32 *out |= (i << shift);
38 bool HidItem::dataAsSigned(int *out) const {
45 *out = u | ((sign == 0) ? 0 : ( ~0 << bitSize_1));
/hardware/interfaces/audio/2.0/default/
H A DDevicesFactory.cpp55 goto out;
61 goto out;
67 goto out;
71 out:
/hardware/libhardware/modules/sensors/
H A DSensorEventQueue.h51 int getWritableRegion(int requestedLength, sensors_event_t** out);
H A DSensorEventQueue.cpp39 int SensorEventQueue::getWritableRegion(int requestedLength, sensors_event_t** out) { argument
41 *out = NULL;
57 *out = &mData[firstWritable];
/hardware/interfaces/sensors/1.0/default/
H A DSensors.cpp120 hidl_vec<SensorInfo> out; local
121 out.resize(count);
125 SensorInfo *dst = &out[i];
130 _hidl_cb(out);
162 hidl_vec<Event> out; local
198 _hidl_cb(ResultFromStatus(err), out, dynamicSensorsAdded); local
226 out.resize(count);
227 convertFromSensorEvents(err, data.get(), &out);
229 _hidl_cb(Result::OK, out, dynamicSensorsAdded);
257 sensors_event_t out; local
[all...]

Completed in 682 milliseconds

12345678