Searched refs:obj (Results 1 - 20 of 20) sorted by relevance

/hardware/invensense/65xx/libsensors_iio/software/core/mpl/
H A Dmag_disturb.h57 void inv_mag_disturb_world_yaw_angle_process(struct inv_sensor_cal_t *obj);
62 float inv_mag_disturb_world_yaw_angle_distortion_from_gyro_bias(struct inv_sensor_cal_t *obj);
65 float inv_mag_disturb_9x_quat_confidence_interval(struct inv_sensor_cal_t *obj);
66 float inv_mag_disturb_geo_mag_confidence_interval(struct inv_sensor_cal_t *obj);
/hardware/invensense/60xx/libsensors_iio/software/build/android/
H A Dcommon.mk38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediates
/hardware/ti/wpan/tools/FM/service/src/jni/
H A DJFmTxNative.cpp133 static int nativeJFmTx_Create(JNIEnv *env,jobject obj,jobject jContextValue) argument
160 static jint nativeJFmTx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) argument
169 static int nativeJFmTx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) argument
194 static int nativeJFmTx_Disable(JNIEnv *env, jobject obj, jlong jContextValue) argument
208 static int nativeJFmTx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jlong user_freq) argument
235 static int nativeJFmTx_GetTunedFrequency(JNIEnv *env, jobject obj,jlong jContextValue) argument
240 static int nativeJFmTx_StartTransmission(JNIEnv *env, jobject obj, jlong jContextValue) argument
251 static int nativeJFmTx_StopTransmission(JNIEnv *env, jobject obj, jlong jContextValue) argument
262 static int nativeJFmTx_EnableRds(JNIEnv *env, jobject obj, jlong jContextValue) argument
294 static int nativeJFmTx_DisableRds(JNIEnv *env, jobject obj, jlon argument
324 nativeJFmTx_SetRdsTransmissionMode(JNIEnv *env, jobject obj, jlong jContextValue,jint mode) argument
352 nativeJFmTx_SetRdsTextPsMsg(JNIEnv *env, jobject obj, jlong jContextValue,jstring psString,jint length) argument
435 nativeJFmTx_SetMuteMode(JNIEnv *env, jobject obj, jlong jContextValue,jint mode) argument
460 nativeJFmTx_GetMuteMode(JNIEnv *env, jobject obj, jlong jContextValue) argument
496 nativeJFmTx_SetRdsTextRtMsg(JNIEnv *env, jobject obj, jlong jContextValue, jint msgType,jstring msg,jint length) argument
547 nativeJFmTx_SetRdsTransmittedGroupsMask(JNIEnv *env, jobject obj, jlong jContextValue, jlong fieldMask) argument
668 nativeJFmTx_ChangeDigitalSourceConfiguration(JNIEnv *env, jobject obj, jlong jContextValue,jint eSampleFreq) argument
675 nativeJFmTx_SetRdsTextRepertoire(JNIEnv *env, jobject obj, jlong jContextValue,jint repertoire) argument
682 nativeJFmTx_GetRdsTextRepertoire(JNIEnv *env, jobject obj, jlong jContextValue,jint repertoire) argument
687 nativeJFmTx_SetRdsPtyCode(JNIEnv *env, jobject obj, jlong jContextValue,jint ptyCode) argument
715 nativeJFmTx_GetRdsPtyCode(JNIEnv *env, jobject obj, jlong jContextValue,jint ptyCode) argument
720 nativeJFmTx_SetRdsPiCode(JNIEnv *env, jobject obj, jlong jContextValue,jint piCode) argument
747 nativeJFmTx_GetRdsPiCode(JNIEnv *env, jobject obj, jlong jContextValue) argument
751 nativeJFmTx_SetRdsAfCode(JNIEnv *env, jobject obj, jlong jContextValue,jint afCode) argument
779 nativeJFmTx_GetRdsAfCode(JNIEnv *env, jobject obj, jlong jContextValue) argument
784 nativeJFmTx_SetMonoStereoMode(JNIEnv *env, jobject obj, jlong jContextValue,jint monoStereoMode) argument
789 nativeJFmTx_GetMonoStereoMode(JNIEnv *env, jobject obj, jlong jContextValue) argument
795 nativeJFmTx_SetPowerLevel(JNIEnv *env, jobject obj, jlong jContextValue,jint powerLevel) argument
822 nativeJFmTx_GetPowerLevel(JNIEnv *env, jobject obj, jlong jContextValue) argument
828 nativeJFmTx_SetPreEmphasisFilter(JNIEnv *env, jobject obj, jlong jContextValue,jint preEmpFilter) argument
834 nativeJFmTx_GetPreEmphasisFilter(JNIEnv *env, jobject obj, jlong jContextValue) argument
840 nativeJFmTx_SetRdsPsScrollSpeed(JNIEnv *env, jobject obj, jlong jContextValue,jint scrollSpeed) argument
846 nativeJFmTx_GetRdsPsScrollSpeed(JNIEnv *env, jobject obj, jlong jContextValue) argument
[all...]
H A DJFmRxNative.cpp333 static int nativeJFmRx_Create(JNIEnv *env,jobject obj,jobject jContextValue) argument
362 static int nativeJFmRx_Destroy(JNIEnv *env, jobject obj,jlong jContextValue) argument
373 static int nativeJFmRx_Enable(JNIEnv *env, jobject obj, jlong jContextValue) argument
402 static int nativeJFmRx_Disable(JNIEnv *env, jobject obj, jlong jContextValue) argument
419 static int nativeJFmRx_SetBand(JNIEnv *env, jobject obj,jlong jContextValue, jint jFmBand) argument
458 static int nativeJFmRx_GetBand(JNIEnv *env, jobject obj,jlong jContextValue) argument
472 static int nativeJFmRx_Tune(JNIEnv *env, jobject obj,jlong jContextValue,jint user_freq) argument
513 static int nativeJFmRx_GetTunedFrequency(JNIEnv *env, jobject obj,jlong jContextValue) argument
536 static int nativeJFmRx_SetMonoStereoMode(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmMode) argument
561 static int nativeJFmRx_GetMonoStereoMode(JNIEnv *env, jobject obj,jlon argument
586 nativeJFmRx_SetMuteMode(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmMuteMode) argument
611 nativeJFmRx_GetMuteMode(JNIEnv *env, jobject obj,jlong jContextValue) argument
632 nativeJFmRx_SetRssiThreshold(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmRssi) argument
665 nativeJFmRx_GetRssiThreshold(JNIEnv *env, jobject obj,jlong jContextValue) argument
680 nativeJFmRx_GetRssi(JNIEnv *env, jobject obj,jlong jContextValue) argument
697 nativeJFmRx_SetVolume(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmVolume) argument
723 nativeJFmRx_GetVolume(JNIEnv *env, jobject obj,jlong jContextValue) argument
744 nativeJFmRx_SetChannelSpacing(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmChannelSpacing) argument
759 nativeJFmRx_GetChannelSpacing(JNIEnv *env, jobject obj,jlong jContextValue) argument
770 nativeJFmRx_SetDeEmphasisFilter(JNIEnv *env, jobject obj,jlong jContextValue,jint jFmEmphasisFilter) argument
787 nativeJFmRx_GetDeEmphasisFilter(JNIEnv *env, jobject obj,jlong jContextValue) argument
808 nativeJFmRx_Seek(JNIEnv *env, jobject obj,jlong jContextValue,jint jdirection) argument
864 nativeJFmRx_StopSeek(JNIEnv *env, jobject obj,jlong jContextValue) argument
873 nativeJFmRx_EnableRDS(JNIEnv *env, jobject obj,jlong jContextValue) argument
933 nativeJFmRx_DisableRDS(JNIEnv *env, jobject obj,jlong jContextValue) argument
967 nativeJFmRx_EnableAudioRouting(JNIEnv *env, jobject obj,jlong jContextValue) argument
978 nativeJFmRx_DisableAudioRouting(JNIEnv *env, jobject obj,jlong jContextValue) argument
989 nativeJFmRx_SetRdsAfSwitchMode(JNIEnv *env, jobject obj,jlong jContextValue,jint jRdsAfSwitchMode) argument
1029 nativeJFmRx_GetRdsAfSwitchMode(JNIEnv *env, jobject obj,jlong jContextValue) argument
1045 nativeJFmRx_ChangeAudioTarget(JNIEnv *env, jobject obj,jlong jContextValue, jint jFmRxAudioTargetMask, jint digitalConfig) argument
1056 nativeJFmRx_ChangeDigitalTargetConfiguration(JNIEnv *env, jobject obj,jlong jContextValue,jint digitalConfig) argument
1069 nativeJFmRx_SetRfDependentMuteMode(JNIEnv *env, jobject obj,jlong jContextValue, jint rf_mute) argument
1086 nativeJFmRx_GetRfDependentMute(JNIEnv *env, jobject obj,jlong jContextValue) argument
1102 nativeJFmRx_SetRdsSystem(JNIEnv *env, jobject obj,jlong jContextValue, jint rdsSystem) argument
1121 nativeJFmRx_GetRdsSystem(JNIEnv *env, jobject obj,jlong jContextValue) argument
1138 nativeJFmRx_SetRdsGroupMask(JNIEnv *env, jobject obj,jlong jContextValue, jlong groupMask) argument
1150 nativeJFmRx_GetRdsGroupMask(JNIEnv *env, jobject obj,jlong jContextValue) argument
1162 nativeJFmRx_CompleteScan(JNIEnv *env, jobject obj, jlong jContextValue) argument
1173 nativeJFmRx_GetCompleteScanProgress(JNIEnv *env, jobject obj, jlong jContextValue) argument
1183 nativeJFmRx_StopCompleteScan(JNIEnv *env, jobject obj, jlong jContextValue) argument
1193 nativeJFmRx_IsValidChannel(JNIEnv *env, jobject obj, jlong jContextValue) argument
1204 nativeJFmRx_GetFwVersion(JNIEnv *env, jobject obj, jlong jContextValue) argument
[all...]
/hardware/invensense/60xx/libsensors_iio/software/core/mllite/build/android/
H A Dshared.mk10 OBJFOLDER = $(CURDIR)/obj
50 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
75 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")
76 mkdir obj
/hardware/invensense/60xx/libsensors_iio/software/core/mpl/build/android/
H A Dshared.mk10 OBJFOLDER = $(CURDIR)/obj
49 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
76 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")
77 mkdir obj
/hardware/invensense/65xx/libsensors_iio/software/core/mllite/build/android/
H A Dshared.mk10 OBJFOLDER = $(CURDIR)/obj
50 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
75 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")
76 mkdir obj
/hardware/invensense/65xx/libsensors_iio/software/core/mpl/build/android/
H A Dshared.mk11 OBJFOLDER = $(CURDIR)/obj
50 LFLAGS += -Wl,-rpath,$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib:$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/system/lib
78 @$(call echo_in_colors, "\n<creating object's folder 'obj/'>\n")
79 mkdir obj
/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dcommon.mk38 ANDROID_LINK += -L$(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib
46 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtbegin_dynamic.o
47 ANDROID_LINK_EXECUTABLE += $(ANDROID_ROOT)/out/target/product/$(PRODUCT)/obj/lib/crtend_android.o
56 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/include
67 ANDROID_INCLUDES += -I$(ANDROID_ROOT)/out/target/product/generic/obj/SHARED_LIBRARIES/libm_intermediates
/hardware/qcom/camera/QCamera2/HAL3/
H A DQCamera3Channel.cpp867 QCamera3PicChannel *obj = (QCamera3PicChannel *)userdata; local
868 if (obj) {
871 if (obj->mMetaFrame != NULL && obj->m_pMetaChannel != NULL) {
872 ((QCamera3MetadataChannel*)(obj->m_pMetaChannel))->bufDone(obj->mMetaFrame);
873 obj->mMetaFrame = NULL;
874 obj->m_pMetaChannel = NULL;
880 qcamera_jpeg_data_t *job = obj->m_postprocessor.findJpegJobByJobId(jobId);
896 if(obj
1872 QCamera3PicChannel *obj = (QCamera3PicChannel *)picChHandle; local
[all...]
/hardware/ti/wpan/tools/FM/FmRxApp/src/com/ti/fmrxapp/
H A DFmRxApp.java670 Integer mode = (Integer) msg.obj;
690 Integer seekFreq = (Integer) msg.obj;
713 Integer freq = (Integer) msg.obj;
780 Integer progress = (Integer) msg.obj;
789 Integer tuneFreq = (Integer) msg.obj;
835 byte[] rdsText = (byte[]) msg.obj;
840 String rds = (String) msg.obj;
851 String pi = (String) msg.obj;
863 Long gChSpace = (Long) msg.obj;
922 byte[] psName = (byte[]) msg.obj;
[all...]
/hardware/samsung_slsi/exynos5/libkeymaster/
H A Dkeymaster_mobicore.cpp76 #define OWNERSHIP_TRANSFERRED(obj) \
77 typeof (obj.release()) _dummy __attribute__((unused)) = obj.release()
/hardware/samsung_slsi/exynos5/libcamera/
H A DExynosCameraHWInterface.cpp4151 static inline ExynosCameraHWInterface *obj(struct camera_device *dev) function in namespace:android
4161 return obj(dev)->setPreviewWindow(buf);
4173 obj(dev)->setCallbacks(notify_cb, data_cb, data_cb_timestamp,
4189 obj(dev)->enableMsgType(msg_type);
4205 obj(dev)->disableMsgType(msg_type);
4216 return obj(dev)->msgTypeEnabled(msg_type);
4225 return obj(dev)->startPreview();
4234 obj(dev)->stopPreview();
4243 return obj(dev)->previewEnabled();
4279 return obj(de
[all...]
/hardware/qcom/keymaster/
H A Dkeymaster_qcom.cpp98 #define OWNERSHIP_TRANSFERRED(obj) \
99 typeof (obj.release()) _dummy __attribute__((unused)) = obj.release()
/hardware/samsung_slsi/exynos5/libcamera2/
H A DExynosCameraHWInterface2.cpp6181 static inline ExynosCameraHWInterface2 *obj(const struct camera2_device *dev) function in namespace:android
6190 return obj(dev)->setRequestQueueSrcOps(request_src_ops);
6196 return obj(dev)->notifyRequestQueueNotEmpty();
6203 return obj(dev)->setFrameQueueDstOps(frame_dst_ops);
6209 return obj(dev)->getInProgressCount();
6215 return obj(dev)->flushCapturesInProgress();
6222 return obj(dev)->constructDefaultRequest(request_template, request);
6239 return obj(dev)->allocateStream(width, height, format, stream_ops,
6249 return obj(dev)->registerStreamBuffers(stream_id, num_buffers, buffers);
6259 return obj(de
[all...]
/hardware/qcom/camera/QCamera2/HAL/
H A DQCamera2HWI.cpp1344 * RETURN : ptr to a memory obj that holds stream buffers.
1433 * RETURN : ptr to a memory obj that holds stream info buffer.
2165 ALOGE("%s: Unable to new heap memory obj for image buf", __func__);
2345 QCamera2HardwareInterface *obj = (QCamera2HardwareInterface *)user_data; local
2346 if (obj && evt) {
2351 obj->processEvt(QCAMERA_SM_EVT_EVT_NOTIFY, payload);
2378 QCamera2HardwareInterface *obj = (QCamera2HardwareInterface *)userdata; local
2379 if (obj) {
2389 obj->processEvt(QCAMERA_SM_EVT_JPEG_EVT_NOTIFY, payload);
2684 * @pChannel : ptr to channel obj
[all...]
/hardware/ti/omap4xxx/domx/make/
H A Dbuild.mk97 BUILDDIR = .obj/
/hardware/qcom/camera/
H A DQCamera_Intf.h1129 * obj - The Exif Info object where the tag would be inserted to or
1142 int exif_set_tag(exif_info_obj_t obj,
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/src/
H A Domx_vdec_msm8974.cpp742 int release_buffers(omx_vdec* obj, enum vdec_buffer buffer_type) argument
750 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
755 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);
H A Domx_vdec_hevc.cpp707 int release_buffers(omx_vdec* obj, enum vdec_buffer buffer_type) argument
715 rc = ioctl(obj->drv_ctx.video_driver_fd,VIDIOC_REQBUFS, &bufreq);

Completed in 832 milliseconds