tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

OmxFunctionList.h (450B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2 * License, v. 2.0. If a copy of the MPL was not distributed with this
      3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 OMX_FUNC(OMX_Init)
      6 OMX_FUNC(OMX_Deinit)
      7 OMX_FUNC(OMX_GetHandle)
      8 OMX_FUNC(OMX_FreeHandle)
      9 OMX_FUNC(OMX_ComponentNameEnum)
     10 OMX_FUNC(OMX_GetComponentsOfRole)
     11 OMX_FUNC(OMX_GetRolesOfComponent)
     12 OMX_FUNC(OMX_SetupTunnel)
     13 OMX_FUNC(OMX_GetContentPipe)