OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pms
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libeffects/lvm/lib/Common/src/
InstAlloc.c
22
* Input :
pms
- Pointer to the INST_ALLOC instance
29
void InstAlloc_Init( INST_ALLOC *
pms
,
32
pms
->TotalSize = 3;
33
pms
->pNextMember = (((uintptr_t)StartAddr + 3) & (uintptr_t)~3);
39
* Input :
pms
- Pointer to the INST_ALLOC instance
48
void* InstAlloc_AddMember( INST_ALLOC *
pms
,
52
NewMemberAddress = (void*)
pms
->pNextMember;
56
pms
->TotalSize += Size;
57
pms
->pNextMember += Size;
65
* Input :
pms
- Pointer to the INST_ALLOC instanc
[
all
...]
/frameworks/av/media/libeffects/lvm/lib/Common/lib/
InstAlloc.h
42
* 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
...]
/external/boringssl/src/ssl/
s3_clnt.c
1628
uint8_t *
pms
= NULL;
local
[
all
...]
/frameworks/base/services/core/java/com/android/server/
Watchdog.java
303
IPowerManager
pms
= (IPowerManager)ServiceManager.getService(Context.POWER_SERVICE);
local
305
pms
.reboot(false, reason, false);
/external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar
Completed in 38 milliseconds