public static ExperimentConfig configureHelper(
     SWIGTYPE_p_void hDevice, ExperimentConfig request) {
   long cPtr =
       NativeBridgeJNI.configureHelper(
           SWIGTYPE_p_void.getCPtr(hDevice), ExperimentConfig.getCPtr(request), request);
   return (cPtr == 0) ? null : new ExperimentConfig(cPtr, false);
 }
예제 #2
0
 public String serialize(SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer) {
   return gdxBulletJNI.btQuantizedBvh_serialize__SWIG_1(
       swigCPtr,
       this,
       SWIGTYPE_p_void.getCPtr(dataBuffer),
       SWIGTYPE_p_btSerializer.getCPtr(serializer));
 }
예제 #3
0
 public String serialize(SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer) {
   return gdxBulletJNI.btCollisionShape_serialize(
       swigCPtr,
       this,
       SWIGTYPE_p_void.getCPtr(dataBuffer),
       SWIGTYPE_p_btSerializer.getCPtr(serializer));
 }
예제 #4
0
 public SWIGTYPE_p_void utilTimerSchedule(long prmMsecDelay, SWIGTYPE_p_void prmUserData)
     throws java.lang.Exception {
   long cPtr =
       pjsua2JNI.Endpoint_utilTimerSchedule(
           swigCPtr, this, prmMsecDelay, SWIGTYPE_p_void.getCPtr(prmUserData));
   return (cPtr == 0) ? null : new SWIGTYPE_p_void(cPtr, false);
 }
예제 #5
0
 public String serialize(SWIGTYPE_p_void dataBuffer, SWIGTYPE_p_btSerializer serializer) {
   return CollisionJNI.btCollisionObject_serialize(
       swigCPtr,
       this,
       SWIGTYPE_p_void.getCPtr(dataBuffer),
       SWIGTYPE_p_btSerializer.getCPtr(serializer));
 }
예제 #6
0
 public static btQuantizedBvh deSerializeInPlace(
     SWIGTYPE_p_void i_alignedDataBuffer, long i_dataBufferSize, boolean i_swapEndian) {
   long cPtr =
       gdxBulletJNI.btQuantizedBvh_deSerializeInPlace(
           SWIGTYPE_p_void.getCPtr(i_alignedDataBuffer), i_dataBufferSize, i_swapEndian);
   return (cPtr == 0) ? null : new btQuantizedBvh(cPtr, false);
 }
 public static int SensDev_configure(
     SWIGTYPE_p_void hDevice, ExperimentConfig request, SWIGTYPE_p_p_ExperimentConfig response) {
   return NativeBridgeJNI.SensDev_configure(
       SWIGTYPE_p_void.getCPtr(hDevice),
       ExperimentConfig.getCPtr(request),
       request,
       SWIGTYPE_p_p_ExperimentConfig.getCPtr(response));
 }
예제 #8
0
 public SWIGTYPE_p_void utilTimerSchedule(long j, SWIGTYPE_p_void sWIGTYPE_p_void) {
   long Endpoint_utilTimerSchedule =
       pjsua2JNI.Endpoint_utilTimerSchedule(
           this.swigCPtr, this, j, SWIGTYPE_p_void.getCPtr(sWIGTYPE_p_void));
   return Endpoint_utilTimerSchedule == 0
       ? null
       : new SWIGTYPE_p_void(Endpoint_utilTimerSchedule, false);
 }
 public static int SensDev_read(
     SWIGTYPE_p_void hDevice, SWIGTYPE_p_float samples, SWIGTYPE_p_float timestamps, int length) {
   return NativeBridgeJNI.SensDev_read(
       SWIGTYPE_p_void.getCPtr(hDevice),
       SWIGTYPE_p_float.getCPtr(samples),
       SWIGTYPE_p_float.getCPtr(timestamps),
       length);
 }
예제 #10
0
 public boolean serialize(
     SWIGTYPE_p_void o_alignedDataBuffer, long i_dataBufferSize, boolean i_swapEndian) {
   return gdxBulletJNI.btQuantizedBvh_serialize__SWIG_0(
       swigCPtr,
       this,
       SWIGTYPE_p_void.getCPtr(o_alignedDataBuffer),
       i_dataBufferSize,
       i_swapEndian);
 }
 public btSimpleBroadphaseProxy(
     Vector3 minpt,
     Vector3 maxpt,
     int shapeType,
     SWIGTYPE_p_void userPtr,
     short collisionFilterGroup,
     short collisionFilterMask,
     SWIGTYPE_p_void multiSapProxy) {
   this(
       gdxBulletJNI.new_btSimpleBroadphaseProxy__SWIG_1(
           minpt,
           maxpt,
           shapeType,
           SWIGTYPE_p_void.getCPtr(userPtr),
           collisionFilterGroup,
           collisionFilterMask,
           SWIGTYPE_p_void.getCPtr(multiSapProxy)),
       true);
 }
예제 #12
0
 public void natCheckStunServers(
     StringVector stringVector, boolean z, SWIGTYPE_p_void sWIGTYPE_p_void) {
   pjsua2JNI.Endpoint_natCheckStunServers(
       this.swigCPtr,
       this,
       StringVector.getCPtr(stringVector),
       stringVector,
       z,
       SWIGTYPE_p_void.getCPtr(sWIGTYPE_p_void));
 }
예제 #13
0
 public void natCheckStunServers(
     StringVector prmServers, boolean prmWait, SWIGTYPE_p_void prmUserData)
     throws java.lang.Exception {
   pjsua2JNI.Endpoint_natCheckStunServers(
       swigCPtr,
       this,
       StringVector.getCPtr(prmServers),
       prmServers,
       prmWait,
       SWIGTYPE_p_void.getCPtr(prmUserData));
 }
예제 #14
0
 public static SWIGTYPE_p_SNDFILE_tag sf_open_virtual(
     SF_VIRTUAL_IO sfvirtual, int mode, SF_INFO sfinfo, SWIGTYPE_p_void user_data) {
   long cPtr =
       libsndfileJNI.sf_open_virtual(
           SF_VIRTUAL_IO.getCPtr(sfvirtual),
           sfvirtual,
           mode,
           SF_INFO.getCPtr(sfinfo),
           sfinfo,
           SWIGTYPE_p_void.getCPtr(user_data));
   return (cPtr == 0) ? null : new SWIGTYPE_p_SNDFILE_tag(cPtr, false);
 }
 public btHeightfieldTerrainShape(
     int heightStickWidth,
     int heightStickLength,
     SWIGTYPE_p_void heightfieldData,
     float maxHeight,
     int upAxis,
     boolean useFloatData,
     boolean flipQuadEdges) {
   this(
       gdxBulletJNI.new_btHeightfieldTerrainShape__SWIG_1(
           heightStickWidth,
           heightStickLength,
           SWIGTYPE_p_void.getCPtr(heightfieldData),
           maxHeight,
           upAxis,
           useFloatData,
           flipQuadEdges),
       true);
 }
예제 #16
0
 public void setPjMediaEvent(SWIGTYPE_p_void sWIGTYPE_p_void) {
   pjsua2JNI.MediaEvent_pjMediaEvent_set(
       this.swigCPtr, this, SWIGTYPE_p_void.getCPtr(sWIGTYPE_p_void));
 }
예제 #17
0
 public static long sf_write_raw(SWIGTYPE_p_SNDFILE_tag sndfile, SWIGTYPE_p_void ptr, long bytes) {
   return libsndfileJNI.sf_write_raw(
       SWIGTYPE_p_SNDFILE_tag.getCPtr(sndfile), SWIGTYPE_p_void.getCPtr(ptr), bytes);
 }
예제 #18
0
 public void setUserPointer(SWIGTYPE_p_void userPointer) {
   CollisionJNI.btCollisionObject_setUserPointer(
       swigCPtr, this, SWIGTYPE_p_void.getCPtr(userPointer));
 }
예제 #19
0
 public void internalSetExtensionPointer(SWIGTYPE_p_void pointer) {
   CollisionJNI.btCollisionObject_internalSetExtensionPointer(
       swigCPtr, this, SWIGTYPE_p_void.getCPtr(pointer));
 }
예제 #20
0
 public void utilTimerCancel(SWIGTYPE_p_void prmToken) {
   pjsua2JNI.Endpoint_utilTimerCancel(swigCPtr, this, SWIGTYPE_p_void.getCPtr(prmToken));
 }
예제 #21
0
 public void setUserPointer(SWIGTYPE_p_void userPtr) {
   gdxBulletJNI.btCollisionShape_setUserPointer(swigCPtr, this, SWIGTYPE_p_void.getCPtr(userPtr));
 }
예제 #22
0
 public void codecSetParam(String codec_id, SWIGTYPE_p_void param) throws java.lang.Exception {
   pjsua2JNI.Endpoint_codecSetParam(swigCPtr, this, codec_id, SWIGTYPE_p_void.getCPtr(param));
 }
 public void setPData(SWIGTYPE_p_void value) {
   coreJNI.tABC_AsyncBitCoinInfo_pData_set(swigCPtr, this, SWIGTYPE_p_void.getCPtr(value));
 }
예제 #24
0
 public static int sf_command(
     SWIGTYPE_p_SNDFILE_tag sndfile, int command, SWIGTYPE_p_void data, int datasize) {
   return libsndfileJNI.sf_command(
       SWIGTYPE_p_SNDFILE_tag.getCPtr(sndfile), command, SWIGTYPE_p_void.getCPtr(data), datasize);
 }
 public static ExperimentConfig getCurrentConfigHelper(SWIGTYPE_p_void hDevice) {
   long cPtr = NativeBridgeJNI.getCurrentConfigHelper(SWIGTYPE_p_void.getCPtr(hDevice));
   return (cPtr == 0) ? null : new ExperimentConfig(cPtr, false);
 }
 public static int SensDev_stop(SWIGTYPE_p_void hDevice) {
   return NativeBridgeJNI.SensDev_stop(SWIGTYPE_p_void.getCPtr(hDevice));
 }
 public static int SensDev_getCurrentConfig(
     SWIGTYPE_p_void hDevice, SWIGTYPE_p_p_ExperimentConfig current) {
   return NativeBridgeJNI.SensDev_getCurrentConfig(
       SWIGTYPE_p_void.getCPtr(hDevice), SWIGTYPE_p_p_ExperimentConfig.getCPtr(current));
 }
 public static int SensDev_canDetectSensors(SWIGTYPE_p_void hDevice) {
   return NativeBridgeJNI.SensDev_canDetectSensors(SWIGTYPE_p_void.getCPtr(hDevice));
 }
예제 #29
0
 public void natCancelCheckStunServers(SWIGTYPE_p_void token) throws java.lang.Exception {
   pjsua2JNI.Endpoint_natCancelCheckStunServers__SWIG_1(
       swigCPtr, this, SWIGTYPE_p_void.getCPtr(token));
 }
 public void setUserData(SWIGTYPE_p_void value) {
   pjsua2JNI.SendInstantMessageParam_userData_set(swigCPtr, this, SWIGTYPE_p_void.getCPtr(value));
 }