Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chunying/gaminganywhere
/ functions
Functions
1,365 in github.com/chunying/gaminganywhere
⨍
Functions
1,365
◇
Types & classes
503
Function
ga_avcodec_close
ga/android/jni/src/ga-avcodec.cpp:250
Function
ga_avcodec_find_encoder
ga/core/ga-avcodec.cpp:122
Function
ga_avcodec_find_encoder
ga/android/jni/src/ga-avcodec.cpp:122
Function
ga_avcodec_vencoder_init
ga/android/jni/src/ga-avcodec.cpp:152
Function
ga_avformat_new_stream
ga/android/jni/src/ga-avcodec.cpp:102
Function
ga_backtrace
* Show the backtrace of current process * This function is only for debug purpose. */
ga/core/ga-common.cpp:886
Function
ga_backtrace
* Show the backtrace of current process * This function is only for debug purpose. */
ga/android/jni/src/ga-common.cpp:886
Function
ga_closelog
* Disable log feature */
ga/core/ga-common.cpp:366
Function
ga_closelog
* Disable log feature */
ga/android/jni/src/ga-common.cpp:366
Function
ga_conf_clear
* Clear all loaded configuration. */
ga/core/ga-conf.cpp:281
Function
ga_conf_clear
* Clear all loaded configuration. */
ga/android/jni/src/ga-conf.cpp:281
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_conf_reset
* Reset the global runtime configuration iteration pointer. * * This function is used to enumerate all runtime configurations. */
ga/core/ga-conf.cpp:768
Function
ga_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
Function
ga_crop_window
ga/android/jni/src/ga-common.cpp:680
Function
ga_deinit
* Deinitialize GamingAnywhere: currently do nothing */
ga/android/jni/src/ga-common.cpp:337
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_format_init
ga/core/ga-avcodec.cpp:46
Function
ga_format_init
ga/android/jni/src/ga-avcodec.cpp:46
Function
ga_hook_function
ga/server/event-posix/ga-hook-common.cpp:519
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_rtp_init
ga/core/ga-avcodec.cpp:75
Function
ga_rtp_init
ga/android/jni/src/ga-avcodec.cpp:75
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_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
Function
ga_server
ga/server/event-driven/ga-hook-common.cpp:296
Function
ga_server
ga/server/event-posix/ga-hook-common.cpp:296
Function
ga_swscale_init
ga/android/jni/src/ga-avcodec.cpp:33
Function
ga_unload_module
* Unload a module. * * @param m [in] Pointer to a loaded module. */
ga/core/ga-module.cpp:93
Function
ga_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
Function
ga_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
Function
ga_xwin_imageinfo
ga/module/vsource-desktop/ga-xwin.cpp:133
Method
getDescription
()
ga/android/src/org/gaminganywhere/gaclient/util/GAControllerPadABXY.java:48
Method
getDescription
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:67
Method
getDropDownView
(int position, View convertView, ViewGroup parent)
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:86
Method
getHandler
()
ga/android/src/org/gaminganywhere/gaclient/PlayerActivity.java:101
Method
getName
()
ga/android/src/org/gaminganywhere/gaclient/util/GAController.java:63
Method
getView
(int position, View convertView, ViewGroup parent)
ga/android/src/org/gaminganywhere/gaclient/MainActivity.java:93
Function
get_module_base_address
--------------------------------------------------------------------------------------------------
ga/server/event-posix/elf_hook.c:337
Method
get_privdata
ga/core/deprecated/pipeline.cpp:264
Method
get_privdata_size
ga/core/deprecated/pipeline.cpp:269
Function
glFlush
POSIX interfaces */
ga/server/event-posix/ga-hook-gl.cpp:190
Function
gl_hook_loaded
ga/server/event-posix/ga-hook-gl.cpp:195
Method
handleMessage
(Message msg)
ga/android/src/org/gaminganywhere/gaclient/PlayerActivity.java:247
Function
hook_CreateDXGIFactory
Hook function that replaces the CreateDXGIFactory() API
ga/server/event-driven/hook-function.cpp:465
Function
hook_D3D10CreateDeviceAndSwapChain
Hook function that replaces the D3D10CreateDeviceAndSwapChain() API
ga/server/event-driven/hook-function.cpp:500
Function
hook_D3D10CreateDeviceAndSwapChain1
Hook function that replaces the D3D10CreateDeviceAndSwapChain1() API
ga/server/event-driven/hook-function.cpp:525
Function
hook_D3D11CreateDeviceAndSwapChain
Hook function that replaces the D3D11CreateDeviceAndSwapChain() API
ga/server/event-driven/hook-function.cpp:550
Function
hook_D3D9CreateDevice
Hook function that replaces the IDirect3D9::CreateDevice() API
ga/server/event-driven/hook-function.cpp:296
Function
hook_D3D9DevicePresent
Hook function that replaces the IDirect3dDevice9::Present() API
ga/server/event-driven/hook-function.cpp:407
Function
hook_D3D9GetSwapChain
Hook function that replaces the IDirect3dDevice9::GetSwapChain() API
ga/server/event-driven/hook-function.cpp:337
Function
hook_D3D9SwapChainPresent
Hook function that replaces the IDirect3dSwapChain9::Present() API
ga/server/event-driven/hook-function.cpp:366
Function
hook_DXGICreateSwapChain
Hook function that replaces the IDXGIFactory::CreateSwapChain() API
ga/server/event-driven/hook-function.cpp:481
Function
hook_DXGISwapChainPresent
Hook function that replaces the IDXGISwapChain::Present() API
ga/server/event-driven/hook-function.cpp:597
Function
hook_GetBuffer
ga/server/event-driven/ga-hook-coreaudio.cpp:219
Function
hook_GetMixFormat
ga/server/event-driven/ga-hook-coreaudio.cpp:165
Function
hook_GetRawInputData
Hook function that replaces the GetRawInputData API
ga/server/event-driven/hook-function.cpp:958
Function
hook_ReleaseBuffer
ga/server/event-driven/ga-hook-coreaudio.cpp:187
Function
hook_SDL_UpperBlit
ga/server/event-driven/ga-hook.cpp:87
Function
hook_SDL_audio_callback
ga/server/event-driven/ga-hook-sdlaudio.cpp:113
Function
hook_SDL_audio_callback
ga/server/event-posix/ga-hook-sdlaudio.cpp:113
Function
hook_dlopen
ga/server/event-posix/ga-hook-lib.cpp:102
Function
hook_dlsym
ga/server/event-posix/ga-hook-lib.cpp:108
Method
initAudio
(String mime, int sampleRate, int channelCount, boolean builtinDecoder)
ga/android/src/org/gaminganywhere/gaclient/GAClient.java:434
← previous
next →
1,001–1,100 of 1,365, ranked by callers