Searched refs:isCreated (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DIRemoteViewsFactory.aidl33 boolean isCreated();
/frameworks/base/core/java/android/widget/
H A DRemoteViewsService.java133 public RemoteViewsFactoryAdapter(RemoteViewsFactory factory, boolean isCreated) { argument
135 mIsCreated = isCreated;
137 public synchronized boolean isCreated() { method in class:RemoteViewsService.RemoteViewsFactoryAdapter
239 boolean isCreated = false;
244 isCreated = false;
247 isCreated = true;
249 return new RemoteViewsFactoryAdapter(factory, isCreated);
H A DRemoteViewsAdapter.java190 if (!factory.isCreated()) {
/frameworks/av/drm/libdrmframework/plugins/common/util/include/
H A DSessionMap.h117 bool isCreated(int key) { function in class:android::SessionMap
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/src/
H A DFwdLockEngine.cpp384 if (!convertSessionMap.isCreated(convertId)) {
405 if (NULL != inputData && convertSessionMap.isCreated(convertId)) {
442 if (convertSessionMap.isCreated(convertId)) {
485 (!decodeSessionMap.isCreated(decryptHandle->decryptId))) {
559 if (NULL != decryptHandle && decodeSessionMap.isCreated(decryptHandle->decryptId)) {
623 decodeSessionMap.isCreated(decryptHandle->decryptId) &&
650 if (NULL != decryptHandle && decodeSessionMap.isCreated(decryptHandle->decryptId)) {
/frameworks/av/libvideoeditor/vss/inc/
H A DM4xVSS_Internal.h195 M4OSA_Bool isCreated; /**< This boolean is used to know if member in struct:__anon272
339 M4OSA_Bool isCreated; member in struct:__anon279
/frameworks/av/libvideoeditor/vss/src/
H A DM4xVSS_API.c2069 pParams->isCreated = M4OSA_FALSE;
2914 pParams->isCreated = M4OSA_FALSE;
4365 pParams->isCreated = M4OSA_FALSE;
4406 pParams_temp->isCreated = M4OSA_TRUE;
5705 if( xVSS_context->pPTo3GPPcurrentParams->isCreated
5753 xVSS_context->pPTo3GPPcurrentParams->isCreated =
5815 if( xVSS_context->pMCScurrentParams->isCreated == M4OSA_FALSE )
5878 xVSS_context->pMCScurrentParams->isCreated =

Completed in 2444 milliseconds