Searched refs:pms (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libeffects/lvm/lib/Common/src/
H A DInstAlloc.c22 * Input : pms - Pointer to the INST_ALLOC instance
29 void InstAlloc_Init( INST_ALLOC *pms, argument
32 pms->TotalSize = 3;
33 pms->pNextMember = (LVM_UINT32)(((LVM_UINT32)StartAddr + 3) & 0xFFFFFFFC);/* This code will fail if the platform address space is more than 32-bits*/
39 * Input : pms - Pointer to the INST_ALLOC instance
48 void* InstAlloc_AddMember( INST_ALLOC *pms, argument
52 NewMemberAddress = (void*)pms->pNextMember;
56 pms->TotalSize += Size;
57 pms->pNextMember += Size;
65 * Input : pms
71 InstAlloc_GetTotal( INST_ALLOC *pms) argument
84 InstAlloc_InitAll( INST_ALLOC *pms, LVM_MemoryTable_st *pMemoryTable) argument
123 InstAlloc_InitAll_NULL( INST_ALLOC *pms) argument
141 InstAlloc_AddMemberAll( INST_ALLOC *pms, LVM_UINT32 Size[], LVM_MemoryTable_st *pMemoryTable) argument
176 InstAlloc_AddMemberAllRet( INST_ALLOC *pms, LVM_UINT32 Size[], void **ptr) argument
[all...]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
H A DInstAlloc.h42 * Input : pms - Pointer to the INST_ALLOC instance
49 void InstAlloc_Init( INST_ALLOC *pms, void *StartAddr );
54 * Input : pms - Pointer to the INST_ALLOC instance
63 void* InstAlloc_AddMember( INST_ALLOC *pms, LVM_UINT32 Size );
67 * Input : pms - Pointer to the INST_ALLOC instance
73 LVM_UINT32 InstAlloc_GetTotal( INST_ALLOC *pms);
75 void* InstAlloc_AddMemberAllRet( INST_ALLOC *pms,
79 void* InstAlloc_AddMemberAll( INST_ALLOC *pms,
83 void InstAlloc_InitAll( INST_ALLOC *pms,
86 void InstAlloc_InitAll_NULL( INST_ALLOC *pms);
[all...]
/frameworks/base/services/java/com/android/server/
H A DWatchdog.java307 PowerManagerService pms = (PowerManagerService) ServiceManager.getService("power");
308 pms.reboot(false, reason, false);

Completed in 408 milliseconds