HomeSort by relevance Sort by last modified time
    Searched full:deactivate (Results 1 - 25 of 237) sorted by null

1 2 3 4 5 6 7 8 910

  /frameworks/base/media/mca/filterfw/java/android/filterfw/
MffEnvironment.java 94 * Deactivate the GL environment from use in the current thread. A GL environment must have been
101 mContext.getGLEnvironment().deactivate();
103 throw new NullPointerException("No GLEnvironment in place to deactivate!");
  /external/libnfc-nci/src/nfa/dm/
nfa_dm_discover.c 768 if (p_data->deactivate.is_ntf)
886 ** Description Send deactivate command to NFCC, if needed.
888 ** Returns NFC_STATUS_OK - deactivate cmd is sent
891 ** to send deactivate cmd
901 /* if deactivate CMD was not sent to NFCC */
    [all...]
nfa_dm_act.c 488 /* not waiting to deactivate, clear the flag now */
722 ** Description Process deactivate command
734 if ( (p_data->deactivate.sleep_mode == FALSE) /* Always allow deactivate to IDLE */
735 ||( (nfa_dm_cb.disc_cb.activated_protocol != NFA_PROTOCOL_T1T) /* Do not allow deactivate to SLEEP for T1T,NFCDEP, ISO15693 */
743 /* NFA P2P will deactivate NFC link after deactivating LLCP link */
750 if (p_data->deactivate.sleep_mode)
754 /* Deactivate to sleep mode not allowed in this state. */
764 /* Only deactivate to IDLE is allowed in this state. */
    [all...]
  /frameworks/base/core/java/android/database/
BulkCursorToCursorAdaptor.java 102 public void deactivate() { method in class:BulkCursorToCursorAdaptor
105 super.deactivate();
109 mBulkCursor.deactivate();
147 deactivate(); method
152 deactivate(); method
DataSetObserver.java 35 * most likely through a call to {@link Cursor#deactivate()} or {@link Cursor#close()} on a
CursorWrapper.java 60 public void deactivate() { method in class:CursorWrapper
61 mCursor.deactivate();
IBulkCursor.java 46 public void deactivate() throws RemoteException; method in interface:IBulkCursor
MergeCursor.java 159 public void deactivate() method in class:MergeCursor
164 mCursors[i].deactivate(); method
167 super.deactivate();
BulkCursorNative.java 77 deactivate(); method
192 public void deactivate() throws RemoteException method in class:BulkCursorProxy
CursorToBulkCursorAdaptor.java 203 public void deactivate() { method in class:CursorToBulkCursorAdaptor
207 mCursor.deactivate();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditor.java 66 * {@link #setBounds(Rectangle)} and {@link #deactivate(boolean)} invocation. Some editors
84 * If any exception happened during activation, editor still should be able to deactivate
90 public void deactivate(PropertyTable propertyTable, Property property, boolean save) { method in class:PropertyEditor
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FilterFunction.java 88 // Deactivate GL environment if activated
90 glEnv.deactivate();
GraphRunner.java 74 * Helper function for subclasses to deactivate the GL environment after running.
79 glEnv.deactivate();
GLEnvironment.java 90 public void deactivate() { method in class:GLEnvironment
92 throw new RuntimeException("Could not deactivate GLEnvironment!");
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImageList.java 17 public void deactivate() { method in class:MockImageList
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteCursorTest.java 102 cursor.deactivate();
104 // deactivate() will close the CursorWindow
113 cursor.deactivate();
114 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
138 cursor.deactivate();
  /external/libnfc-nxp/src/
phFriNfc_LlcpMac.c 136 if(LlcpMac->LlcpMacInterface.deactivate == NULL)
142 status = LlcpMac->LlcpMacInterface.deactivate(LlcpMac);
phFriNfc_LlcpMac.h 61 * - Deactivate the LLCP link
156 pphFriNfcLlpcMac_Deactivate_t deactivate; member in struct:phFriNfc_LlcpMac_Interface
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCursorWrapper.java 149 public void deactivate() { method in class:ShadowCursorWrapper
150 wrappedCursor.deactivate();
  /external/libnfc-nci/src/nfa/int/
nfa_dm_int.h 219 tNFA_DM_API_DEACTIVATE deactivate; /* NFA_DM_API_DEACTIVATE_EVT */ member in union:__anon10381
248 NFA_DM_RF_DEACTIVATE_CMD, /* deactivate RF interface */
249 NFA_DM_RF_DEACTIVATE_RSP, /* deactivate response from NFCC */
250 NFA_DM_RF_DEACTIVATE_NTF, /* deactivate RF interface NTF from NFCC */
361 ** possible delay to send deactivate CMD if all credit wasn't returned
459 BOOLEAN presence_check_deact_pending; /* TRUE if deactivate while checking presence */
460 tNFA_DEACTIVATE_TYPE presence_check_deact_type; /* deactivate type */
  /frameworks/base/core/java/android/widget/
CursorTreeAdapter.java 123 * will handle this for you. In some situations, the adapter will deactivate
290 mChildrenCursorHelpers.valueAt(pos).deactivate();
305 * @param releaseCursors Whether to release and deactivate any cached
337 cursorHelper.deactivate();
456 deactivate(); method
473 void deactivate() { method in class:CursorTreeAdapter.MyCursorHelper
  /cts/tests/tests/database/src/android/database/cts/
MergeCursorTest.java 238 mergeCursor.deactivate();
247 mergeCursor.deactivate();
248 // deactivate method can invoke invalidate() method, can be observed by DataSetObserver.
271 mergeCursor.deactivate();
  /development/samples/training/TabCompat/src/com/example/android/tabcompat/lib/
TabHelperHoneycomb.java 50 // from a previously saved state. If so, deactivate it, because our
  /external/webkit/Tools/QueueStatusServer/model/
activeworkitems_unittest.py 45 self.testbed.deactivate()
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcTesterDeactivateAll.java 54 log("Send DEACTIVATE to all Dcc's");

Completed in 1861 milliseconds

1 2 3 4 5 6 7 8 910