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

12345678910

/hardware/qcom/gps/msm8909w_3100/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;
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 DMeasurementAPIClient.cpp46 IGnssMeasurementCallback::GnssData& out);
48 IGnssMeasurementCallback::GnssMeasurement& out);
49 static void convertGnssClock(GnssMeasurementsClock& in, IGnssMeasurementCallback::GnssClock& out);
138 IGnssMeasurementCallback::GnssMeasurement& out)
140 memset(&out, 0, sizeof(IGnssMeasurementCallback::GnssMeasurement));
142 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_SNR;
144 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_FREQUENCY;
146 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_CYCLES;
148 out.flags |= IGnssMeasurementCallback::GnssMeasurementFlags::HAS_CARRIER_PHASE;
150 out
137 convertGnssMeasurement(GnssMeasurementsData& in, IGnssMeasurementCallback::GnssMeasurement& out) argument
216 convertGnssClock(GnssMeasurementsClock& in, IGnssMeasurementCallback::GnssClock& out) argument
244 convertGnssData(GnssMeasurementsNotification& in, IGnssMeasurementCallback::GnssData& out) argument
[all...]
H A DLocationUtil.h43 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);
/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;
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 DGnssMeasurementAPIClient.cpp46 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 DLocationUtil.h43 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);
/hardware/qcom/data/ipacfg-mgr/msm8998/hal/src/
H A DCtUpdateAmbassador.cpp65 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/qcom/audio/hal/
H A Daudio_hw.c331 static int check_a2dp_restore_l(struct audio_device *adev, struct stream_out *out, bool restore);
355 static void register_out_stream(struct stream_out *out) argument
357 struct audio_device *adev = out->dev;
358 if (out->usecase == USECASE_AUDIO_PLAYBACK_OFFLOAD)
365 out->handle,
366 out->flags);
371 if (out->realtime) {
373 out->handle,
374 out->pcm, &out
399 request_out_focus(struct stream_out *out, long ns) argument
421 release_out_focus(struct stream_out *out, long ns __unused) argument
1050 read_hdmi_channel_masks(struct stream_out *out) argument
1673 lock_output_stream(struct stream_out *out) argument
1681 send_offload_cmd_l(struct stream_out* out, int command) argument
1694 stop_compressed_output_l(struct stream_out *out) argument
1709 struct stream_out *out = (struct stream_out *) context; local
1805 create_offload_callback_thread(struct stream_out *out) argument
1814 destroy_offload_callback_thread(struct stream_out *out) argument
1952 stop_output_stream(struct stream_out *out) argument
2013 start_output_stream(struct stream_out *out) argument
2308 struct stream_out *out = (struct stream_out *)stream; local
2320 struct stream_out *out = (struct stream_out *)stream; local
2331 struct stream_out *out = (struct stream_out *)stream; local
2338 struct stream_out *out = (struct stream_out *)stream; local
2351 struct stream_out *out = (struct stream_out *)stream; local
2388 struct stream_out *out = (struct stream_out *)stream; local
2402 struct stream_out *out = (struct stream_out *)stream; local
2424 struct stream_out *out = (struct stream_out *)stream; local
2444 parse_compress_metadata(struct stream_out *out, struct str_parms *parms) argument
2476 output_drives_call(struct audio_device *adev, struct stream_out *out) argument
2492 struct stream_out *out = (struct stream_out *)stream; local
2777 struct stream_out *out = (struct stream_out *)stream; local
2804 struct stream_out *out = (struct stream_out *)stream; local
2831 struct stream_out *out = (struct stream_out *)stream; local
2859 struct stream_out *out = (struct stream_out *)stream; local
2897 struct stream_out *out = (struct stream_out *)stream; local
2931 struct stream_out *out = (struct stream_out *)stream; local
2948 struct stream_out *out = (struct stream_out *)stream; local
3102 struct stream_out *out = (struct stream_out *)stream; local
3141 struct stream_out *out = (struct stream_out *)stream; local
3201 struct stream_out *out = (struct stream_out *)stream; local
3213 struct stream_out *out = (struct stream_out *)stream; local
3229 struct stream_out *out = (struct stream_out *)stream; local
3246 struct stream_out *out = (struct stream_out *)stream; local
3262 struct stream_out *out = (struct stream_out *)stream; local
3275 struct stream_out *out = (struct stream_out *)stream; local
3293 struct stream_out *out = (struct stream_out *)stream; local
3334 struct stream_out *out = (struct stream_out *)stream; local
3432 struct stream_out *out = (struct stream_out *)stream; local
4132 struct stream_out *out; local
4618 struct stream_out *out = (struct stream_out *)stream; local
5319 struct stream_out out; local
5461 check_a2dp_restore_l(struct audio_device *adev, struct stream_out *out, bool restore) argument
5521 check_a2dp_restore(struct audio_device *adev, struct stream_out *out, bool restore) argument
[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/qcom/gps/msm8909w_3100/core/data-items/common/
H A DIDataItemIndex.h48 std :: list <CT> & out
59 std :: list <DIT> & out
68 std :: list <CT> & out
76 std :: list <CT> & out
84 std :: list <DIT> & out
H A DClientIndex.h53 void getSubscribedList (CT client, std :: list <DIT> & out);
57 void remove (const std :: list <DIT> & r, std :: list <CT> & out);
59 void remove (CT client, const std :: list <DIT> & r, std :: list <DIT> & out);
61 void add (CT client, const std :: list <DIT> & l, std :: list <DIT> & out);
H A DIClientIndex.h47 virtual void getSubscribedList (CT client, std :: list <DIT> & out) = 0;
57 std :: list <CT> & out
66 std :: list <DIT> & out
74 std :: list <DIT> & out
H A DClientIndex.cpp60 void ClientIndex <CT,DIT> :: getSubscribedList (CT client, list <DIT> & out) { argument
65 out = it->second;
80 void ClientIndex <CT,DIT> :: remove (const list <DIT> & r, list <CT> & out) { argument
94 out.push_back (dicIter->first);
110 list <DIT> & out
119 inserter (out,out.begin ()));
120 if (!out.empty ()) {
121 typename list <DIT> :: iterator it = out.begin ();
122 for (; it != out
[all...]
H A DDataItemIndex.h52 void getListOfSubscribedClients (DIT id, std :: list <CT> & out);
56 void remove (const std :: list <CT> & r, std :: list <DIT> & out);
58 void remove (DIT id, const std :: list <CT> & r, std :: list <CT> & out);
60 void add (DIT id, const std :: list <CT> & l, std :: list <CT> & out);
62 void add (CT client, const std :: list <DIT> & l, std :: list <DIT> & out);
/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/confirmationui/support/test/
H A Dmsg_formatting_test.cpp44 std::ostream& hexdump(std::ostream& out, const uint8_t* data, size_t size) { argument
47 out << (nibble2hex[0x0F & (byte >> 4)]);
48 out << (nibble2hex[0x0F & byte]);
51 out << "\n";
54 out << " ";
57 out << " ";
61 return out;
70 WriteStream out(buffer);
71 out = unalign(out);
[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/nxp/nfc/extns/impl/
H A DNxpNfc.cpp47 inpOutData.out.ioctlType = ioctlType;
48 inpOutData.out.context = pInOutData->inp.context;
49 inpOutData.out.result = status;
50 outputData.setToExternal((uint8_t*)&inpOutData.out,
/hardware/nxp/secure_element/extns/impl/
H A DNxpEse.cpp42 inpOutData.out.ioctlType = ioctlType;
43 inpOutData.out.context = pInOutData->inp.context;
44 inpOutData.out.result = status;
46 outputData.setToExternal((uint8_t*)&inpOutData.out,
/hardware/ril/reference-ril/
H A Dat_tok.h26 int at_tok_nextstr(char **p_cur, char **out);
/hardware/libhardware/modules/usbaudio/
H A Daudio_hal.c214 * card A pointer to a variable to receive the parsed-out card number.
215 * device A pointer to a variable to receive the parsed-out device number.
293 * following order: hw device > out stream
313 const struct stream_out* out = (const struct stream_out*)stream; local
315 proxy_get_period_size(&out->proxy) * audio_stream_out_frame_size(&(out->stream));
321 const struct stream_out *out = (const struct stream_out*)stream; local
322 return out->hal_channel_mask;
343 struct stream_out *out = (struct stream_out *)stream; local
345 stream_lock(&out
374 struct stream_out *out = (struct stream_out *)stream; local
414 struct stream_out *out = (struct stream_out *)stream; local
437 start_output_stream(struct stream_out *out) argument
447 struct stream_out *out = (struct stream_out *)stream; local
510 struct stream_out *out = (struct stream_out *)stream; // discard const qualifier local
546 struct stream_out *out; local
674 struct stream_out *out = (struct stream_out *)stream; local
[all...]
/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
289 hidl_vec<int32_t> out; local
[all...]
/hardware/libhardware/modules/audio/
H A Daudio_hw.c68 const struct stub_stream_out *out = (const struct stub_stream_out *)stream; local
70 ALOGV("out_get_sample_rate: %u", out->sample_rate);
71 return out->sample_rate;
76 struct stub_stream_out *out = (struct stub_stream_out *)stream; local
79 out->sample_rate = rate;
85 const struct stub_stream_out *out = (const struct stub_stream_out *)stream; local
86 size_t buffer_size = out->frame_count *
87 audio_stream_out_frame_size(&out->stream);
95 const struct stub_stream_out *out = (const struct stub_stream_out *)stream; local
97 ALOGV("out_get_channels: %x", out
103 const struct stub_stream_out *out = (const struct stub_stream_out *)stream; local
111 struct stub_stream_out *out = (struct stub_stream_out *)stream; local
162 struct stub_stream_out *out = (struct stub_stream_out *)stream; local
363 struct stub_stream_out *out = local
[all...]
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/
H A Dmsg_formatting.h184 // zero out the gaps when writing
189 inline WriteStream write(WriteStream out, const uint8_t* buffer, size_t size) { argument
190 auto pos = out.pos();
192 out += 4 + size;
193 if (out) {
195 out.good_ = false;
196 return out;
202 return out;
205 WriteStream write(WriteStream out, const uint8_t (&v)[size]) { argument
206 return write(out,
251 writeSimpleHidlVec(WriteStream out, const hidl_vec<T>& vec) argument
295 write(WriteStream out, const HardwareAuthToken& v) argument
313 write(WriteStream out, const ResponseCode& v) argument
321 write(WriteStream out, const hidl_vec<uint8_t>& v) argument
330 write(WriteStream out, const hidl_vec<UIOption>& v) argument
354 write(WriteStream out, const hidl_string& v) argument
364 write(WriteStream out, Command cmd) argument
373 write(WriteStream out, Cmd<cmd>) argument
389 write(Message<, WriteStream out) argument
394 write(Message<Head, Tail...>, WriteStream out, const Head& head, const Tail&... tail) argument
400 write(Message<Cmd<cmd>, Tail...>, WriteStream out, const Tail&... tail) argument
[all...]
/hardware/interfaces/tests/baz/1.0/
H A DIBase.hal114 someMethodWithVectorOfArray(VectorOfArray in) generates (VectorOfArray out);
117 generates (vec<MacAddress> out);
119 transpose(StringMatrix5x3 in) generates (StringMatrix3x5 out);
120 transpose2(ThreeStrings[5] in) generates (FiveStrings[3] out);
123 generates (BitField out, uint8_t f, uint8_t s, uint8_t t);
125 testArrays(LotsOfPrimitiveArrays in) generates (LotsOfPrimitiveArrays out);
126 testByteVecs(vec<ByteOneDim> in) generates (vec<ByteOneDim> out);
127 testBooleanVecs(vec<BooleanOneDim> in) generates (vec<BooleanOneDim> out);
128 testDoubleVecs(vec<DoubleOneDim> in) generates (vec<DoubleOneDim> out);

Completed in 1514 milliseconds

12345678910