Lines Matching defs:i32
2604 pub fn sceAudioChReserve(channel: i32, sample_count: i32, format: AudioFormat) -> i32; in sceAudioChReserve()
2605 pub fn sceAudioChRelease(channel: i32) -> i32; in sceAudioChRelease()
2606 pub fn sceAudioOutput(channel: i32, vol: i32, buf: *mut c_void) -> i32; in sceAudioOutput()
2607 pub fn sceAudioOutputBlocking(channel: i32, vol: i32, buf: *mut c_void) -> i32; in sceAudioOutputBlocking()
2609 channel: i32, in sceAudioOutputPanned()
2610 left_vol: i32, in sceAudioOutputPanned()
2611 right_vol: i32, in sceAudioOutputPanned()
2613 ) -> i32; in sceAudioOutputPanned()
2615 channel: i32, in sceAudioOutputPannedBlocking()
2616 left_vol: i32, in sceAudioOutputPannedBlocking()
2617 right_vol: i32, in sceAudioOutputPannedBlocking()
2619 ) -> i32; in sceAudioOutputPannedBlocking()
2620 pub fn sceAudioGetChannelRestLen(channel: i32) -> i32; in sceAudioGetChannelRestLen()
2621 pub fn sceAudioGetChannelRestLength(channel: i32) -> i32; in sceAudioGetChannelRestLength()
2622 pub fn sceAudioSetChannelDataLen(channel: i32, sample_count: i32) -> i32; in sceAudioSetChannelDataLen()
2623 pub fn sceAudioChangeChannelConfig(channel: i32, format: AudioFormat) -> i32; in sceAudioChangeChannelConfig()
2624 pub fn sceAudioChangeChannelVolume(channel: i32, left_vol: i32, right_vol: i32) -> i32; in sceAudioChangeChannelVolume()
2625 pub fn sceAudioOutput2Reserve(sample_count: i32) -> i32; in sceAudioOutput2Reserve()
2627 pub fn sceAudioOutput2ChangeLength(sample_count: i32) -> i32; in sceAudioOutput2ChangeLength()
2628 pub fn sceAudioOutput2OutputBlocking(vol: i32, buf: *mut c_void) -> i32; in sceAudioOutput2OutputBlocking()
2631 sample_count: i32, in sceAudioSRCChReserve()
2633 channels: i32, in sceAudioSRCChReserve()
2634 ) -> i32; in sceAudioSRCChReserve()
2636 pub fn sceAudioSRCOutputBlocking(vol: i32, buf: *mut c_void) -> i32; in sceAudioSRCOutputBlocking()
2637 pub fn sceAudioInputInit(unknown1: i32, gain: i32, unknown2: i32) -> i32; in sceAudioInputInit()
2638 pub fn sceAudioInputInitEx(params: *mut AudioInputParams) -> i32; in sceAudioInputInitEx()
2639 pub fn sceAudioInputBlocking(sample_count: i32, freq: AudioInputFrequency, buf: *mut c_void); in sceAudioInputBlocking()
2640 pub fn sceAudioInput(sample_count: i32, freq: AudioInputFrequency, buf: *mut c_void); in sceAudioInput()
2645 pub fn sceAtracGetAtracID(ui_codec_type: u32) -> i32; in sceAtracGetAtracID()
2646 pub fn sceAtracSetDataAndGetID(buf: *mut c_void, bufsize: usize) -> i32; in sceAtracSetDataAndGetID()
2648 atrac_id: i32, in sceAtracDecodeData()
2650 out_n: *mut i32, in sceAtracDecodeData()
2651 out_end: *mut i32, in sceAtracDecodeData()
2652 out_remain_frame: *mut i32, in sceAtracDecodeData()
2653 ) -> i32; in sceAtracDecodeData()
2654 pub fn sceAtracGetRemainFrame(atrac_id: i32, out_remain_frame: *mut i32) -> i32; in sceAtracGetRemainFrame()
2656 atrac_id: i32, in sceAtracGetStreamDataInfo()
2660 ) -> i32; in sceAtracGetStreamDataInfo()
2661 pub fn sceAtracAddStreamData(atrac_id: i32, bytes_to_add: u32) -> i32; in sceAtracAddStreamData()
2662 pub fn sceAtracGetBitrate(atrac_id: i32, out_bitrate: *mut i32) -> i32; in sceAtracGetBitrate()
2663 pub fn sceAtracSetLoopNum(atrac_id: i32, nloops: i32) -> i32; in sceAtracSetLoopNum()
2664 pub fn sceAtracReleaseAtracID(atrac_id: i32) -> i32; in sceAtracReleaseAtracID()
2665 pub fn sceAtracGetNextSample(atrac_id: i32, out_n: *mut i32) -> i32; in sceAtracGetNextSample()
2666 pub fn sceAtracGetMaxSample(atrac_id: i32, out_max: *mut i32) -> i32; in sceAtracGetMaxSample()
2668 atrac_id: i32, in sceAtracGetBufferInfoForReseting()
2671 ) -> i32; in sceAtracGetBufferInfoForReseting()
2672 pub fn sceAtracGetChannel(atrac_id: i32, pui_channel: *mut u32) -> i32; in sceAtracGetChannel()
2673 pub fn sceAtracGetInternalErrorInfo(atrac_id: i32, pi_result: *mut i32) -> i32; in sceAtracGetInternalErrorInfo()
2675 atrac_id: i32, in sceAtracGetLoopStatus()
2676 pi_loop_num: *mut i32, in sceAtracGetLoopStatus()
2678 ) -> i32; in sceAtracGetLoopStatus()
2679 pub fn sceAtracGetNextDecodePosition(atrac_id: i32, pui_sample_position: *mut u32) -> i32; in sceAtracGetNextDecodePosition()
2681 atrac_id: i32, in sceAtracGetSecondBufferInfo()
2684 ) -> i32; in sceAtracGetSecondBufferInfo()
2686 atrac_id: i32, in sceAtracGetSoundSample()
2687 pi_end_sample: *mut i32, in sceAtracGetSoundSample()
2688 pi_loop_start_sample: *mut i32, in sceAtracGetSoundSample()
2689 pi_loop_end_sample: *mut i32, in sceAtracGetSoundSample()
2690 ) -> i32; in sceAtracGetSoundSample()
2692 atrac_id: i32, in sceAtracResetPlayPosition()
2696 ) -> i32; in sceAtracResetPlayPosition()
2697 pub fn sceAtracSetData(atrac_id: i32, puc_buffer_addr: *mut u8, ui_buffer_byte: u32) -> i32; in sceAtracSetData()
2699 atrac_id: i32, in sceAtracSetHalfwayBuffer()
2703 ) -> i32; in sceAtracSetHalfwayBuffer()
2708 ) -> i32; in sceAtracSetHalfwayBufferAndGetID()
2710 atrac_id: i32, in sceAtracSetSecondBuffer()
2713 ) -> i32; in sceAtracSetSecondBuffer()
2715 pub fn sceCtrlSetSamplingCycle(cycle: i32) -> i32; in sceCtrlSetSamplingCycle()
2716 pub fn sceCtrlGetSamplingCycle(pcycle: *mut i32) -> i32; in sceCtrlGetSamplingCycle()
2717 pub fn sceCtrlSetSamplingMode(mode: CtrlMode) -> i32; in sceCtrlSetSamplingMode()
2718 pub fn sceCtrlGetSamplingMode(pmode: *mut i32) -> i32; in sceCtrlGetSamplingMode()
2719 pub fn sceCtrlPeekBufferPositive(pad_data: *mut SceCtrlData, count: i32) -> i32; in sceCtrlPeekBufferPositive()
2720 pub fn sceCtrlPeekBufferNegative(pad_data: *mut SceCtrlData, count: i32) -> i32; in sceCtrlPeekBufferNegative()
2721 pub fn sceCtrlReadBufferPositive(pad_data: *mut SceCtrlData, count: i32) -> i32; in sceCtrlReadBufferPositive()
2722 pub fn sceCtrlReadBufferNegative(pad_data: *mut SceCtrlData, count: i32) -> i32; in sceCtrlReadBufferNegative()
2723 pub fn sceCtrlPeekLatch(latch_data: *mut SceCtrlLatch) -> i32; in sceCtrlPeekLatch()
2724 pub fn sceCtrlReadLatch(latch_data: *mut SceCtrlLatch) -> i32; in sceCtrlReadLatch()
2725 pub fn sceCtrlSetIdleCancelThreshold(idlereset: i32, idleback: i32) -> i32; in sceCtrlSetIdleCancelThreshold()
2726 pub fn sceCtrlGetIdleCancelThreshold(idlereset: *mut i32, idleback: *mut i32) -> i32; in sceCtrlGetIdleCancelThreshold()
2729 pub fn sceDisplayGetMode(pmode: *mut i32, pwidth: *mut i32, pheight: *mut i32) -> i32; in sceDisplayGetMode()
2741 ) -> i32; in sceDisplayGetFrameBuf()
2755 pub fn sceGeEdramSetAddrTranslation(width: i32) -> i32; in sceGeEdramSetAddrTranslation()
2757 pub fn sceGeGetMtx(type_: GeMatrixType, matrix: *mut c_void) -> i32; in sceGeGetMtx()
2758 pub fn sceGeGetStack(stack_id: i32, stack: *mut GeStack) -> i32; in sceGeGetStack()
2759 pub fn sceGeSaveContext(context: *mut GeContext) -> i32; in sceGeSaveContext()
2760 pub fn sceGeRestoreContext(context: *const GeContext) -> i32; in sceGeRestoreContext()
2764 cbid: i32, in sceGeListEnQueue()
2766 ) -> i32; in sceGeListEnQueue()
2770 cbid: i32, in sceGeListEnQueueHead()
2772 ) -> i32; in sceGeListEnQueueHead()
2773 pub fn sceGeListDeQueue(qid: i32) -> i32; in sceGeListDeQueue()
2774 pub fn sceGeListUpdateStallAddr(qid: i32, stall: *mut c_void) -> i32; in sceGeListUpdateStallAddr()
2775 pub fn sceGeListSync(qid: i32, sync_type: i32) -> GeListState; in sceGeListSync()
2777 pub fn sceGeBreak(mode: i32, p_param: *mut GeBreakParam) -> i32; in sceGeBreak()
2779 pub fn sceGeSetCallback(cb: *mut GeCallbackData) -> i32; in sceGeSetCallback()
2780 pub fn sceGeUnsetCallback(cbid: i32) -> i32; in sceGeUnsetCallback()
2783 pub fn sceKernelRegisterExitCallback(id: SceUid) -> i32; in sceKernelRegisterExitCallback()
2784 pub fn sceKernelLoadExec(file: *const u8, param: *mut SceKernelLoadExecParam) -> i32; in sceKernelLoadExec()
2794 pub fn sceKernelFreePartitionMemory(blockid: SceUid) -> i32; in sceKernelFreePartitionMemory()
2798 pub fn sceKernelSetCompiledSdkVersion(version: u32) -> i32; in sceKernelSetCompiledSdkVersion()
2801 pub fn sceKernelLibcTime(t: *mut i32) -> i32; in sceKernelLibcTime()
2803 pub fn sceKernelLibcGettimeofday(tp: *mut timeval, tzp: *mut timezone) -> i32; in sceKernelLibcGettimeofday()
2811 pub fn sceKernelUtilsMt19937Init(ctx: *mut SceKernelUtilsMt19937Context, seed: u32) -> i32; in sceKernelUtilsMt19937Init()
2813 pub fn sceKernelUtilsMd5Digest(data: *mut u8, size: u32, digest: *mut u8) -> i32; in sceKernelUtilsMd5Digest()
2814 pub fn sceKernelUtilsMd5BlockInit(ctx: *mut SceKernelUtilsMd5Context) -> i32; in sceKernelUtilsMd5BlockInit()
2819 ) -> i32; in sceKernelUtilsMd5BlockUpdate()
2820 pub fn sceKernelUtilsMd5BlockResult(ctx: *mut SceKernelUtilsMd5Context, digest: *mut u8) in sceKernelUtilsMd5BlockResult()
2822 pub fn sceKernelUtilsSha1Digest(data: *mut u8, size: u32, digest: *mut u8) -> i32; in sceKernelUtilsSha1Digest()
2823 pub fn sceKernelUtilsSha1BlockInit(ctx: *mut SceKernelUtilsSha1Context) -> i32; in sceKernelUtilsSha1BlockInit()
2828 ) -> i32; in sceKernelUtilsSha1BlockUpdate()
2832 ) -> i32; in sceKernelUtilsSha1BlockResult()
2835 int_no: i32, in sceKernelRegisterSubIntrHandler()
2836 no: i32, in sceKernelRegisterSubIntrHandler()
2839 ) -> i32; in sceKernelRegisterSubIntrHandler()
2840 pub fn sceKernelReleaseSubIntrHandler(int_no: i32, no: i32) -> i32; in sceKernelReleaseSubIntrHandler()
2841 pub fn sceKernelEnableSubIntr(int_no: i32, no: i32) -> i32; in sceKernelEnableSubIntr()
2842 pub fn sceKernelDisableSubIntr(int_no: i32, no: i32) -> i32; in sceKernelDisableSubIntr()
2847 ) -> i32; in QueryIntrHandlerInfo()
2852 pub fn sceKernelIsCpuIntrSuspended(flags: u32) -> i32; in sceKernelIsCpuIntrSuspended()
2857 flags: i32, in sceKernelLoadModule()
2862 flags: i32, in sceKernelLoadModuleMs()
2867 flags: i32, in sceKernelLoadModuleByID()
2873 flags: i32, in sceKernelLoadModuleBufferUsbWlan()
2880 status: *mut i32, in sceKernelStartModule()
2882 ) -> i32; in sceKernelStartModule()
2887 status: *mut i32, in sceKernelStopModule()
2889 ) -> i32; in sceKernelStopModule()
2890 pub fn sceKernelUnloadModule(mod_id: SceUid) -> i32; in sceKernelUnloadModule()
2891 pub fn sceKernelSelfStopUnloadModule(unknown: i32, arg_size: usize, argp: *mut c_void) -> i32; in sceKernelSelfStopUnloadModule()
2895 status: *mut i32, in sceKernelStopUnloadSelfModule()
2897 ) -> i32; in sceKernelStopUnloadSelfModule()
2898 pub fn sceKernelQueryModuleInfo(mod_id: SceUid, info: *mut SceKernelModuleInfo) -> i32; in sceKernelQueryModuleInfo()
2901 read_buf_size: i32, in sceKernelGetModuleIdList()
2902 id_count: *mut i32, in sceKernelGetModuleIdList()
2903 ) -> i32; in sceKernelGetModuleIdList()
2905 pub fn sceKernelVolatileMemLock(unk: i32, ptr: *mut *mut c_void, size: *mut i32) -> i32; in sceKernelVolatileMemLock()
2906 pub fn sceKernelVolatileMemTryLock(unk: i32, ptr: *mut *mut c_void, size: *mut i32) -> i32; in sceKernelVolatileMemTryLock()
2907 pub fn sceKernelVolatileMemUnlock(unk: i32) -> i32; in sceKernelVolatileMemUnlock()
2917 init_priority: i32, in sceKernelCreateThread()
2918 stack_size: i32, in sceKernelCreateThread()
2919 attr: i32, in sceKernelCreateThread()
2922 pub fn sceKernelDeleteThread(thid: SceUid) -> i32; in sceKernelDeleteThread()
2923 pub fn sceKernelStartThread(id: SceUid, arg_len: usize, arg_p: *mut c_void) -> i32; in sceKernelStartThread()
2924 pub fn sceKernelExitThread(status: i32) -> i32; in sceKernelExitThread()
2925 pub fn sceKernelExitDeleteThread(status: i32) -> i32; in sceKernelExitDeleteThread()
2926 pub fn sceKernelTerminateThread(thid: SceUid) -> i32; in sceKernelTerminateThread()
2927 pub fn sceKernelTerminateDeleteThread(thid: SceUid) -> i32; in sceKernelTerminateDeleteThread()
2929 pub fn sceKernelResumeDispatchThread(state: i32) -> i32; in sceKernelResumeDispatchThread()
2932 pub fn sceKernelWakeupThread(thid: SceUid) -> i32; in sceKernelWakeupThread()
2933 pub fn sceKernelCancelWakeupThread(thid: SceUid) -> i32; in sceKernelCancelWakeupThread()
2934 pub fn sceKernelSuspendThread(thid: SceUid) -> i32; in sceKernelSuspendThread()
2935 pub fn sceKernelResumeThread(thid: SceUid) -> i32; in sceKernelResumeThread()
2936 pub fn sceKernelWaitThreadEnd(thid: SceUid, timeout: *mut u32) -> i32; in sceKernelWaitThreadEnd()
2937 pub fn sceKernelWaitThreadEndCB(thid: SceUid, timeout: *mut u32) -> i32; in sceKernelWaitThreadEndCB()
2938 pub fn sceKernelDelayThread(delay: u32) -> i32; in sceKernelDelayThread()
2939 pub fn sceKernelDelayThreadCB(delay: u32) -> i32; in sceKernelDelayThreadCB()
2940 pub fn sceKernelDelaySysClockThread(delay: *mut SceKernelSysClock) -> i32; in sceKernelDelaySysClockThread()
2941 pub fn sceKernelDelaySysClockThreadCB(delay: *mut SceKernelSysClock) -> i32; in sceKernelDelaySysClockThreadCB()
2942 pub fn sceKernelChangeCurrentThreadAttr(unknown: i32, attr: i32) -> i32; in sceKernelChangeCurrentThreadAttr()
2943 pub fn sceKernelChangeThreadPriority(thid: SceUid, priority: i32) -> i32; in sceKernelChangeThreadPriority()
2944 pub fn sceKernelRotateThreadReadyQueue(priority: i32) -> i32; in sceKernelRotateThreadReadyQueue()
2945 pub fn sceKernelReleaseWaitThread(thid: SceUid) -> i32; in sceKernelReleaseWaitThread()
2948 pub fn sceKernelGetThreadExitStatus(thid: SceUid) -> i32; in sceKernelGetThreadExitStatus()
2950 pub fn sceKernelGetThreadStackFreeSize(thid: SceUid) -> i32; in sceKernelGetThreadStackFreeSize()
2951 pub fn sceKernelReferThreadStatus(thid: SceUid, info: *mut SceKernelThreadInfo) -> i32; in sceKernelReferThreadStatus()
2955 ) -> i32; in sceKernelReferThreadRunStatus()
2959 init_val: i32, in sceKernelCreateSema()
2960 max_val: i32, in sceKernelCreateSema()
2963 pub fn sceKernelDeleteSema(sema_id: SceUid) -> i32; in sceKernelDeleteSema()
2964 pub fn sceKernelSignalSema(sema_id: SceUid, signal: i32) -> i32; in sceKernelSignalSema()
2965 pub fn sceKernelWaitSema(sema_id: SceUid, signal: i32, timeout: *mut u32) -> i32; in sceKernelWaitSema()
2966 pub fn sceKernelWaitSemaCB(sema_id: SceUid, signal: i32, timeout: *mut u32) -> i32; in sceKernelWaitSemaCB()
2967 pub fn sceKernelPollSema(sema_id: SceUid, signal: i32) -> i32; in sceKernelPollSema()
2968 pub fn sceKernelReferSemaStatus(sema_id: SceUid, info: *mut SceKernelSemaInfo) -> i32; in sceKernelReferSemaStatus()
2971 attr: i32, in sceKernelCreateEventFlag()
2972 bits: i32, in sceKernelCreateEventFlag()
2975 pub fn sceKernelSetEventFlag(ev_id: SceUid, bits: u32) -> i32; in sceKernelSetEventFlag()
2976 pub fn sceKernelClearEventFlag(ev_id: SceUid, bits: u32) -> i32; in sceKernelClearEventFlag()
2977 pub fn sceKernelPollEventFlag(ev_id: SceUid, bits: u32, wait: i32, out_bits: *mut u32) -> i32; in sceKernelPollEventFlag()
2981 wait: i32, in sceKernelWaitEventFlag()
2984 ) -> i32; in sceKernelWaitEventFlag()
2988 wait: i32, in sceKernelWaitEventFlagCB()
2991 ) -> i32; in sceKernelWaitEventFlagCB()
2992 pub fn sceKernelDeleteEventFlag(ev_id: SceUid) -> i32; in sceKernelDeleteEventFlag()
2993 pub fn sceKernelReferEventFlagStatus(event: SceUid, status: *mut SceKernelEventFlagInfo) in sceKernelReferEventFlagStatus()
3000 pub fn sceKernelDeleteMbx(mbx_id: SceUid) -> i32; in sceKernelDeleteMbx()
3001 pub fn sceKernelSendMbx(mbx_id: SceUid, message: *mut c_void) -> i32; in sceKernelSendMbx()
3002 pub fn sceKernelReceiveMbx(mbx_id: SceUid, message: *mut *mut c_void, timeout: *mut u32) in sceKernelReceiveMbx()
3008 ) -> i32; in sceKernelReceiveMbxCB()
3009 pub fn sceKernelPollMbx(mbx_id: SceUid, pmessage: *mut *mut c_void) -> i32; in sceKernelPollMbx()
3010 pub fn sceKernelCancelReceiveMbx(mbx_id: SceUid, num: *mut i32) -> i32; in sceKernelCancelReceiveMbx()
3011 pub fn sceKernelReferMbxStatus(mbx_id: SceUid, info: *mut SceKernelMbxInfo) -> i32; in sceKernelReferMbxStatus()
3022 pub fn sceKernelCancelAlarm(alarm_id: SceUid) -> i32; in sceKernelCancelAlarm()
3023 pub fn sceKernelReferAlarmStatus(alarm_id: SceUid, info: *mut SceKernelAlarmInfo) -> i32; in sceKernelReferAlarmStatus()
3029 pub fn sceKernelReferCallbackStatus(cb: SceUid, status: *mut SceKernelCallbackInfo) -> i32; in sceKernelReferCallbackStatus()
3030 pub fn sceKernelDeleteCallback(cb: SceUid) -> i32; in sceKernelDeleteCallback()
3031 pub fn sceKernelNotifyCallback(cb: SceUid, arg2: i32) -> i32; in sceKernelNotifyCallback()
3032 pub fn sceKernelCancelCallback(cb: SceUid) -> i32; in sceKernelCancelCallback()
3033 pub fn sceKernelGetCallbackCount(cb: SceUid) -> i32; in sceKernelGetCallbackCount()
3038 read_buf_size: i32, in sceKernelGetThreadmanIdList()
3039 id_count: *mut i32, in sceKernelGetThreadmanIdList()
3040 ) -> i32; in sceKernelGetThreadmanIdList()
3041 pub fn sceKernelReferSystemStatus(status: *mut SceKernelSystemStatus) -> i32; in sceKernelReferSystemStatus()
3044 part: i32, in sceKernelCreateMsgPipe()
3045 attr: i32, in sceKernelCreateMsgPipe()
3049 pub fn sceKernelDeleteMsgPipe(uid: SceUid) -> i32; in sceKernelDeleteMsgPipe()
3054 unk1: i32, in sceKernelSendMsgPipe()
3057 ) -> i32; in sceKernelSendMsgPipe()
3062 unk1: i32, in sceKernelSendMsgPipeCB()
3065 ) -> i32; in sceKernelSendMsgPipeCB()
3070 unk1: i32, in sceKernelTrySendMsgPipe()
3072 ) -> i32; in sceKernelTrySendMsgPipe()
3077 unk1: i32, in sceKernelReceiveMsgPipe()
3080 ) -> i32; in sceKernelReceiveMsgPipe()
3085 unk1: i32, in sceKernelReceiveMsgPipeCB()
3088 ) -> i32; in sceKernelReceiveMsgPipeCB()
3093 unk1: i32, in sceKernelTryReceiveMsgPipe()
3095 ) -> i32; in sceKernelTryReceiveMsgPipe()
3096 pub fn sceKernelCancelMsgPipe(uid: SceUid, send: *mut i32, recv: *mut i32) -> i32; in sceKernelCancelMsgPipe()
3097 pub fn sceKernelReferMsgPipeStatus(uid: SceUid, info: *mut SceKernelMppInfo) -> i32; in sceKernelReferMsgPipeStatus()
3100 part: i32, in sceKernelCreateVpl()
3101 attr: i32, in sceKernelCreateVpl()
3105 pub fn sceKernelDeleteVpl(uid: SceUid) -> i32; in sceKernelDeleteVpl()
3111 ) -> i32; in sceKernelAllocateVpl()
3117 ) -> i32; in sceKernelAllocateVplCB()
3118 pub fn sceKernelTryAllocateVpl(uid: SceUid, size: u32, data: *mut *mut c_void) -> i32; in sceKernelTryAllocateVpl()
3119 pub fn sceKernelFreeVpl(uid: SceUid, data: *mut c_void) -> i32; in sceKernelFreeVpl()
3120 pub fn sceKernelCancelVpl(uid: SceUid, num: *mut i32) -> i32; in sceKernelCancelVpl()
3121 pub fn sceKernelReferVplStatus(uid: SceUid, info: *mut SceKernelVplInfo) -> i32; in sceKernelReferVplStatus()
3124 part: i32, in sceKernelCreateFpl()
3125 attr: i32, in sceKernelCreateFpl()
3129 ) -> i32; in sceKernelCreateFpl()
3130 pub fn sceKernelDeleteFpl(uid: SceUid) -> i32; in sceKernelDeleteFpl()
3131 pub fn sceKernelAllocateFpl(uid: SceUid, data: *mut *mut c_void, timeout: *mut u32) -> i32; in sceKernelAllocateFpl()
3132 pub fn sceKernelAllocateFplCB(uid: SceUid, data: *mut *mut c_void, timeout: *mut u32) -> i32; in sceKernelAllocateFplCB()
3133 pub fn sceKernelTryAllocateFpl(uid: SceUid, data: *mut *mut c_void) -> i32; in sceKernelTryAllocateFpl()
3134 pub fn sceKernelFreeFpl(uid: SceUid, data: *mut c_void) -> i32; in sceKernelFreeFpl()
3135 pub fn sceKernelCancelFpl(uid: SceUid, pnum: *mut i32) -> i32; in sceKernelCancelFpl()
3136 pub fn sceKernelReferFplStatus(uid: SceUid, info: *mut SceKernelFplInfo) -> i32; in sceKernelReferFplStatus()
3137 pub fn sceKernelUSec2SysClock(usec: u32, clock: *mut SceKernelSysClock) -> i32; in sceKernelUSec2SysClock()
3143 ) -> i32; in sceKernelSysClock2USec()
3144 pub fn sceKernelSysClock2USecWide(clock: i64, low: *mut u32, high: *mut u32) -> i32; in sceKernelSysClock2USecWide()
3145 pub fn sceKernelGetSystemTime(time: *mut SceKernelSysClock) -> i32; in sceKernelGetSystemTime()
3149 pub fn sceKernelDeleteVTimer(uid: SceUid) -> i32; in sceKernelDeleteVTimer()
3150 pub fn sceKernelGetVTimerBase(uid: SceUid, base: *mut SceKernelSysClock) -> i32; in sceKernelGetVTimerBase()
3152 pub fn sceKernelGetVTimerTime(uid: SceUid, time: *mut SceKernelSysClock) -> i32; in sceKernelGetVTimerTime()
3154 pub fn sceKernelSetVTimerTime(uid: SceUid, time: *mut SceKernelSysClock) -> i32; in sceKernelSetVTimerTime()
3156 pub fn sceKernelStartVTimer(uid: SceUid) -> i32; in sceKernelStartVTimer()
3157 pub fn sceKernelStopVTimer(uid: SceUid) -> i32; in sceKernelStopVTimer()
3163 ) -> i32; in sceKernelSetVTimerHandler()
3169 ) -> i32; in sceKernelSetVTimerHandlerWide()
3170 pub fn sceKernelCancelVTimerHandler(uid: SceUid) -> i32; in sceKernelCancelVTimerHandler()
3171 pub fn sceKernelReferVTimerStatus(uid: SceUid, info: *mut SceKernelVTimerInfo) -> i32; in sceKernelReferVTimerStatus()
3175 mask: i32, in sceKernelRegisterThreadEventHandler()
3179 pub fn sceKernelReleaseThreadEventHandler(uid: SceUid) -> i32; in sceKernelReleaseThreadEventHandler()
3183 ) -> i32; in sceKernelReferThreadEventHandlerStatus()
3187 pub fn sceUsbStart(driver_name: *const u8, size: i32, args: *mut c_void) -> i32; in sceUsbStart()
3188 pub fn sceUsbStop(driver_name: *const u8, size: i32, args: *mut c_void) -> i32; in sceUsbStop()
3189 pub fn sceUsbActivate(pid: u32) -> i32; in sceUsbActivate()
3190 pub fn sceUsbDeactivate(pid: u32) -> i32; in sceUsbDeactivate()
3192 pub fn sceUsbGetDrvState(driver_name: *const u8) -> i32; in sceUsbGetDrvState()
3196 pub fn sceUsbCamSetupStill(param: *mut UsbCamSetupStillParam) -> i32; in sceUsbCamSetupStill()
3197 pub fn sceUsbCamSetupStillEx(param: *mut UsbCamSetupStillExParam) -> i32; in sceUsbCamSetupStillEx()
3198 pub fn sceUsbCamStillInputBlocking(buf: *mut u8, size: usize) -> i32; in sceUsbCamStillInputBlocking()
3199 pub fn sceUsbCamStillInput(buf: *mut u8, size: usize) -> i32; in sceUsbCamStillInput()
3207 work_area_size: i32, in sceUsbCamSetupVideo()
3208 ) -> i32; in sceUsbCamSetupVideo()
3212 work_area_size: i32, in sceUsbCamSetupVideoEx()
3213 ) -> i32; in sceUsbCamSetupVideoEx()
3216 pub fn sceUsbCamReadVideoFrameBlocking(buf: *mut u8, size: usize) -> i32; in sceUsbCamReadVideoFrameBlocking()
3217 pub fn sceUsbCamReadVideoFrame(buf: *mut u8, size: usize) -> i32; in sceUsbCamReadVideoFrame()
3221 pub fn sceUsbCamSetSaturation(saturation: i32) -> i32; in sceUsbCamSetSaturation()
3222 pub fn sceUsbCamSetBrightness(brightness: i32) -> i32; in sceUsbCamSetBrightness()
3223 pub fn sceUsbCamSetContrast(contrast: i32) -> i32; in sceUsbCamSetContrast()
3224 pub fn sceUsbCamSetSharpness(sharpness: i32) -> i32; in sceUsbCamSetSharpness()
3225 pub fn sceUsbCamSetImageEffectMode(effect_mode: UsbCamEffectMode) -> i32; in sceUsbCamSetImageEffectMode()
3226 pub fn sceUsbCamSetEvLevel(exposure_level: UsbCamEvLevel) -> i32; in sceUsbCamSetEvLevel()
3227 pub fn sceUsbCamSetReverseMode(reverse_flags: i32) -> i32; in sceUsbCamSetReverseMode()
3228 pub fn sceUsbCamSetZoom(zoom: i32) -> i32; in sceUsbCamSetZoom()
3229 pub fn sceUsbCamGetSaturation(saturation: *mut i32) -> i32; in sceUsbCamGetSaturation()
3230 pub fn sceUsbCamGetBrightness(brightness: *mut i32) -> i32; in sceUsbCamGetBrightness()
3231 pub fn sceUsbCamGetContrast(contrast: *mut i32) -> i32; in sceUsbCamGetContrast()
3232 pub fn sceUsbCamGetSharpness(sharpness: *mut i32) -> i32; in sceUsbCamGetSharpness()
3233 pub fn sceUsbCamGetImageEffectMode(effect_mode: *mut UsbCamEffectMode) -> i32; in sceUsbCamGetImageEffectMode()
3234 pub fn sceUsbCamGetEvLevel(exposure_level: *mut UsbCamEvLevel) -> i32; in sceUsbCamGetEvLevel()
3235 pub fn sceUsbCamGetReverseMode(reverse_flags: *mut i32) -> i32; in sceUsbCamGetReverseMode()
3236 pub fn sceUsbCamGetZoom(zoom: *mut i32) -> i32; in sceUsbCamGetZoom()
3237 pub fn sceUsbCamAutoImageReverseSW(on: i32) -> i32; in sceUsbCamAutoImageReverseSW()
3241 pub fn sceUsbstorBootRegisterNotify(event_flag: SceUid) -> i32; in sceUsbstorBootRegisterNotify()
3242 pub fn sceUsbstorBootUnregisterNotify(event_flag: u32) -> i32; in sceUsbstorBootUnregisterNotify()
3243 pub fn sceUsbstorBootSetCapacity(size: u32) -> i32; in sceUsbstorBootSetCapacity()
3245 pub fn scePowerRegisterCallback(slot: i32, cbid: SceUid) -> i32; in scePowerRegisterCallback()
3246 pub fn scePowerUnregisterCallback(slot: i32) -> i32; in scePowerUnregisterCallback()
3257 pub fn scePowerSetCpuClockFrequency(cpufreq: i32) -> i32; in scePowerSetCpuClockFrequency()
3258 pub fn scePowerSetBusClockFrequency(busfreq: i32) -> i32; in scePowerSetBusClockFrequency()
3265 pub fn scePowerSetClockFrequency(pllfreq: i32, cpufreq: i32, busfreq: i32) -> i32; in scePowerSetClockFrequency()
3266 pub fn scePowerLock(unknown: i32) -> i32; in scePowerLock()
3267 pub fn scePowerUnlock(unknown: i32) -> i32; in scePowerUnlock()
3268 pub fn scePowerTick(t: PowerTick) -> i32; in scePowerTick()
3270 pub fn scePowerIdleTimerEnable(unknown: i32) -> i32; in scePowerIdleTimerEnable()
3271 pub fn scePowerIdleTimerDisable(unknown: i32) -> i32; in scePowerIdleTimerDisable()
3277 pub fn sceWlanGetEtherAddr(ether_addr: *mut u8) -> i32; in sceWlanGetEtherAddr()
3283 pub fn sceRtcGetCurrentTick(tick: *mut u64) -> i32; in sceRtcGetCurrentTick()
3284 pub fn sceRtcGetCurrentClock(tm: *mut ScePspDateTime, tz: i32) -> i32; in sceRtcGetCurrentClock()
3285 pub fn sceRtcGetCurrentClockLocalTime(tm: *mut ScePspDateTime) -> i32; in sceRtcGetCurrentClockLocalTime()
3286 pub fn sceRtcConvertUtcToLocalTime(tick_utc: *const u64, tick_local: *mut u64) -> i32; in sceRtcConvertUtcToLocalTime()
3287 pub fn sceRtcConvertLocalTimeToUTC(tick_local: *const u64, tick_utc: *mut u64) -> i32; in sceRtcConvertLocalTimeToUTC()
3288 pub fn sceRtcIsLeapYear(year: i32) -> i32; in sceRtcIsLeapYear()
3289 pub fn sceRtcGetDaysInMonth(year: i32, month: i32) -> i32; in sceRtcGetDaysInMonth()
3290 pub fn sceRtcGetDayOfWeek(year: i32, month: i32, day: i32) -> i32; in sceRtcGetDayOfWeek()
3291 pub fn sceRtcCheckValid(date: *const ScePspDateTime) -> i32; in sceRtcCheckValid()
3292 pub fn sceRtcSetTick(date: *mut ScePspDateTime, tick: *const u64) -> i32; in sceRtcSetTick()
3293 pub fn sceRtcGetTick(date: *const ScePspDateTime, tick: *mut u64) -> i32; in sceRtcGetTick()
3294 pub fn sceRtcCompareTick(tick1: *const u64, tick2: *const u64) -> i32; in sceRtcCompareTick()
3295 pub fn sceRtcTickAddTicks(dest_tick: *mut u64, src_tick: *const u64, num_ticks: u64) -> i32; in sceRtcTickAddTicks()
3297 -> i32; in sceRtcTickAddMicroseconds()
3298 pub fn sceRtcTickAddSeconds(dest_tick: *mut u64, src_tick: *const u64, num_seconds: u64) in sceRtcTickAddSeconds()
3300 pub fn sceRtcTickAddMinutes(dest_tick: *mut u64, src_tick: *const u64, num_minutes: u64) in sceRtcTickAddMinutes()
3302 pub fn sceRtcTickAddHours(dest_tick: *mut u64, src_tick: *const u64, num_hours: u64) -> i32; in sceRtcTickAddHours()
3303 pub fn sceRtcTickAddDays(dest_tick: *mut u64, src_tick: *const u64, num_days: u64) -> i32; in sceRtcTickAddDays()
3304 pub fn sceRtcTickAddWeeks(dest_tick: *mut u64, src_tick: *const u64, num_weeks: u64) -> i32; in sceRtcTickAddWeeks()
3305 pub fn sceRtcTickAddMonths(dest_tick: *mut u64, src_tick: *const u64, num_months: u64) -> i32; in sceRtcTickAddMonths()
3306 pub fn sceRtcTickAddYears(dest_tick: *mut u64, src_tick: *const u64, num_years: u64) -> i32; in sceRtcTickAddYears()
3307 pub fn sceRtcSetTime_t(date: *mut ScePspDateTime, time: u32) -> i32; in sceRtcSetTime_t()
3308 pub fn sceRtcGetTime_t(date: *const ScePspDateTime, time: *mut u32) -> i32; in sceRtcGetTime_t()
3309 pub fn sceRtcSetTime64_t(date: *mut ScePspDateTime, time: u64) -> i32; in sceRtcSetTime64_t()
3310 pub fn sceRtcGetTime64_t(date: *const ScePspDateTime, time: *mut u64) -> i32; in sceRtcGetTime64_t()
3311 pub fn sceRtcSetDosTime(date: *mut ScePspDateTime, dos_time: u32) -> i32; in sceRtcSetDosTime()
3312 pub fn sceRtcGetDosTime(date: *mut ScePspDateTime, dos_time: u32) -> i32; in sceRtcGetDosTime()
3313 pub fn sceRtcSetWin32FileTime(date: *mut ScePspDateTime, time: *mut u64) -> i32; in sceRtcSetWin32FileTime()
3314 pub fn sceRtcGetWin32FileTime(date: *mut ScePspDateTime, time: *mut u64) -> i32; in sceRtcGetWin32FileTime()
3315 pub fn sceRtcParseDateTime(dest_tick: *mut u64, date_string: *const u8) -> i32; in sceRtcParseDateTime()
3319 time_zone_minutes: i32, in sceRtcFormatRFC3339()
3320 ) -> i32; in sceRtcFormatRFC3339()
3321 pub fn sceRtcFormatRFC3339LocalTime(psz_date_time: *mut char, p_utc: *const u64) -> i32; in sceRtcFormatRFC3339LocalTime()
3322 pub fn sceRtcParseRFC3339(p_utc: *mut u64, psz_date_time: *const u8) -> i32; in sceRtcParseRFC3339()
3326 time_zone_minutes: i32, in sceRtcFormatRFC2822()
3327 ) -> i32; in sceRtcFormatRFC2822()
3328 pub fn sceRtcFormatRFC2822LocalTime(psz_date_time: *mut char, p_utc: *const u64) -> i32; in sceRtcFormatRFC2822LocalTime()
3330 pub fn sceIoOpen(file: *const u8, flags: i32, permissions: IoPermissions) -> SceUid; in sceIoOpen()
3331 pub fn sceIoOpenAsync(file: *const u8, flags: i32, permissions: IoPermissions) -> SceUid; in sceIoOpenAsync()
3332 pub fn sceIoClose(fd: SceUid) -> i32; in sceIoClose()
3333 pub fn sceIoCloseAsync(fd: SceUid) -> i32; in sceIoCloseAsync()
3334 pub fn sceIoRead(fd: SceUid, data: *mut c_void, size: u32) -> i32; in sceIoRead()
3335 pub fn sceIoReadAsync(fd: SceUid, data: *mut c_void, size: u32) -> i32; in sceIoReadAsync()
3336 pub fn sceIoWrite(fd: SceUid, data: *const c_void, size: usize) -> i32; in sceIoWrite()
3337 pub fn sceIoWriteAsync(fd: SceUid, data: *const c_void, size: u32) -> i32; in sceIoWriteAsync()
3339 pub fn sceIoLseekAsync(fd: SceUid, offset: i64, whence: IoWhence) -> i32; in sceIoLseekAsync()
3340 pub fn sceIoLseek32(fd: SceUid, offset: i32, whence: IoWhence) -> i32; in sceIoLseek32()
3341 pub fn sceIoLseek32Async(fd: SceUid, offset: i32, whence: IoWhence) -> i32; in sceIoLseek32Async()
3342 pub fn sceIoRemove(file: *const u8) -> i32; in sceIoRemove()
3343 pub fn sceIoMkdir(dir: *const u8, mode: IoPermissions) -> i32; in sceIoMkdir()
3344 pub fn sceIoRmdir(path: *const u8) -> i32; in sceIoRmdir()
3345 pub fn sceIoChdir(path: *const u8) -> i32; in sceIoChdir()
3346 pub fn sceIoRename(oldname: *const u8, newname: *const u8) -> i32; in sceIoRename()
3348 pub fn sceIoDread(fd: SceUid, dir: *mut SceIoDirent) -> i32; in sceIoDread()
3349 pub fn sceIoDclose(fd: SceUid) -> i32; in sceIoDclose()
3354 inlen: i32, in sceIoDevctl()
3356 outlen: i32, in sceIoDevctl()
3357 ) -> i32; in sceIoDevctl()
3364 unk2: i32, in sceIoAssign()
3365 ) -> i32; in sceIoAssign()
3366 pub fn sceIoUnassign(dev: *const u8) -> i32; in sceIoUnassign()
3367 pub fn sceIoGetstat(file: *const u8, stat: *mut SceIoStat) -> i32; in sceIoGetstat()
3368 pub fn sceIoChstat(file: *const u8, stat: *mut SceIoStat, bits: i32) -> i32; in sceIoChstat()
3373 inlen: i32, in sceIoIoctl()
3375 outlen: i32, in sceIoIoctl()
3376 ) -> i32; in sceIoIoctl()
3381 inlen: i32, in sceIoIoctlAsync()
3383 outlen: i32, in sceIoIoctlAsync()
3384 ) -> i32; in sceIoIoctlAsync()
3385 pub fn sceIoSync(device: *const u8, unk: u32) -> i32; in sceIoSync()
3386 pub fn sceIoWaitAsync(fd: SceUid, res: *mut i64) -> i32; in sceIoWaitAsync()
3387 pub fn sceIoWaitAsyncCB(fd: SceUid, res: *mut i64) -> i32; in sceIoWaitAsyncCB()
3388 pub fn sceIoPollAsync(fd: SceUid, res: *mut i64) -> i32; in sceIoPollAsync()
3389 pub fn sceIoGetAsyncStat(fd: SceUid, poll: i32, res: *mut i64) -> i32; in sceIoGetAsyncStat()
3390 pub fn sceIoCancel(fd: SceUid) -> i32; in sceIoCancel()
3391 pub fn sceIoGetDevType(fd: SceUid) -> i32; in sceIoGetDevType()
3392 pub fn sceIoChangeAsyncPriority(fd: SceUid, pri: i32) -> i32; in sceIoChangeAsyncPriority()
3393 pub fn sceIoSetAsyncCallback(fd: SceUid, cb: SceUid, argp: *mut c_void) -> i32; in sceIoSetAsyncCallback()
3397 pub fn sceJpegCreateMJpeg(width: i32, height: i32) -> i32; in sceJpegCreateMJpeg()
3399 pub fn sceJpegDecodeMJpeg(jpeg_buf: *mut u8, size: usize, rgba: *mut c_void, unk: u32) -> i32; in sceJpegDecodeMJpeg()
3402 pub fn sceUmdGetDiscInfo(info: *mut UmdInfo) -> i32; in sceUmdGetDiscInfo()
3403 pub fn sceUmdActivate(unit: i32, drive: *const u8) -> i32; in sceUmdActivate()
3404 pub fn sceUmdDeactivate(unit: i32, drive: *const u8) -> i32; in sceUmdDeactivate()
3405 pub fn sceUmdWaitDriveStat(state: i32) -> i32; in sceUmdWaitDriveStat()
3406 pub fn sceUmdWaitDriveStatWithTimer(state: i32, timeout: u32) -> i32; in sceUmdWaitDriveStatWithTimer()
3407 pub fn sceUmdWaitDriveStatCB(state: i32, timeout: u32) -> i32; in sceUmdWaitDriveStatCB()
3411 pub fn sceUmdRegisterUMDCallBack(cbid: i32) -> i32; in sceUmdRegisterUMDCallBack()
3412 pub fn sceUmdUnRegisterUMDCallBack(cbid: i32) -> i32; in sceUmdUnRegisterUMDCallBack()
3418 pub fn sceMpegRingbufferQueryMemSize(packets: i32) -> i32; in sceMpegRingbufferQueryMemSize()
3421 packets: i32, in sceMpegRingbufferConstruct()
3423 size: i32, in sceMpegRingbufferConstruct()
3426 ) -> i32; in sceMpegRingbufferConstruct()
3428 pub fn sceMpegRingbufferAvailableSize(ringbuffer: *mut SceMpegRingbuffer) -> i32; in sceMpegRingbufferAvailableSize()
3431 num_packets: i32, in sceMpegRingbufferPut()
3432 available: i32, in sceMpegRingbufferPut()
3433 ) -> i32; in sceMpegRingbufferPut()
3434 pub fn sceMpegQueryMemSize(unk: i32) -> i32; in sceMpegQueryMemSize()
3438 size: i32, in sceMpegCreate()
3440 frame_width: i32, in sceMpegCreate()
3441 unk1: i32, in sceMpegCreate()
3442 unk2: i32, in sceMpegCreate()
3443 ) -> i32; in sceMpegCreate()
3445 pub fn sceMpegQueryStreamOffset(handle: SceMpeg, buffer: *mut c_void, offset: *mut i32) -> i32; in sceMpegQueryStreamOffset()
3446 pub fn sceMpegQueryStreamSize(buffer: *mut c_void, size: *mut i32) -> i32; in sceMpegQueryStreamSize()
3447 pub fn sceMpegRegistStream(handle: SceMpeg, stream_id: i32, unk: i32) -> SceMpegStream; in sceMpegRegistStream()
3449 pub fn sceMpegFlushAllStream(handle: SceMpeg) -> i32; in sceMpegFlushAllStream()
3452 pub fn sceMpegQueryAtracEsSize(handle: SceMpeg, es_size: *mut i32, out_size: *mut i32) -> i32; in sceMpegQueryAtracEsSize()
3453 pub fn sceMpegInitAu(handle: SceMpeg, es_buffer: *mut c_void, au: *mut SceMpegAu) -> i32; in sceMpegInitAu()
3458 unk: *mut i32, in sceMpegGetAvcAu()
3459 ) -> i32; in sceMpegGetAvcAu()
3460 pub fn sceMpegAvcDecodeMode(handle: SceMpeg, mode: *mut SceMpegAvcMode) -> i32; in sceMpegAvcDecodeMode()
3464 iframe_width: i32, in sceMpegAvcDecode()
3466 init: *mut i32, in sceMpegAvcDecode()
3467 ) -> i32; in sceMpegAvcDecode()
3470 frame_width: i32, in sceMpegAvcDecodeStop()
3472 status: *mut i32, in sceMpegAvcDecodeStop()
3473 ) -> i32; in sceMpegAvcDecodeStop()
3479 ) -> i32; in sceMpegGetAtracAu()
3484 init: i32, in sceMpegAtracDecode()
3485 ) -> i32; in sceMpegAtracDecode()
3487 pub fn sceMpegBaseYCrCbCopyVme(yuv_buffer: *mut c_void, buffer: *mut i32, type_: i32) -> i32; in sceMpegBaseYCrCbCopyVme()
3488 pub fn sceMpegBaseCscInit(width: i32) -> i32; in sceMpegBaseCscInit()
3492 width: i32, in sceMpegBaseCscVme()
3494 ) -> i32; in sceMpegBaseCscVme()
3495 pub fn sceMpegbase_BEA18F91(lli: *mut SceMpegLLI) -> i32; in sceMpegbase_BEA18F91()
3497 pub fn sceHprmPeekCurrentKey(key: *mut i32) -> i32; in sceHprmPeekCurrentKey()
3498 pub fn sceHprmPeekLatch(latch: *mut [u32; 4]) -> i32; in sceHprmPeekLatch()
3499 pub fn sceHprmReadLatch(latch: *mut [u32; 4]) -> i32; in sceHprmReadLatch()
3504 pub fn sceGuDepthBuffer(zbp: *mut c_void, zbw: i32); in sceGuDepthBuffer()
3505 pub fn sceGuDispBuffer(width: i32, height: i32, dispbp: *mut c_void, dispbw: i32); in sceGuDispBuffer()
3506 pub fn sceGuDrawBuffer(psm: DisplayPixelFormat, fbp: *mut c_void, fbw: i32); in sceGuDrawBuffer()
3507 pub fn sceGuDrawBufferList(psm: DisplayPixelFormat, fbp: *mut c_void, fbw: i32); in sceGuDrawBufferList()
3510 pub fn sceGuDepthMask(mask: i32); in sceGuDepthMask()
3511 pub fn sceGuDepthOffset(offset: i32); in sceGuDepthOffset()
3512 pub fn sceGuDepthRange(near: i32, far: i32); in sceGuDepthRange()
3516 pub fn sceGuBreak(mode: i32); in sceGuBreak()
3519 pub fn sceGuSignal(behavior: SignalBehavior, signal: i32); in sceGuSignal()
3521 pub fn sceGuSendCommandi(cmd: GeCommand, argument: i32); in sceGuSendCommandi()
3525 pub fn sceGuFinishId(id: u32) -> i32; in sceGuFinishId()
3527 pub fn sceGuCallMode(mode: i32); in sceGuCallMode()
3534 vtype: i32, in sceGuDrawArray()
3535 count: i32, in sceGuDrawArray()
3540 vtype: i32, in sceGuBeginObject()
3541 count: i32, in sceGuBeginObject()
3546 pub fn sceGuSetStatus(state: GuState, status: i32); in sceGuSetStatus()
3548 pub fn sceGuSetAllStatus(status: i32); in sceGuSetAllStatus()
3552 pub fn sceGuLight(light: i32, type_: LightType, components: i32, position: &ScePspFVector3); in sceGuLight()
3553 pub fn sceGuLightAtt(light: i32, atten0: f32, atten1: f32, atten2: f32); in sceGuLightAtt()
3554 pub fn sceGuLightColor(light: i32, component: i32, color: u32); in sceGuLightColor()
3556 pub fn sceGuLightSpot(light: i32, direction: &ScePspFVector3, exponent: f32, cutoff: f32); in sceGuLightSpot()
3557 pub fn sceGuClear(flags: i32); in sceGuClear()
3564 pub fn sceGuColorMaterial(components: i32); in sceGuColorMaterial()
3565 pub fn sceGuAlphaFunc(func: AlphaFunc, value: i32, mask: i32); in sceGuAlphaFunc()
3569 pub fn sceGuMaterial(components: i32, color: u32); in sceGuMaterial()
3571 pub fn sceGuStencilFunc(func: StencilFunc, ref_: i32, mask: i32); in sceGuStencilFunc()
3580 sx: i32, in sceGuCopyImage()
3581 sy: i32, in sceGuCopyImage()
3582 width: i32, in sceGuCopyImage()
3583 height: i32, in sceGuCopyImage()
3584 srcw: i32, in sceGuCopyImage()
3586 dx: i32, in sceGuCopyImage()
3587 dy: i32, in sceGuCopyImage()
3588 destw: i32, in sceGuCopyImage()
3597 width: i32, in sceGuTexImage()
3598 height: i32, in sceGuTexImage()
3599 tbw: i32, in sceGuTexImage()
3604 pub fn sceGuTexMode(tpsm: TexturePixelFormat, maxmips: i32, a2: i32, swizzle: i32); in sceGuTexMode()
3611 pub fn sceGuClutLoad(num_blocks: i32, cbp: *const c_void); in sceGuClutLoad()
3614 pub fn sceGuScissor(x: i32, y: i32, w: i32, h: i32); in sceGuScissor()
3615 pub fn sceGuViewport(cx: i32, cy: i32, width: i32, height: i32); in sceGuViewport()
3617 v_type: i32, in sceGuDrawBezier()
3618 u_count: i32, in sceGuDrawBezier()
3619 v_count: i32, in sceGuDrawBezier()
3627 v_type: i32, in sceGuDrawSpline()
3628 u_count: i32, in sceGuDrawSpline()
3629 v_count: i32, in sceGuDrawSpline()
3630 u_edge: i32, in sceGuDrawSpline()
3631 v_edge: i32, in sceGuDrawSpline()
3637 pub fn sceGuMorphWeight(index: i32, weight: f32); in sceGuMorphWeight()
3640 v_type: i32, in sceGuDrawArrayN()
3641 count: i32, in sceGuDrawArrayN()
3642 a3: i32, in sceGuDrawArrayN()
3649 v_type: i32, in sceGumDrawArray()
3650 count: i32, in sceGumDrawArray()
3656 v_type: i32, in sceGumDrawArrayN()
3657 count: i32, in sceGumDrawArrayN()
3658 a3: i32, in sceGumDrawArrayN()
3663 v_type: i32, in sceGumDrawBezier()
3664 u_count: i32, in sceGumDrawBezier()
3665 v_count: i32, in sceGumDrawBezier()
3670 v_type: i32, in sceGumDrawSpline()
3671 u_count: i32, in sceGumDrawSpline()
3672 v_count: i32, in sceGumDrawSpline()
3673 u_edge: i32, in sceGumDrawSpline()
3674 v_edge: i32, in sceGumDrawSpline()
3699 pub fn sceMp3ReserveMp3Handle(args: *mut SceMp3InitArg) -> i32; in sceMp3ReserveMp3Handle()
3700 pub fn sceMp3ReleaseMp3Handle(handle: Mp3Handle) -> i32; in sceMp3ReleaseMp3Handle()
3703 pub fn sceMp3Init(handle: Mp3Handle) -> i32; in sceMp3Init()
3704 pub fn sceMp3Decode(handle: Mp3Handle, dst: *mut *mut i16) -> i32; in sceMp3Decode()
3708 to_write: *mut i32, in sceMp3GetInfoToAddStreamData()
3709 src_pos: *mut i32, in sceMp3GetInfoToAddStreamData()
3710 ) -> i32; in sceMp3GetInfoToAddStreamData()
3711 pub fn sceMp3NotifyAddStreamData(handle: Mp3Handle, size: i32) -> i32; in sceMp3NotifyAddStreamData()
3712 pub fn sceMp3CheckStreamDataNeeded(handle: Mp3Handle) -> i32; in sceMp3CheckStreamDataNeeded()
3713 pub fn sceMp3SetLoopNum(handle: Mp3Handle, loop_: i32) -> i32; in sceMp3SetLoopNum()
3714 pub fn sceMp3GetLoopNum(handle: Mp3Handle) -> i32; in sceMp3GetLoopNum()
3715 pub fn sceMp3GetSumDecodedSample(handle: Mp3Handle) -> i32; in sceMp3GetSumDecodedSample()
3716 pub fn sceMp3GetMaxOutputSample(handle: Mp3Handle) -> i32; in sceMp3GetMaxOutputSample()
3717 pub fn sceMp3GetSamplingRate(handle: Mp3Handle) -> i32; in sceMp3GetSamplingRate()
3718 pub fn sceMp3GetBitRate(handle: Mp3Handle) -> i32; in sceMp3GetBitRate()
3719 pub fn sceMp3GetMp3ChannelNum(handle: Mp3Handle) -> i32; in sceMp3GetMp3ChannelNum()
3720 pub fn sceMp3ResetPlayPosition(handle: Mp3Handle) -> i32; in sceMp3ResetPlayPosition()
3722 pub fn sceRegOpenRegistry(reg: *mut Key, mode: i32, handle: *mut RegHandle) -> i32; in sceRegOpenRegistry()
3723 pub fn sceRegFlushRegistry(handle: RegHandle) -> i32; in sceRegFlushRegistry()
3724 pub fn sceRegCloseRegistry(handle: RegHandle) -> i32; in sceRegCloseRegistry()
3728 mode: i32, in sceRegOpenCategory()
3730 ) -> i32; in sceRegOpenCategory()
3731 pub fn sceRegRemoveCategory(handle: RegHandle, name: *const u8) -> i32; in sceRegRemoveCategory()
3732 pub fn sceRegCloseCategory(dir_handle: RegHandle) -> i32; in sceRegCloseCategory()
3733 pub fn sceRegFlushCategory(dir_handle: RegHandle) -> i32; in sceRegFlushCategory()
3740 ) -> i32; in sceRegGetKeyInfo()
3746 ) -> i32; in sceRegGetKeyInfoByName()
3752 ) -> i32; in sceRegGetKeyValue()
3758 ) -> i32; in sceRegGetKeyValueByName()
3764 ) -> i32; in sceRegSetKeyValue()
3765 pub fn sceRegGetKeysNum(dir_handle: RegHandle, num: *mut i32) -> i32; in sceRegGetKeysNum()
3766 pub fn sceRegGetKeys(dir_handle: RegHandle, buf: *mut u8, num: i32) -> i32; in sceRegGetKeys()
3767 pub fn sceRegCreateKey(dir_handle: RegHandle, name: *const u8, type_: i32, size: usize) -> i32; in sceRegCreateKey()
3768 pub fn sceRegRemoveRegistry(key: *mut Key) -> i32; in sceRegRemoveRegistry()
3770 pub fn sceOpenPSIDGetOpenPSID(openpsid: *mut OpenPSID) -> i32; in sceOpenPSIDGetOpenPSID()
3772 pub fn sceUtilityMsgDialogInitStart(params: *mut UtilityMsgDialogParams) -> i32; in sceUtilityMsgDialogInitStart()
3775 pub fn sceUtilityMsgDialogUpdate(n: i32); in sceUtilityMsgDialogUpdate()
3777 pub fn sceUtilityNetconfInitStart(data: *mut UtilityNetconfData) -> i32; in sceUtilityNetconfInitStart()
3779 pub fn sceUtilityNetconfUpdate(unknown: i32) -> i32; in sceUtilityNetconfUpdate()
3781 pub fn sceUtilityCheckNetParam(id: i32) -> i32; in sceUtilityCheckNetParam()
3782 pub fn sceUtilityGetNetParam(conf: i32, param: NetParam, data: *mut UtilityNetData) -> i32; in sceUtilityGetNetParam()
3783 pub fn sceUtilitySavedataInitStart(params: *mut SceUtilitySavedataParam) -> i32; in sceUtilitySavedataInitStart()
3786 pub fn sceUtilitySavedataUpdate(unknown: i32); in sceUtilitySavedataUpdate()
3787 pub fn sceUtilityGameSharingInitStart(params: *mut UtilityGameSharingParams) -> i32; in sceUtilityGameSharingInitStart()
3790 pub fn sceUtilityGameSharingUpdate(n: i32); in sceUtilityGameSharingUpdate()
3791 pub fn sceUtilityHtmlViewerInitStart(params: *mut UtilityHtmlViewerParam) -> i32; in sceUtilityHtmlViewerInitStart()
3793 pub fn sceUtilityHtmlViewerUpdate(n: i32) -> i32; in sceUtilityHtmlViewerUpdate()
3795 pub fn sceUtilitySetSystemParamInt(id: SystemParamId, value: i32) -> i32; in sceUtilitySetSystemParamInt()
3796 pub fn sceUtilitySetSystemParamString(id: SystemParamId, str: *const u8) -> i32; in sceUtilitySetSystemParamString()
3797 pub fn sceUtilityGetSystemParamInt(id: SystemParamId, value: *mut i32) -> i32; in sceUtilityGetSystemParamInt()
3798 pub fn sceUtilityGetSystemParamString(id: SystemParamId, str: *mut u8, len: i32) -> i32; in sceUtilityGetSystemParamString()
3799 pub fn sceUtilityOskInitStart(params: *mut SceUtilityOskParams) -> i32; in sceUtilityOskInitStart()
3801 pub fn sceUtilityOskUpdate(n: i32) -> i32; in sceUtilityOskUpdate()
3803 pub fn sceUtilityLoadNetModule(module: NetModule) -> i32; in sceUtilityLoadNetModule()
3804 pub fn sceUtilityUnloadNetModule(module: NetModule) -> i32; in sceUtilityUnloadNetModule()
3805 pub fn sceUtilityLoadAvModule(module: AvModule) -> i32; in sceUtilityLoadAvModule()
3806 pub fn sceUtilityUnloadAvModule(module: AvModule) -> i32; in sceUtilityUnloadAvModule()
3807 pub fn sceUtilityLoadUsbModule(module: UsbModule) -> i32; in sceUtilityLoadUsbModule()
3808 pub fn sceUtilityUnloadUsbModule(module: UsbModule) -> i32; in sceUtilityUnloadUsbModule()
3809 pub fn sceUtilityLoadModule(module: Module) -> i32; in sceUtilityLoadModule()
3810 pub fn sceUtilityUnloadModule(module: Module) -> i32; in sceUtilityUnloadModule()
3811 pub fn sceUtilityCreateNetParam(conf: i32) -> i32; in sceUtilityCreateNetParam()
3812 pub fn sceUtilitySetNetParam(param: NetParam, val: *const c_void) -> i32; in sceUtilitySetNetParam()
3813 pub fn sceUtilityCopyNetParam(src: i32, dest: i32) -> i32; in sceUtilityCopyNetParam()
3814 pub fn sceUtilityDeleteNetParam(conf: i32) -> i32; in sceUtilityDeleteNetParam()
3817 poolsize: i32, in sceNetInit()
3818 calloutprio: i32, in sceNetInit()
3819 calloutstack: i32, in sceNetInit()
3820 netintrprio: i32, in sceNetInit()
3821 netintrstack: i32, in sceNetInit()
3822 ) -> i32; in sceNetInit()
3824 pub fn sceNetFreeThreadinfo(thid: i32) -> i32; in sceNetFreeThreadinfo()
3825 pub fn sceNetThreadAbort(thid: i32) -> i32; in sceNetThreadAbort()
3828 pub fn sceNetGetLocalEtherAddr(mac: *mut u8) -> i32; in sceNetGetLocalEtherAddr()
3829 pub fn sceNetGetMallocStat(stat: *mut SceNetMallocStat) -> i32; in sceNetGetMallocStat()
3832 stacksize: i32, in sceNetAdhocctlInit()
3833 priority: i32, in sceNetAdhocctlInit()
3835 ) -> i32; in sceNetAdhocctlInit()
3837 pub fn sceNetAdhocctlConnect(name: *const u8) -> i32; in sceNetAdhocctlConnect()
3839 pub fn sceNetAdhocctlGetState(event: *mut i32) -> i32; in sceNetAdhocctlGetState()
3840 pub fn sceNetAdhocctlCreate(name: *const u8) -> i32; in sceNetAdhocctlCreate()
3841 pub fn sceNetAdhocctlJoin(scaninfo: *mut SceNetAdhocctlScanInfo) -> i32; in sceNetAdhocctlJoin()
3842 pub fn sceNetAdhocctlGetAdhocId(id: *mut SceNetAdhocctlAdhocId) -> i32; in sceNetAdhocctlGetAdhocId()
3845 unknown: i32, in sceNetAdhocctlCreateEnterGameMode()
3846 num: i32, in sceNetAdhocctlCreateEnterGameMode()
3849 unknown2: i32, in sceNetAdhocctlCreateEnterGameMode()
3850 ) -> i32; in sceNetAdhocctlCreateEnterGameMode()
3855 unknown: i32, in sceNetAdhocctlJoinEnterGameMode()
3856 ) -> i32; in sceNetAdhocctlJoinEnterGameMode()
3857 pub fn sceNetAdhocctlGetGameModeInfo(gamemodeinfo: *mut SceNetAdhocctlGameModeInfo) -> i32; in sceNetAdhocctlGetGameModeInfo()
3859 pub fn sceNetAdhocctlGetPeerList(length: *mut i32, buf: *mut c_void) -> i32; in sceNetAdhocctlGetPeerList()
3862 size: i32, in sceNetAdhocctlGetPeerInfo()
3864 ) -> i32; in sceNetAdhocctlGetPeerInfo()
3866 pub fn sceNetAdhocctlGetScanInfo(length: *mut i32, buf: *mut c_void) -> i32; in sceNetAdhocctlGetScanInfo()
3867 pub fn sceNetAdhocctlAddHandler(handler: SceNetAdhocctlHandler, unknown: *mut c_void) -> i32; in sceNetAdhocctlAddHandler()
3868 pub fn sceNetAdhocctlDelHandler(id: i32) -> i32; in sceNetAdhocctlDelHandler()
3869 pub fn sceNetAdhocctlGetNameByAddr(mac: *mut u8, nickname: *mut u8) -> i32; in sceNetAdhocctlGetNameByAddr()
3872 length: *mut i32, in sceNetAdhocctlGetAddrByName()
3874 ) -> i32; in sceNetAdhocctlGetAddrByName()
3875 pub fn sceNetAdhocctlGetParameter(params: *mut SceNetAdhocctlParams) -> i32; in sceNetAdhocctlGetParameter()
3879 pub fn sceNetAdhocPdpCreate(mac: *mut u8, port: u16, buf_size: u32, unk1: i32) -> i32; in sceNetAdhocPdpCreate()
3880 pub fn sceNetAdhocPdpDelete(id: i32, unk1: i32) -> i32; in sceNetAdhocPdpDelete()
3882 id: i32, in sceNetAdhocPdpSend()
3888 nonblock: i32, in sceNetAdhocPdpSend()
3889 ) -> i32; in sceNetAdhocPdpSend()
3891 id: i32, in sceNetAdhocPdpRecv()
3897 nonblock: i32, in sceNetAdhocPdpRecv()
3898 ) -> i32; in sceNetAdhocPdpRecv()
3899 pub fn sceNetAdhocGetPdpStat(size: *mut i32, stat: *mut SceNetAdhocPdpStat) -> i32; in sceNetAdhocGetPdpStat()
3900 pub fn sceNetAdhocGameModeCreateMaster(data: *mut c_void, size: i32) -> i32; in sceNetAdhocGameModeCreateMaster()
3901 pub fn sceNetAdhocGameModeCreateReplica(mac: *mut u8, data: *mut c_void, size: i32) -> i32; in sceNetAdhocGameModeCreateReplica()
3903 pub fn sceNetAdhocGameModeUpdateReplica(id: i32, unk1: i32) -> i32; in sceNetAdhocGameModeUpdateReplica()
3905 pub fn sceNetAdhocGameModeDeleteReplica(id: i32) -> i32; in sceNetAdhocGameModeDeleteReplica()
3913 count: i32, in sceNetAdhocPtpOpen()
3914 unk1: i32, in sceNetAdhocPtpOpen()
3915 ) -> i32; in sceNetAdhocPtpOpen()
3916 pub fn sceNetAdhocPtpConnect(id: i32, timeout: u32, nonblock: i32) -> i32; in sceNetAdhocPtpConnect()
3922 count: i32, in sceNetAdhocPtpListen()
3923 queue: i32, in sceNetAdhocPtpListen()
3924 unk1: i32, in sceNetAdhocPtpListen()
3925 ) -> i32; in sceNetAdhocPtpListen()
3927 id: i32, in sceNetAdhocPtpAccept()
3931 nonblock: i32, in sceNetAdhocPtpAccept()
3932 ) -> i32; in sceNetAdhocPtpAccept()
3934 id: i32, in sceNetAdhocPtpSend()
3936 data_size: *mut i32, in sceNetAdhocPtpSend()
3938 nonblock: i32, in sceNetAdhocPtpSend()
3939 ) -> i32; in sceNetAdhocPtpSend()
3941 id: i32, in sceNetAdhocPtpRecv()
3943 data_size: *mut i32, in sceNetAdhocPtpRecv()
3945 nonblock: i32, in sceNetAdhocPtpRecv()
3946 ) -> i32; in sceNetAdhocPtpRecv()
3947 pub fn sceNetAdhocPtpFlush(id: i32, timeout: u32, nonblock: i32) -> i32; in sceNetAdhocPtpFlush()
3948 pub fn sceNetAdhocPtpClose(id: i32, unk1: i32) -> i32; in sceNetAdhocPtpClose()
3949 pub fn sceNetAdhocGetPtpStat(size: *mut i32, stat: *mut SceNetAdhocPtpStat) -> i32; in sceNetAdhocGetPtpStat()
3953 pub fn sceNetAdhocMatchingInit(memsize: i32) -> i32; in sceNetAdhocMatchingInit()
3957 max_peers: i32, in sceNetAdhocMatchingCreate()
3959 buf_size: i32, in sceNetAdhocMatchingCreate()
3962 init_count: i32, in sceNetAdhocMatchingCreate()
3965 ) -> i32; in sceNetAdhocMatchingCreate()
3966 pub fn sceNetAdhocMatchingDelete(matching_id: i32) -> i32; in sceNetAdhocMatchingDelete()
3968 matching_id: i32, in sceNetAdhocMatchingStart()
3969 evth_pri: i32, in sceNetAdhocMatchingStart()
3970 evth_stack: i32, in sceNetAdhocMatchingStart()
3971 inth_pri: i32, in sceNetAdhocMatchingStart()
3972 inth_stack: i32, in sceNetAdhocMatchingStart()
3973 opt_len: i32, in sceNetAdhocMatchingStart()
3975 ) -> i32; in sceNetAdhocMatchingStart()
3976 pub fn sceNetAdhocMatchingStop(matching_id: i32) -> i32; in sceNetAdhocMatchingStop()
3978 matching_id: i32, in sceNetAdhocMatchingSelectTarget()
3980 opt_len: i32, in sceNetAdhocMatchingSelectTarget()
3982 ) -> i32; in sceNetAdhocMatchingSelectTarget()
3983 pub fn sceNetAdhocMatchingCancelTarget(matching_id: i32, mac: *mut u8) -> i32; in sceNetAdhocMatchingCancelTarget()
3985 matching_id: i32, in sceNetAdhocMatchingCancelTargetWithOpt()
3987 opt_len: i32, in sceNetAdhocMatchingCancelTargetWithOpt()
3989 ) -> i32; in sceNetAdhocMatchingCancelTargetWithOpt()
3991 matching_id: i32, in sceNetAdhocMatchingSendData()
3993 data_len: i32, in sceNetAdhocMatchingSendData()
3995 ) -> i32; in sceNetAdhocMatchingSendData()
3996 pub fn sceNetAdhocMatchingAbortSendData(matching_id: i32, mac: *mut u8) -> i32; in sceNetAdhocMatchingAbortSendData()
3998 matching_id: i32, in sceNetAdhocMatchingSetHelloOpt()
3999 opt_len: i32, in sceNetAdhocMatchingSetHelloOpt()
4001 ) -> i32; in sceNetAdhocMatchingSetHelloOpt()
4003 matching_id: i32, in sceNetAdhocMatchingGetHelloOpt()
4004 opt_len: *mut i32, in sceNetAdhocMatchingGetHelloOpt()
4006 ) -> i32; in sceNetAdhocMatchingGetHelloOpt()
4008 matching_id: i32, in sceNetAdhocMatchingGetMembers()
4009 length: *mut i32, in sceNetAdhocMatchingGetMembers()
4011 ) -> i32; in sceNetAdhocMatchingGetMembers()
4013 pub fn sceNetAdhocMatchingGetPoolStat(poolstat: *mut AdhocPoolStat) -> i32; in sceNetAdhocMatchingGetPoolStat()
4017 pub fn sceNetApctlInit(stack_size: i32, init_priority: i32) -> i32; in sceNetApctlInit()
4019 pub fn sceNetApctlGetInfo(code: ApctlInfo, pinfo: *mut SceNetApctlInfo) -> i32; in sceNetApctlGetInfo()
4020 pub fn sceNetApctlAddHandler(handler: SceNetApctlHandler, parg: *mut c_void) -> i32; in sceNetApctlAddHandler()
4021 pub fn sceNetApctlDelHandler(handler_id: i32) -> i32; in sceNetApctlDelHandler()
4022 pub fn sceNetApctlConnect(conn_index: i32) -> i32; in sceNetApctlConnect()
4024 pub fn sceNetApctlGetState(pstate: *mut ApctlState) -> i32; in sceNetApctlGetState()
4028 pub fn sceNetInetAccept(s: i32, addr: *mut sockaddr, addr_len: *mut socklen_t) -> i32; in sceNetInetAccept()
4029 pub fn sceNetInetBind(s: i32, my_addr: *const sockaddr, addr_len: socklen_t) -> i32; in sceNetInetBind()
4030 pub fn sceNetInetConnect(s: i32, serv_addr: *const sockaddr, addr_len: socklen_t) -> i32; in sceNetInetConnect()
4032 s: i32, in sceNetInetGetsockopt()
4033 level: i32, in sceNetInetGetsockopt()
4034 opt_name: i32, in sceNetInetGetsockopt()
4037 ) -> i32; in sceNetInetGetsockopt()
4038 pub fn sceNetInetListen(s: i32, backlog: i32) -> i32; in sceNetInetListen()
4039 pub fn sceNetInetRecv(s: i32, buf: *mut c_void, len: usize, flags: i32) -> usize; in sceNetInetRecv()
4041 s: i32, in sceNetInetRecvfrom()
4044 arg1: i32, in sceNetInetRecvfrom()
4048 pub fn sceNetInetSend(s: i32, buf: *const c_void, len: usize, flags: i32) -> usize; in sceNetInetSend()
4050 s: i32, in sceNetInetSendto()
4053 flags: i32, in sceNetInetSendto()
4058 s: i32, in sceNetInetSetsockopt()
4059 level: i32, in sceNetInetSetsockopt()
4060 opt_name: i32, in sceNetInetSetsockopt()
4063 ) -> i32; in sceNetInetSetsockopt()
4064 pub fn sceNetInetShutdown(s: i32, how: i32) -> i32; in sceNetInetShutdown()
4065 pub fn sceNetInetSocket(domain: i32, type_: i32, protocol: i32) -> i32; in sceNetInetSocket()
4066 pub fn sceNetInetClose(s: i32) -> i32; in sceNetInetClose()
4069 pub fn sceSslInit(unknown1: i32) -> i32; in sceSslInit()
4071 pub fn sceSslGetUsedMemoryMax(memory: *mut u32) -> i32; in sceSslGetUsedMemoryMax()
4072 pub fn sceSslGetUsedMemoryCurrent(memory: *mut u32) -> i32; in sceSslGetUsedMemoryCurrent()
4074 pub fn sceHttpInit(unknown1: u32) -> i32; in sceHttpInit()
4076 pub fn sceHttpCreateTemplate(agent: *mut u8, unknown1: i32, unknown2: i32) -> i32; in sceHttpCreateTemplate()
4077 pub fn sceHttpDeleteTemplate(templateid: i32) -> i32; in sceHttpDeleteTemplate()
4079 templateid: i32, in sceHttpCreateConnection()
4083 unknown2: i32, in sceHttpCreateConnection()
4084 ) -> i32; in sceHttpCreateConnection()
4085 pub fn sceHttpCreateConnectionWithURL(templateid: i32, url: *const u8, unknown1: i32) -> i32; in sceHttpCreateConnectionWithURL()
4086 pub fn sceHttpDeleteConnection(connection_id: i32) -> i32; in sceHttpDeleteConnection()
4088 connection_id: i32, in sceHttpCreateRequest()
4092 ) -> i32; in sceHttpCreateRequest()
4094 connection_id: i32, in sceHttpCreateRequestWithURL()
4098 ) -> i32; in sceHttpCreateRequestWithURL()
4099 pub fn sceHttpDeleteRequest(request_id: i32) -> i32; in sceHttpDeleteRequest()
4100 pub fn sceHttpSendRequest(request_id: i32, data: *mut c_void, data_size: u32) -> i32; in sceHttpSendRequest()
4101 pub fn sceHttpAbortRequest(request_id: i32) -> i32; in sceHttpAbortRequest()
4102 pub fn sceHttpReadData(request_id: i32, data: *mut c_void, data_size: u32) -> i32; in sceHttpReadData()
4103 pub fn sceHttpGetContentLength(request_id: i32, content_length: *mut u64) -> i32; in sceHttpGetContentLength()
4104 pub fn sceHttpGetStatusCode(request_id: i32, status_code: *mut i32) -> i32; in sceHttpGetStatusCode()
4105 pub fn sceHttpSetResolveTimeOut(id: i32, timeout: u32) -> i32; in sceHttpSetResolveTimeOut()
4106 pub fn sceHttpSetResolveRetry(id: i32, count: i32) -> i32; in sceHttpSetResolveRetry()
4107 pub fn sceHttpSetConnectTimeOut(id: i32, timeout: u32) -> i32; in sceHttpSetConnectTimeOut()
4108 pub fn sceHttpSetSendTimeOut(id: i32, timeout: u32) -> i32; in sceHttpSetSendTimeOut()
4109 pub fn sceHttpSetRecvTimeOut(id: i32, timeout: u32) -> i32; in sceHttpSetRecvTimeOut()
4110 pub fn sceHttpEnableKeepAlive(id: i32) -> i32; in sceHttpEnableKeepAlive()
4111 pub fn sceHttpDisableKeepAlive(id: i32) -> i32; in sceHttpDisableKeepAlive()
4112 pub fn sceHttpEnableRedirect(id: i32) -> i32; in sceHttpEnableRedirect()
4113 pub fn sceHttpDisableRedirect(id: i32) -> i32; in sceHttpDisableRedirect()
4114 pub fn sceHttpEnableCookie(id: i32) -> i32; in sceHttpEnableCookie()
4115 pub fn sceHttpDisableCookie(id: i32) -> i32; in sceHttpDisableCookie()
4118 pub fn sceHttpAddExtraHeader(id: i32, name: *mut u8, value: *mut u8, unknown1: i32) -> i32; in sceHttpAddExtraHeader()
4119 pub fn sceHttpDeleteHeader(id: i32, name: *const u8) -> i32; in sceHttpDeleteHeader()
4120 pub fn sceHttpsInit(unknown1: i32, unknown2: i32, unknown3: i32, unknown4: i32) -> i32; in sceHttpsInit()
4122 pub fn sceHttpsLoadDefaultCert(unknown1: i32, unknown2: i32) -> i32; in sceHttpsLoadDefaultCert()
4123 pub fn sceHttpDisableAuth(id: i32) -> i32; in sceHttpDisableAuth()
4124 pub fn sceHttpDisableCache(id: i32) -> i32; in sceHttpDisableCache()
4125 pub fn sceHttpEnableAuth(id: i32) -> i32; in sceHttpEnableAuth()
4126 pub fn sceHttpEnableCache(id: i32) -> i32; in sceHttpEnableCache()
4128 pub fn sceHttpGetAllHeader(request: i32, header: *mut *mut u8, header_size: *mut u32) -> i32; in sceHttpGetAllHeader()
4129 pub fn sceHttpGetNetworkErrno(request: i32, err_num: *mut i32) -> i32; in sceHttpGetNetworkErrno()
4131 id: i32, in sceHttpGetProxy()
4132 activate_flag: *mut i32, in sceHttpGetProxy()
4133 mode: *mut i32, in sceHttpGetProxy()
4137 ) -> i32; in sceHttpGetProxy()
4138 pub fn sceHttpInitCache(max_size: usize) -> i32; in sceHttpInitCache()
4139 pub fn sceHttpSetAuthInfoCB(id: i32, cbfunc: HttpPasswordCB) -> i32; in sceHttpSetAuthInfoCB()
4141 id: i32, in sceHttpSetProxy()
4142 activate_flag: i32, in sceHttpSetProxy()
4143 mode: i32, in sceHttpSetProxy()
4146 ) -> i32; in sceHttpSetProxy()
4147 pub fn sceHttpSetResHeaderMaxSize(id: i32, header_size: u32) -> i32; in sceHttpSetResHeaderMaxSize()
4152 ) -> i32; in sceHttpSetMallocFunction()
4155 pub fn sceNetResolverCreate(rid: *mut i32, buf: *mut c_void, buf_length: u32) -> i32; in sceNetResolverCreate()
4156 pub fn sceNetResolverDelete(rid: i32) -> i32; in sceNetResolverDelete()
4158 rid: i32, in sceNetResolverStartNtoA()
4162 retry: i32, in sceNetResolverStartNtoA()
4163 ) -> i32; in sceNetResolverStartNtoA()
4165 rid: i32, in sceNetResolverStartAtoN()
4170 retry: i32, in sceNetResolverStartAtoN()
4171 ) -> i32; in sceNetResolverStartAtoN()
4172 pub fn sceNetResolverStop(rid: i32) -> i32; in sceNetResolverStop()