![]() |
![]() |
|
IPC API
3.00.03.28
|
Multi-Media Service Manager.

Go to the source code of this file.
Macros | |
| #define | MmServiceMgr_S_SUCCESS (0) |
| Operation is successful. | |
| #define | MmServiceMgr_E_FAIL (-1) |
| Operation failed. | |
Typedefs | |
| typedef Void(* | MmServiceMgr_DelFxn )(Void) |
Functions | |
| Int | MmServiceMgr_init (Void) |
| Initialize the MmServiceMgr module. | |
| Void | MmServiceMgr_exit (Void) |
| Finalize the MmServiceMgr module. | |
| Int | MmServiceMgr_register (const String name, RcmServer_Params *params, MmType_FxnSigTab *fxnSigTab, MmServiceMgr_DelFxn delFxn) |
| Register a new service. | |
| #define MmServiceMgr_S_SUCCESS (0) |
Operation is successful.
| #define MmServiceMgr_E_FAIL (-1) |
Operation failed.
| typedef Void(* MmServiceMgr_DelFxn)(Void) |
| Int MmServiceMgr_init | ( | Void | ) |
Initialize the MmServiceMgr module.
| Void MmServiceMgr_exit | ( | Void | ) |
Finalize the MmServiceMgr module.
| Int MmServiceMgr_register | ( | const String | name, |
| RcmServer_Params * | params, | ||
| MmType_FxnSigTab * | fxnSigTab, | ||
| MmServiceMgr_DelFxn | delFxn | ||
| ) |
Register a new service.