/frameworks/base/core/java/android/app/admin/ |
D | DeviceAdminReceiver.java | 181 public DevicePolicyManager getManager(Context context) { in getManager() 195 public ComponentName getWho(Context context) { in getWho() 210 public void onEnabled(Context context, Intent intent) { in onEnabled() 224 public CharSequence onDisableRequested(Context context, Intent intent) { in onDisableRequested() 236 public void onDisabled(Context context, Intent intent) { in onDisabled() 248 public void onPasswordChanged(Context context, Intent intent) { in onPasswordChanged() 259 public void onPasswordFailed(Context context, Intent intent) { in onPasswordFailed() 270 public void onPasswordSucceeded(Context context, Intent intent) { in onPasswordSucceeded() 291 public void onPasswordExpiring(Context context, Intent intent) { in onPasswordExpiring() 300 public void onReceive(Context context, Intent intent) { in onReceive()
|
/frameworks/base/core/java/com/android/internal/view/ |
D | RotationPolicy.java | 48 public static boolean isRotationLockToggleSupported(Context context) { in isRotationLockToggleSupported() 55 public static boolean isRotationLockToggleVisible(Context context) { in isRotationLockToggleVisible() 64 public static boolean isRotationLocked(Context context) { in isRotationLocked() 74 public static void setRotationLock(Context context, final boolean enabled) { in setRotationLock() 102 public static void setRotationLockForAccessibility(Context context, final boolean enabled) { in setRotationLockForAccessibility() 127 public static void registerRotationPolicyListener(Context context, in registerRotationPolicyListener() 140 public static void unregisterRotationPolicyListener(Context context, in unregisterRotationPolicyListener()
|
/frameworks/av/libvideoeditor/osal/src/ |
D | M4OSA_Thread.c | 41 void* M4OSA_threadSyncForEverDo(void *context) in M4OSA_threadSyncForEverDo() 121 M4OSA_ERR M4OSA_threadSyncOpen(M4OSA_Context* context, in M4OSA_threadSyncOpen() 206 M4OSA_ERR M4OSA_threadSyncStart(M4OSA_Context context, in M4OSA_threadSyncStart() 338 M4OSA_ERR M4OSA_threadSyncStop(M4OSA_Context context) in M4OSA_threadSyncStop() 393 M4OSA_ERR M4OSA_threadSyncClose(M4OSA_Context context) in M4OSA_threadSyncClose() 467 M4OSA_ERR M4OSA_threadSyncGetState(M4OSA_Context context, in M4OSA_threadSyncGetState() 517 M4OSA_ERR M4OSA_SetThreadSyncPriority(M4OSA_Context context, in M4OSA_SetThreadSyncPriority() 544 M4OSA_ERR M4OSA_SetThreadSyncName(M4OSA_Context context, in M4OSA_SetThreadSyncName() 585 M4OSA_ERR M4OSA_SetThreadSyncStackSize(M4OSA_Context context, in M4OSA_SetThreadSyncStackSize() 620 M4OSA_ERR M4OSA_threadSyncSetOption(M4OSA_Context context, in M4OSA_threadSyncSetOption() [all …]
|
D | M4OSA_Semaphore.c | 66 M4OSA_ERR M4OSA_semaphoreOpen(M4OSA_Context* context, in M4OSA_semaphoreOpen() 129 M4OSA_ERR M4OSA_semaphoreWait(M4OSA_Context context, M4OSA_Int32 timeout) in M4OSA_semaphoreWait() 210 M4OSA_ERR M4OSA_semaphorePost(M4OSA_Context context) in M4OSA_semaphorePost() 245 M4OSA_ERR M4OSA_semaphoreClose(M4OSA_Context context) in M4OSA_semaphoreClose()
|
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/ |
D | BordeauxManagerService.java | 53 static private synchronized void bindServices(Context context) { in bindServices() 62 static public synchronized void release(Context context) { in release() 70 static public synchronized IBordeauxService getService(Context context) { in getService() 76 getRanker(Context context, String name) { in getRanker() 92 getClassifier(Context context, String name) { in getClassifier()
|
/frameworks/base/core/java/android/appwidget/ |
D | AppWidgetProvider.java | 57 public void onReceive(Context context, Intent intent) { in onReceive() 113 public void onUpdate(Context context, AppWidgetManager appWidgetManager, int[] appWidgetIds) { in onUpdate() 131 public void onAppWidgetOptionsChanged(Context context, AppWidgetManager appWidgetManager, in onAppWidgetOptionsChanged() 148 public void onDeleted(Context context, int[] appWidgetIds) { in onDeleted() 167 public void onEnabled(Context context) { in onEnabled() 182 public void onDisabled(Context context) { in onDisabled()
|
/frameworks/av/libvideoeditor/vss/src/ |
D | M4PCMR_CoreReader.c | 66 M4PCMR_Context *context; in M4PCMR_openRead() local 186 M4OSA_ERR M4PCMR_getNextStream(M4OSA_Context context, M4SYS_StreamDescription* pStreamDesc) in M4PCMR_getNextStream() 295 M4OSA_ERR M4PCMR_startReading(M4OSA_Context context, M4SYS_StreamID* pStreamIDs) in M4PCMR_startReading() 351 M4OSA_ERR M4PCMR_nextAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) in M4PCMR_nextAU() 433 M4OSA_ERR M4PCMR_freeAU(M4OSA_Context context, M4SYS_StreamID streamID, M4SYS_AccessUnit* pAU) in M4PCMR_freeAU() 482 M4OSA_ERR M4PCMR_seek(M4OSA_Context context, M4SYS_StreamID* pStreamID, M4OSA_Time time, in M4PCMR_seek() 558 M4OSA_ERR M4PCMR_closeRead(M4OSA_Context context) in M4PCMR_closeRead() 622 M4OSA_ERR M4PCMR_getOption(M4OSA_Context context, M4PCMR_OptionID optionID, in M4PCMR_getOption() 672 M4OSA_ERR M4PCMR_setOption(M4OSA_Context context, M4PCMR_OptionID optionID, M4OSA_DataOption Value) in M4PCMR_setOption()
|
D | M4READER_Pcm.c | 94 M4OSA_ERR M4READER_PCM_destroy(M4OSA_Context context) in M4READER_PCM_destroy() 116 M4OSA_ERR M4READER_PCM_open(M4OSA_Context context, M4OSA_Void* pFileDescriptor) in M4READER_PCM_open() 143 M4OSA_ERR M4READER_PCM_close(M4OSA_Context context) in M4READER_PCM_close() 197 M4OSA_ERR M4READER_PCM_setOption(M4OSA_Context context, M4OSA_OptionID optionId, void* pValue) in M4READER_PCM_setOption() 239 M4OSA_ERR M4READER_PCM_getOption(M4OSA_Context context, M4OSA_OptionID optionId, void* pValue) in M4READER_PCM_getOption() 302 M4OSA_ERR M4READER_PCM_getNextStream(M4OSA_Context context, M4READER_MediaFamily *pMediaFamily, in M4READER_PCM_getNextStream() 413 M4OSA_ERR M4READER_PCM_fillAuStruct(M4OSA_Context context, M4_StreamHandler *pStreamHandler, in M4READER_PCM_fillAuStruct() 464 M4OSA_ERR M4READER_PCM_reset(M4OSA_Context context, M4_StreamHandler *pStreamHandler) in M4READER_PCM_reset() 528 M4OSA_ERR M4READER_PCM_getNextAu(M4OSA_Context context, M4_StreamHandler *pStreamHandler, in M4READER_PCM_getNextAu() 601 M4OSA_ERR M4READER_PCM_jump(M4OSA_Context context, M4_StreamHandler *pStreamHandler, in M4READER_PCM_jump()
|
D | M4READER_Amr.c | 102 M4OSA_ERR M4READER_AMR_destroy(M4OSA_Context context) in M4READER_AMR_destroy() 136 M4OSA_ERR M4READER_AMR_open(M4OSA_Context context, M4OSA_Void* pFileDescriptor) in M4READER_AMR_open() 164 M4OSA_ERR M4READER_AMR_close(M4OSA_Context context) in M4READER_AMR_close() 244 M4OSA_ERR M4READER_AMR_getNextStream(M4OSA_Context context, M4READER_MediaFamily *pMediaFamily, in M4READER_AMR_getNextStream() 345 M4OSA_ERR M4READER_AMR_fillAuStruct(M4OSA_Context context, M4_StreamHandler *pStreamHandler, in M4READER_AMR_fillAuStruct() 407 M4OSA_ERR M4READER_AMR_getOption(M4OSA_Context context, M4OSA_OptionID optionId, in M4READER_AMR_getOption() 474 M4OSA_ERR M4READER_AMR_setOption(M4OSA_Context context, M4OSA_OptionID optionId, in M4READER_AMR_setOption() 517 M4OSA_ERR M4READER_AMR_reset(M4OSA_Context context, M4_StreamHandler *pStreamHandler) in M4READER_AMR_reset() 587 M4OSA_ERR M4READER_AMR_jump(M4OSA_Context context, M4_StreamHandler *pStreamHandler, in M4READER_AMR_jump() 661 M4OSA_ERR M4READER_AMR_getNextAu(M4OSA_Context context, M4_StreamHandler *pStreamHandler, in M4READER_AMR_getNextAu()
|
/frameworks/base/core/java/com/google/android/mms/util/ |
D | SqliteWrapper.java | 41 private static boolean isLowMemory(Context context) { in isLowMemory() 59 public static void checkSQLiteException(Context context, SQLiteException e) { in checkSQLiteException() 68 public static Cursor query(Context context, ContentResolver resolver, Uri uri, in query() 79 public static boolean requery(Context context, Cursor cursor) { in requery() 88 public static int update(Context context, ContentResolver resolver, Uri uri, in update() 99 public static int delete(Context context, ContentResolver resolver, Uri uri, in delete() 110 public static Uri insert(Context context, ContentResolver resolver, in insert()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/imageproc/ |
D | SimpleImageFilter.java | 69 public void process(FilterContext context) { in process() 78 updateProgramWithTarget(inputFormat.getTarget(), context); in process() local 90 protected void updateProgramWithTarget(int target, FilterContext context) { in updateProgramWithTarget() 113 protected abstract Program getNativeProgram(FilterContext context); in getNativeProgram() 115 protected abstract Program getShaderProgram(FilterContext context); in getShaderProgram()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IPolicy.java | 32 public Window makeNewWindow(Context context); in makeNewWindow() 34 public LayoutInflater makeNewLayoutInflater(Context context); in makeNewLayoutInflater() 38 public FallbackEventHandler makeNewFallbackEventHandler(Context context); in makeNewFallbackEventHandler()
|
D | PolicyManager.java | 58 public static Window makeNewWindow(Context context) { in makeNewWindow() 62 public static LayoutInflater makeNewLayoutInflater(Context context) { in makeNewLayoutInflater() 70 public static FallbackEventHandler makeNewFallbackEventHandler(Context context) { in makeNewFallbackEventHandler()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/internal/policy/ |
D | PolicyManager.java | 38 public static Window makeNewWindow(Context context) { in makeNewWindow() 45 public static LayoutInflater makeNewLayoutInflater(Context context) { in makeNewLayoutInflater() 56 public static FallbackEventHandler makeNewFallbackEventHandler(Context context) { in makeNewFallbackEventHandler()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/ |
D | SurfaceTextureTarget.java | 142 public void prepare(FilterContext context) { in prepare() 163 public synchronized void open(FilterContext context) { in open() 185 public synchronized void close(FilterContext context) { in close() 195 public synchronized void disconnect(FilterContext context) { in disconnect() 214 public synchronized void process(FilterContext context) { in process() 264 public void fieldPortValueUpdated(String name, FilterContext context) { in fieldPortValueUpdated() 270 public void tearDown(FilterContext context) { in tearDown()
|
D | SurfaceTextureSource.java | 165 protected void prepare(FilterContext context) { in prepare() 180 public void open(FilterContext context) { in open() 192 public void process(FilterContext context) { in process() 237 public void close(FilterContext context) { in close() 245 public void tearDown(FilterContext context) { in tearDown() 252 public void fieldPortValueUpdated(String name, FilterContext context) { in fieldPortValueUpdated()
|
/frameworks/base/core/java/android/database/sqlite/ |
D | SqliteWrapper.java | 47 public static void checkSQLiteException(Context context, SQLiteException e) { in checkSQLiteException() 56 public static Cursor query(Context context, ContentResolver resolver, Uri uri, in query() 67 public static boolean requery(Context context, Cursor cursor) { in requery() 76 public static int update(Context context, ContentResolver resolver, Uri uri, in update() 87 public static int delete(Context context, ContentResolver resolver, Uri uri, in delete() 98 public static Uri insert(Context context, ContentResolver resolver, in insert()
|
/frameworks/base/policy/src/com/android/internal/policy/impl/ |
D | Policy.java | 62 public Window makeNewWindow(Context context) { in makeNewWindow() 66 public LayoutInflater makeNewLayoutInflater(Context context) { in makeNewLayoutInflater() 74 public FallbackEventHandler makeNewFallbackEventHandler(Context context) { in makeNewFallbackEventHandler()
|
/frameworks/base/core/java/android/widget/ |
D | ResourceCursorAdapter.java | 51 public ResourceCursorAdapter(Context context, int layout, Cursor c) { in ResourceCursorAdapter() 73 public ResourceCursorAdapter(Context context, int layout, Cursor c, boolean autoRequery) { in ResourceCursorAdapter() 90 public ResourceCursorAdapter(Context context, int layout, Cursor c, int flags) { in ResourceCursorAdapter() 103 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() 108 public View newDropDownView(Context context, Cursor cursor, ViewGroup parent) { in newDropDownView()
|
D | ResourceCursorTreeAdapter.java | 51 public ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, in ResourceCursorTreeAdapter() 76 public ResourceCursorTreeAdapter(Context context, Cursor cursor, int collapsedGroupLayout, in ResourceCursorTreeAdapter() 92 public ResourceCursorTreeAdapter(Context context, Cursor cursor, int groupLayout, in ResourceCursorTreeAdapter() 98 public View newChildView(Context context, Cursor cursor, boolean isLastChild, in newChildView() 104 public View newGroupView(Context context, Cursor cursor, boolean isExpanded, ViewGroup parent) { in newGroupView()
|
/frameworks/support/v4/java/android/support/v4/widget/ |
D | ResourceCursorAdapter.java | 53 public ResourceCursorAdapter(Context context, int layout, Cursor c) { in ResourceCursorAdapter() 75 public ResourceCursorAdapter(Context context, int layout, Cursor c, boolean autoRequery) { in ResourceCursorAdapter() 92 public ResourceCursorAdapter(Context context, int layout, Cursor c, int flags) { in ResourceCursorAdapter() 105 public View newView(Context context, Cursor cursor, ViewGroup parent) { in newView() 110 public View newDropDownView(Context context, Cursor cursor, ViewGroup parent) { in newDropDownView()
|
/frameworks/base/core/java/android/inputmethodservice/ |
D | ExtractButton.java | 27 public ExtractButton(Context context) { in ExtractButton() 31 public ExtractButton(Context context, AttributeSet attrs) { in ExtractButton() 35 public ExtractButton(Context context, AttributeSet attrs, int defStyle) { in ExtractButton()
|
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/ |
D | SurfaceTargetFilter.java | 123 public void prepare(FilterContext context) { in prepare() 146 public void open(FilterContext context) { in open() 151 public void process(FilterContext context) { in process() 192 public void fieldPortValueUpdated(String name, FilterContext context) { in fieldPortValueUpdated() 198 public void close(FilterContext context) { in close() 203 public void tearDown(FilterContext context) { in tearDown()
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
D | SurfaceView.java | 36 public SurfaceView(Context context) { in SurfaceView() 40 public SurfaceView(Context context, AttributeSet attrs) { in SurfaceView() 44 public SurfaceView(Context context, AttributeSet attrs, int defStyle) { in SurfaceView()
|
/frameworks/base/services/java/com/android/server/ |
D | AttributeCache.java | 44 public final Context context; field in AttributeCache.Package 54 public final Context context; field in AttributeCache.Entry 63 public static void init(Context context) { in init() 73 public AttributeCache(Context context) { in AttributeCache() 111 Context context; in get() local
|