/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 | 790 if (p_data->deactivate.is_ntf) 793 if ((p_data->deactivate.type == NFC_DEACTIVATE_TYPE_IDLE) || (p_data->deactivate.type == NFC_DEACTIVATE_TYPE_DISCOVERY)) 915 ** Description Send deactivate command to NFCC, if needed. 917 ** Returns NFC_STATUS_OK - deactivate cmd is sent 920 ** to send deactivate cmd 930 /* if deactivate CMD was not sent to NFCC */ [all...] |
nfa_dm_act.c | 503 /* not waiting to deactivate, clear the flag now */ 740 ** Description Process deactivate command 752 if ( (p_data->deactivate.sleep_mode == FALSE) /* Always allow deactivate to IDLE */ 753 ||( (nfa_dm_cb.disc_cb.activated_protocol != NFA_PROTOCOL_T1T) /* Do not allow deactivate to SLEEP for T1T,NFCDEP, ISO15693 */ 759 if (p_data->deactivate.sleep_mode) 763 /* Deactivate to sleep mode not allowed in this state. */ 773 /* Only deactivate to IDLE is allowed in this state. */ 781 /* NFA P2P will deactivate NFC link after deactivating LLCP link */ [all...] |
/packages/services/Telephony/src/com/android/phone/vvm/omtp/sms/ |
OmtpStandardMessageSender.java | 73 // Deactivate message: 74 // V1.1: Deactivate:pv=<value>;ct=<string> 75 // V1.2: Deactivate:pv=<value>;ct=<string> 76 // V1.3: Deactivate:pv=<value>;ct=<string>
|
/frameworks/base/core/java/android/database/ |
BulkCursorToCursorAdaptor.java | 101 public void deactivate() { method in class:BulkCursorToCursorAdaptor 104 super.deactivate(); 108 mBulkCursor.deactivate(); 146 deactivate(); method 151 deactivate(); method
|
DataSetObserver.java | 35 * most likely through a call to {@link Cursor#deactivate()} or {@link Cursor#close()} on a
|
CursorWrapper.java | 65 public void deactivate() { method in class:CursorWrapper 66 mCursor.deactivate();
|
IBulkCursor.java | 46 public void deactivate() throws RemoteException; method in interface:IBulkCursor
|
/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!");
|
/cts/tests/admin/app/src/android/admin/app/ |
DeactivationTest.java | 25 * Helper to deactivate Device Admins.
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/indic/ |
IndicInputMethod.java | 73 public void deactivate(boolean isTemporary) { method in class:IndicInputMethod
|
/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();
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
emptyvc.h | 123 virtual HRESULT WINAPI Deactivate(DWORD *pdwFlags) = 0; 135 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache *This,DWORD *pdwFlags); 149 #define IEmptyVolumeCache_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags) 188 HRESULT (WINAPI *Deactivate)(IEmptyVolumeCache2 *This,DWORD *pdwFlags); 203 #define IEmptyVolumeCache2_Deactivate(This,pdwFlags) (This)->lpVtbl->Deactivate(This,pdwFlags)
|
rrascfg.h | 115 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0; 127 HRESULT (WINAPI *Deactivate)(IAuthenticationProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2); 141 #define IAuthenticationProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(This,uConnectionParam,uReserved1,uReserved2) 156 #define DeclareIAuthenticationProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; 170 virtual HRESULT WINAPI Deactivate(ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) = 0; 182 HRESULT (WINAPI *Deactivate)(IAccountingProviderConfig *This,ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2); 196 #define IAccountingProviderConfig_Deactivate(This,uConnectionParam,uReserved1,uReserved2) (This)->lpVtbl->Deactivate(This,uConnectionParam,uReserved1,uReserved2) 211 #define DeclareIAccountingProviderConfigMembers(IPURE) STDMETHOD(Initialize)(THIS_ LPCOLESTR pszMachineName,ULONG_PTR *puConnectionParam) IPURE; STDMETHOD(Uninitialize)(THIS_ ULONG_PTR uConnectionParam) IPURE; STDMETHOD(Configure)(THIS_ ULONG_PTR uConnectionParam,HWND hWnd,DWORD dwFlags,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Activate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE; STDMETHOD(Deactivate)(THIS_ ULONG_PTR uConnectionParam,ULONG_PTR uReserved1,ULONG_PTR uReserved2) IPURE;
|
/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/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowCursorWrapper.java | 149 public void deactivate() { method in class:ShadowCursorWrapper 150 wrappedCursor.deactivate();
|
/external/strace/ |
xlate.el | 51 (and (fboundp 'deactivate-mark) 52 (deactivate-mark))
|
/external/autotest/client/site_tests/hardware_TPMtspi/ |
hardware_TPMtspi.py | 46 #self.tpm_obj.setTpmActive('deactivate')
|
/external/libopus/silk/ |
init_decoder.c | 44 /* Used to deactivate LSF interpolation */
|
/external/parameter-framework/upstream/doc/ |
CMakeLists.txt | 43 " install it or deactivate graph generation (DOXYGEN_GRAPHS=OFF).")
|