MCPcopy Create free account

hub / github.com/chunying/gaminganywhere / functions

Functions1,365 in github.com/chunying/gaminganywhere

Functionga_avcodec_close
ga/android/jni/src/ga-avcodec.cpp:250
Functionga_avcodec_find_encoder
ga/core/ga-avcodec.cpp:122
Functionga_avcodec_find_encoder
ga/android/jni/src/ga-avcodec.cpp:122
Functionga_avcodec_vencoder_init
ga/android/jni/src/ga-avcodec.cpp:152
Functionga_avformat_new_stream
ga/android/jni/src/ga-avcodec.cpp:102
Functionga_backtrace
* Show the backtrace of current process * This function is only for debug purpose. */
ga/core/ga-common.cpp:886
Functionga_backtrace
* Show the backtrace of current process * This function is only for debug purpose. */
ga/android/jni/src/ga-common.cpp:886
Functionga_closelog
* Disable log feature */
ga/core/ga-common.cpp:366
Functionga_closelog
* Disable log feature */
ga/android/jni/src/ga-common.cpp:366
Functionga_conf_clear
* Clear all loaded configuration. */
ga/core/ga-conf.cpp:281
Functionga_conf_clear
* Clear all loaded configuration. */
ga/android/jni/src/ga-conf.cpp:281
Functionga_conf_erase
* Delete a parameter value from system runtime configuration. * * @param key [in] The parameter to be deleted. * * Note again, this function DOES
ga/core/ga-conf.cpp:474
Functionga_conf_erase
* Delete a parameter value from system runtime configuration. * * @param key [in] The parameter to be deleted. * * Note again, this function DOES
ga/android/jni/src/ga-conf.cpp:474
Functionga_conf_haskey
* Determine if a 'parameter map' contains a given \a key. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to be te
ga/core/ga-conf.cpp:501
Functionga_conf_haskey
* Determine if a 'parameter map' contains a given \a key. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to be te
ga/android/jni/src/ga-conf.cpp:501
Functionga_conf_ismap
* Test if a given parameter is defined as a 'parameter map'. * * @param key [in] The parameter to be tested. * @return 1 if the parameter is define
ga/core/ga-conf.cpp:489
Functionga_conf_ismap
* Test if a given parameter is defined as a 'parameter map'. * * @param key [in] The parameter to be tested. * @return 1 if the parameter is define
ga/android/jni/src/ga-conf.cpp:489
Functionga_conf_key
* Get the current key of the gloabl runtime configuration. * * @return The current key value. * * This function is used to enumerate all runtime c
ga/core/ga-conf.cpp:779
Functionga_conf_key
* Get the current key of the gloabl runtime configuration. * * @return The current key value. * * This function is used to enumerate all runtime c
ga/android/jni/src/ga-conf.cpp:779
Functionga_conf_maperase
* Delete a parameter map key's value into system runtime configuration. * * @param mapname [in] The parameter map name. * @param key [in] The key n
ga/core/ga-conf.cpp:659
Functionga_conf_maperase
* Delete a parameter map key's value into system runtime configuration. * * @param mapname [in] The parameter map name. * @param key [in] The key n
ga/android/jni/src/ga-conf.cpp:659
Functionga_conf_mapreadbool
* Read a boolean value from a key of a parameter map. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to be retrie
ga/core/ga-conf.cpp:624
Functionga_conf_mapreadbool
* Read a boolean value from a key of a parameter map. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to be retrie
ga/android/jni/src/ga-conf.cpp:624
Functionga_conf_mapreaddouble
* Read a double float value from a key of a parameter map. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to be r
ga/core/ga-conf.cpp:603
Functionga_conf_mapreaddouble
* Read a double float value from a key of a parameter map. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to be r
ga/android/jni/src/ga-conf.cpp:603
Functionga_conf_mapreadint
* Read an integer value from a key of a parameter map. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to be retri
ga/android/jni/src/ga-conf.cpp:559
Functionga_conf_mapreadints
* Read multiple integer values from a key of a parameter map. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to b
ga/core/ga-conf.cpp:584
Functionga_conf_mapreadints
* Read multiple integer values from a key of a parameter map. * * @param mapname [in] The name of the parameter map. * @param key [in] The key to b
ga/android/jni/src/ga-conf.cpp:584
Functionga_conf_mapwritev
* Add a parameter map key's value into system runtime configuration. * * @param mapname [in] The parameter map name. * @param key [in] The key name
ga/core/ga-conf.cpp:644
Functionga_conf_mapwritev
* Add a parameter map key's value into system runtime configuration. * * @param mapname [in] The parameter map name. * @param key [in] The key name
ga/android/jni/src/ga-conf.cpp:644
Functionga_conf_nextkey
* Advance and get the key of the global runtime configuratin. * * @return The next key value, or NULL if it reaches the end. * * This function is
ga/core/ga-conf.cpp:792
Functionga_conf_nextkey
* Advance and get the key of the global runtime configuratin. * * @return The next key value, or NULL if it reaches the end. * * This function is
ga/android/jni/src/ga-conf.cpp:792
Functionga_conf_readdouble
* Load the value of a parameter as an double float number. * * @param key [in] The parameter to be loaded. * @return The double float value of the
ga/core/ga-conf.cpp:340
Functionga_conf_readdouble
* Load the value of a parameter as an double float number. * * @param key [in] The parameter to be loaded. * @return The double float value of the
ga/android/jni/src/ga-conf.cpp:340
Functionga_conf_reset
* Reset the global runtime configuration iteration pointer. * * This function is used to enumerate all runtime configurations. */
ga/core/ga-conf.cpp:768
Functionga_conf_reset
* Reset the global runtime configuration iteration pointer. * * This function is used to enumerate all runtime configurations. */
ga/android/jni/src/ga-conf.cpp:768
Functionga_crop_window
ga/android/jni/src/ga-common.cpp:680
Functionga_deinit
* Deinitialize GamingAnywhere: currently do nothing */
ga/android/jni/src/ga-common.cpp:337
Functionga_dummyfunc
* This function is not used. * It is sometimes that a function is optimized out because it is not * called by the function. * Put those function he
ga/core/ga-common.cpp:919
Functionga_dummyfunc
* This function is not used. * It is sometimes that a function is optimized out because it is not * called by the function. * Put those function he
ga/android/jni/src/ga-common.cpp:919
Functionga_dump_codecs
* List registered ffmpeg codecs. * This function is for debug purpose, and could be removed in the future. */
ga/core/ga-common.cpp:283
Functionga_dump_codecs
* List registered ffmpeg codecs. * This function is for debug purpose, and could be removed in the future. */
ga/android/jni/src/ga-common.cpp:283
Functionga_format_init
ga/core/ga-avcodec.cpp:46
Functionga_format_init
ga/android/jni/src/ga-avcodec.cpp:46
Functionga_hook_function
ga/server/event-posix/ga-hook-common.cpp:519
Functionga_init
* Initialize GamingAnywhere * * @param config [in] Pathname to the configuration file * @param url [in] URL to the server URL address, in the form
ga/android/jni/src/ga-common.cpp:309
Functionga_log
* Write log messages and print on Android console. * * @param fmt [in] The format string for the message. * @param ... [in] The arguments for repla
ga/core/ga-common.cpp:158
Functionga_module_deinit
* Wrapper for module's deinit() interface. * * @param m [in] Pointer to a module instance. * @param arg [in] Pointer to the argument. * * We reco
ga/core/ga-module.cpp:256
Functionga_module_init
* Wrapper for module's init() interface. * * @param m [in] Pointer to a module instance. * @param arg [in] Pointer to the argument. * * We recomm
ga/core/ga-module.cpp:195
Functionga_module_notify
* Wrapper for module's notify() interface. * * @param m [in] Pointer to a module instance. * @param arg [in] Pointer to the argument. * * We reco
ga/core/ga-module.cpp:298
Functionga_module_raw
* Wrapper for module's raw() interface. * * @param m [in] Pointer to a module instance. * @param arg [out] Pointer to the store the raw instance.
ga/core/ga-module.cpp:318
Functionga_module_send_packet
* Wrapper for module's send_packet() interface. * * @param m [in] Pointer to a module instance. * @param prefix [in] A name used to identify the se
ga/core/ga-module.cpp:343
Functionga_module_start
* Wrapper for module's start() interface. * * @param m [in] Pointer to a module instance. * @param arg [in] Pointer to the argument. * * We recom
ga/core/ga-module.cpp:214
Functionga_module_stop
* Wrapper for module's stop() interface. * * @param m [in] Pointer to a module instance. * @param arg [in] Pointer to the argument. * * We recomm
ga/core/ga-module.cpp:235
Functionga_openlog
* Enable log feature * * This function must be called if you plan to write logs into a file. * It reads the \em logfile option specified in the con
ga/android/jni/src/ga-common.cpp:348
Functionga_rtp_init
ga/core/ga-avcodec.cpp:75
Functionga_rtp_init
ga/android/jni/src/ga-avcodec.cpp:75
Functionga_save_data
* Save arbitrary binary data. * * @param fp [in] FILE pointer to the opened file (by \em ga_save_init). * @param buffer [in] Pointer to the data me
ga/core/ga-common.cpp:434
Functionga_save_data
* Save arbitrary binary data. * * @param fp [in] FILE pointer to the opened file (by \em ga_save_init). * @param buffer [in] Pointer to the data me
ga/android/jni/src/ga-common.cpp:434
Functionga_save_rgb4
* Save RGB4 image frame data * * @param fp [in] FILE pointer to the opened file (by \em ga_save_init). * @param w [in] Width of the frame. * @para
ga/core/ga-common.cpp:520
Functionga_save_rgb4
* Save RGB4 image frame data * * @param fp [in] FILE pointer to the opened file (by \em ga_save_init). * @param w [in] Width of the frame. * @para
ga/android/jni/src/ga-common.cpp:520
Functionga_server
ga/server/event-driven/ga-hook-common.cpp:296
Functionga_server
ga/server/event-posix/ga-hook-common.cpp:296
Functionga_swscale_init
ga/android/jni/src/ga-avcodec.cpp:33
Functionga_unload_module
* Unload a module. * * @param m [in] Pointer to a loaded module. */
ga/core/ga-module.cpp:93
Functionga_usleep
* Sleep and wake up at \a ptv + \a interval (micro seconds). * * @param interval [in] The expected sleeping time (in micro seconds). * @param ptv [
ga/core/ga-common.cpp:109
Functionga_usleep
* Sleep and wake up at \a ptv + \a interval (micro seconds). * * @param interval [in] The expected sleeping time (in micro seconds). * @param ptv [
ga/android/jni/src/ga-common.cpp:109
Functionga_xwin_imageinfo
ga/module/vsource-desktop/ga-xwin.cpp:133
MethodgetDescription
()
ga/android/src/org/gaminganywhere/gaclient/util/GAControllerPadABXY.java:48
MethodgetDescription
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:67
MethodgetDropDownView
(int position, View convertView, ViewGroup parent)
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:86
MethodgetHandler
()
ga/android/src/org/gaminganywhere/gaclient/PlayerActivity.java:101
MethodgetName
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:63
MethodgetView
(int position, View convertView, ViewGroup parent)
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:93
Functionget_module_base_address
--------------------------------------------------------------------------------------------------
ga/server/event-posix/elf_hook.c:337
Methodget_privdata
ga/core/deprecated/pipeline.cpp:264
Methodget_privdata_size
ga/core/deprecated/pipeline.cpp:269
FunctionglFlush
POSIX interfaces */
ga/server/event-posix/ga-hook-gl.cpp:190
Functiongl_hook_loaded
ga/server/event-posix/ga-hook-gl.cpp:195
MethodhandleMessage
(Message msg)
ga/android/src/org/gaminganywhere/gaclient/PlayerActivity.java:247
Functionhook_CreateDXGIFactory
Hook function that replaces the CreateDXGIFactory() API
ga/server/event-driven/hook-function.cpp:465
Functionhook_D3D10CreateDeviceAndSwapChain
Hook function that replaces the D3D10CreateDeviceAndSwapChain() API
ga/server/event-driven/hook-function.cpp:500
Functionhook_D3D10CreateDeviceAndSwapChain1
Hook function that replaces the D3D10CreateDeviceAndSwapChain1() API
ga/server/event-driven/hook-function.cpp:525
Functionhook_D3D11CreateDeviceAndSwapChain
Hook function that replaces the D3D11CreateDeviceAndSwapChain() API
ga/server/event-driven/hook-function.cpp:550
Functionhook_D3D9CreateDevice
Hook function that replaces the IDirect3D9::CreateDevice() API
ga/server/event-driven/hook-function.cpp:296
Functionhook_D3D9DevicePresent
Hook function that replaces the IDirect3dDevice9::Present() API
ga/server/event-driven/hook-function.cpp:407
Functionhook_D3D9GetSwapChain
Hook function that replaces the IDirect3dDevice9::GetSwapChain() API
ga/server/event-driven/hook-function.cpp:337
Functionhook_D3D9SwapChainPresent
Hook function that replaces the IDirect3dSwapChain9::Present() API
ga/server/event-driven/hook-function.cpp:366
Functionhook_DXGICreateSwapChain
Hook function that replaces the IDXGIFactory::CreateSwapChain() API
ga/server/event-driven/hook-function.cpp:481
Functionhook_DXGISwapChainPresent
Hook function that replaces the IDXGISwapChain::Present() API
ga/server/event-driven/hook-function.cpp:597
Functionhook_GetBuffer
ga/server/event-driven/ga-hook-coreaudio.cpp:219
Functionhook_GetMixFormat
ga/server/event-driven/ga-hook-coreaudio.cpp:165
Functionhook_GetRawInputData
Hook function that replaces the GetRawInputData API
ga/server/event-driven/hook-function.cpp:958
Functionhook_ReleaseBuffer
ga/server/event-driven/ga-hook-coreaudio.cpp:187
Functionhook_SDL_UpperBlit
ga/server/event-driven/ga-hook.cpp:87
Functionhook_SDL_audio_callback
ga/server/event-driven/ga-hook-sdlaudio.cpp:113
Functionhook_SDL_audio_callback
ga/server/event-posix/ga-hook-sdlaudio.cpp:113
Functionhook_dlopen
ga/server/event-posix/ga-hook-lib.cpp:102
Functionhook_dlsym
ga/server/event-posix/ga-hook-lib.cpp:108
MethodinitAudio
(String mime, int sampleRate, int channelCount, boolean builtinDecoder)
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:434
← previousnext →1,001–1,100 of 1,365, ranked by callers