Searched defs:out (Results 76 - 100 of 110) sorted by relevance

12345

/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp2538 int MPLSensor::calcBatchTimeout(int en, int64_t *out) argument
2563 *out = timeoutInMs;
/hardware/qcom/audio/hal/
H A Daudio_hw.h283 struct stream_out *out; member in union:stream_ptr
369 snd_device_t last_logged_snd_device[AUDIO_USECASE_MAX][2]; /* [out, in] */
390 int check_a2dp_restore(struct audio_device *adev, struct stream_out *out, bool restore);
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/qcom/display/msm8084/liboverlay/
H A DoverlayUtils.h59 // comment that out if you want to remove asserts
152 bool getPositionS3D(const Whf& whf, Dim& out);
155 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
627 inline bool getPositionS3D(const Whf& whf, Dim& out) { argument
628 out = getPositionS3DImpl<CHAN>(whf);
629 return (out != Dim());
673 inline bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt) argument
675 out = getCropS3DImpl<CHAN>(in, fmt);
676 return (out != Dim());
/hardware/qcom/display/msm8909/sdm/libs/hwc/
H A Dhwc_session.cpp859 android::Parcel *out) {
868 out->writeInt32(ret);
875 out->writeInt32(ret);
884 out->writeInt32(ret);
888 out->writeInt32(ret);
892 out->writeInt32(ret);
902 out->writeInt32(ret);
1320 output_parcel->writeInt32(ret); // first field in out parcel indicates return code.
858 ControlPartialUpdate(const android::Parcel *input_parcel, android::Parcel *out) argument
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
H A Dhwc_session.cpp859 android::Parcel *out) {
868 out->writeInt32(ret);
875 out->writeInt32(ret);
884 out->writeInt32(ret);
888 out->writeInt32(ret);
892 out->writeInt32(ret);
902 out->writeInt32(ret);
1320 output_parcel->writeInt32(ret); // first field in out parcel indicates return code.
858 ControlPartialUpdate(const android::Parcel *input_parcel, android::Parcel *out) argument
/hardware/qcom/display/msm8960/liboverlay/
H A DoverlayUtils.h59 // comment that out if you want to remove asserts
148 bool getPositionS3D(const Whf& whf, Dim& out);
151 bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt);
629 inline bool getPositionS3D(const Whf& whf, Dim& out) { argument
630 out = getPositionS3DImpl<CHAN>(whf);
631 return (out != Dim());
675 inline bool getCropS3D(const Dim& in, Dim& out, uint32_t fmt) argument
677 out = getCropS3DImpl<CHAN>(in, fmt);
678 return (out != Dim());
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
H A Dhwc_session.cpp915 android::Parcel *out) {
924 out->writeInt32(ret);
931 out->writeInt32(ret);
940 out->writeInt32(ret);
944 out->writeInt32(ret);
948 out->writeInt32(ret);
958 out->writeInt32(ret);
1297 output_parcel->writeInt32(ret); // first field in out parcel indicates return code.
1521 // In HWC2, primary displays can be hotplugged out
914 ControlPartialUpdate(const android::Parcel *input_parcel, android::Parcel *out) argument
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
H A Dhwc_session.cpp941 android::Parcel *out) {
950 out->writeInt32(ret);
957 out->writeInt32(ret);
966 out->writeInt32(ret);
970 out->writeInt32(ret);
974 out->writeInt32(ret);
984 out->writeInt32(ret);
1341 output_parcel->writeInt32(ret); // first field in out parcel indicates return code.
1570 // In HWC2, primary displays can be hotplugged out
940 ControlPartialUpdate(const android::Parcel *input_parcel, android::Parcel *out) argument
/hardware/interfaces/camera/device/3.4/default/
H A DExternalCameraDeviceSession.cpp888 CroppingType ct, const Size& inSize, const Size& outSize, IMapper::Rect* out) {
889 if (out == nullptr) {
890 ALOGE("%s: out is null", __FUNCTION__);
904 out->left = 0;
905 out->top = 0;
906 out->width = inW;
907 out->height = inH;
920 out->left = 0;
921 out->top = ((inH - scaledOutH) / 2) & ~0x1;
922 out
887 getCropRect( CroppingType ct, const Size& inSize, const Size& outSize, IMapper::Rect* out) argument
946 cropAndScaleLocked( sp<AllocatedFrame>& in, const Size& outSz, YCbCrLayout* out) argument
1038 cropAndScaleThumbLocked( sp<AllocatedFrame>& in, const Size &outSz, YCbCrLayout* out) argument
1183 formatConvertLocked( const YCbCrLayout& in, const YCbCrLayout& out, Size sz, uint32_t format) argument
1265 encodeJpegYU12( const Size & inSz, const YCbCrLayout& inLayout, int jpegQuality, const void *app1Buffer, size_t app1Size, void *out, const size_t maxOutSize, size_t &actualCodeSize) argument
1965 waitForNextRequest( std::shared_ptr<HalRequest>* out) argument
2422 configureStreams( const V3_2::StreamConfiguration& config, V3_3::HalStreamConfiguration* out) argument
[all...]
/hardware/qcom/gps/msm8909w_3100/gnss/
H A DGnssAdapter.cpp98 GnssAdapter::convertOptions(LocPosMode& out, const LocationOptions& options) argument
103 out.mode = LOC_POSITION_MODE_MS_BASED;
106 out.mode = LOC_POSITION_MODE_MS_ASSISTED;
109 out.mode = LOC_POSITION_MODE_STANDALONE;
112 out.share_position = true;
113 out.min_interval = options.minInterval;
117 GnssAdapter::convertLocation(Location& out, const LocGpsLocation& locGpsLocation, argument
121 memset(&out, 0, sizeof(Location));
122 out.size = sizeof(Location);
124 out
172 convertLocationInfo(GnssLocationInfoNotification& out, const GpsLocationExtended& locationExtended) argument
2740 convertSatelliteInfo(std::vector<GnssDebugSatelliteInfo>& out, const GnssSvType& in_constellation, const SystemStatusReports& in) argument
[all...]
/hardware/qcom/gps/msm8998/gnss/
H A DGnssAdapter.cpp103 GnssAdapter::convertOptions(LocPosMode& out, const LocationOptions& options) argument
108 out.mode = LOC_POSITION_MODE_MS_BASED;
111 out.mode = LOC_POSITION_MODE_MS_ASSISTED;
114 out.mode = LOC_POSITION_MODE_STANDALONE;
117 out.share_position = true;
118 out.min_interval = options.minInterval;
122 GnssAdapter::convertLocation(Location& out, const LocGpsLocation& locGpsLocation, argument
126 out.size = sizeof(Location);
128 out.flags |= LOCATION_HAS_LAT_LONG_BIT;
129 out
176 convertLocationInfo(GnssLocationInfoNotification& out, const GpsLocationExtended& locationExtended) argument
2624 convertSatelliteInfo(std::vector<GnssDebugSatelliteInfo>& out, const GnssSvType& in_constellation, const SystemStatusReports& in) argument
[all...]
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_vidc_enc.h170 void __user *out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h172 void __user *out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8994/kernel-headers/linux/
H A Dmsm_vidc_enc.h175 void __user *out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8994/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h176 void __user *out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8996/kernel-headers/linux/
H A Dmsm_vidc_enc.h175 void __user * out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8996/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h176 void __user *out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8998/kernel-headers/linux/
H A Dmsm_vidc_enc.h175 void * out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8998/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h176 void *out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8x84/kernel-headers/linux/
H A Dmsm_vidc_enc.h175 void __user *out; member in struct:venc_ioctl_msg
/hardware/qcom/msm8x84/original-kernel-headers/linux/
H A Dmsm_vidc_enc.h176 void __user *out; member in struct:venc_ioctl_msg
/hardware/ril/reference-ril/
H A Dreference-ril.c585 char *out; local
681 err = at_tok_nextstr(&line, &out);
685 int type_size = strlen(out) + 1;
687 strlcpy(responses[i].type, out, type_size);
690 err = at_tok_nextstr(&line, &out);
698 err = at_tok_nextstr(&line, &out);
702 int addresses_size = strlen(out) + 1;
704 strlcpy(responses[i].addresses, out, addresses_size);
1794 // figure out if this is gsm/cdma format
2807 * Call from RIL to us to find out whethe
[all...]
/hardware/broadcom/libbt/include/
H A Duipc_msg.h706 tAUDIO_ROUTE_OUT out; member in struct:__anon28
/hardware/qcom/audio/hal/msm8974/
H A Dplatform.c490 /* out */
944 audio_devices_t dev = usecase->stream.out->devices;
951 ALOGV("%s: out device is %d", __func__, usecase->out_snd_device);
953 app_type = usecase->stream.out->app_type_cfg.app_type;
1562 ALOGE("%s: invalid sound card number (-1), bailing out ", __func__);
3676 usecase->stream.out->devices & AUDIO_DEVICE_OUT_SPEAKER) {
3954 if (uc && uc->type == VOICE_CALL && uc->stream.out) {
3956 uc->stream.out->devices);
4036 struct stream_out *out = (struct stream_out*) uc->stream.out; local
[all...]

Completed in 752 milliseconds

12345