Searched defs:handle (Results 1 - 25 of 44) sorted by relevance

12

/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_persist/hdr/
H A DSyncML_DM_Reader.H43 SyncML_DM_Reader(DMFileHandler* handle) : fileHandle(handle){ } argument
48 /* Accessor for setting the file handle used by the class' utilities */
66 /* The file handle used by this object.
69 * is responsinble for closing the file and freeing the handle.
H A DSyncML_DM_Writer.H32 SyncML_DM_Writer(DMFileHandler* handle) : fileHandle(handle){ } argument
37 /* Accessor for setting the file handle used by this class */
52 /* file handle used by class' utility methods */
/packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
H A Dxpl_Lib.cc33 void * handle=dlopen(dllib_name, RTLD_LAZY ); local
34 return handle;
H A Dxpl_Time.cc81 XPL_CLK_RET_STATUS_T XPL_CLK_StopTimer(XPL_TIMER_HANDLE_T handle) argument
/packages/apps/OMA-DM/engine/xpl/src/
H A Dxpl_Lib.cc33 void * handle=dlopen(dllib_name, RTLD_LAZY ); local
34 return handle;
H A Dxpl_Time.cc82 XPL_CLK_RET_STATUS_T XPL_CLK_StopTimer(XPL_TIMER_HANDLE_T handle) argument
/packages/services/Telecomm/src/com/android/server/telecom/
H A DTelephonyUtil.java63 static boolean shouldProcessAsEmergency(Context context, Uri handle) { argument
64 return handle != null && PhoneNumberUtils.isPotentialLocalEmergencyNumber(
65 context, handle.getSchemeSpecificPart());
H A DMissedCallNotifier.java114 // 1 missed call: <caller name || handle>
137 String handle = handleUri == null ? null : handleUri.getSchemeSpecificPart();
141 Log.d(this, "Add actions with number %s.", Log.piiHandle(handle));
143 if (!TextUtils.isEmpty(handle)
144 && !TextUtils.equals(handle, mContext.getString(R.string.handle_restricted))) {
164 Log.d(this, "Suppress actions. handle: %s, missedCalls: %d.", Log.piiHandle(handle),
187 String handle = call.getHandle() == null ? null : call.getHandle().getSchemeSpecificPart();
192 } else if (!TextUtils.isEmpty(handle)) {
193 // A handle shoul
233 createCallBackPendingIntent(Uri handle) argument
242 createSendSmsFromNotificationPendingIntent(Uri handle) argument
[all...]
H A DNewOutgoingCallIntentBroadcaster.java130 Log.v(this, "Retrieved modified handle after outgoing call intent broadcast: "
149 * This method will handle three kinds of actions:
163 final Uri handle = intent.getData();
165 if (handle == null) {
166 Log.w(this, "Empty handle obtained from the call intent.");
170 boolean isVoicemailNumber = PhoneAccount.SCHEME_VOICEMAIL.equals(handle.getScheme());
179 mCallsManager.placeOutgoingCall(mCall, handle, null, speakerphoneOn,
335 * @param trueHandle The actual call handle that the user is trying to dial
337 * the actual handle the user is trying to dial.
354 private void launchSystemDialer(Uri handle) { argument
[all...]
H A DPhoneAccountRegistrar.java243 for (PhoneAccountHandle handle : handles) {
244 if (componentName.equals(handle.getComponentName())) {
245 return handle;
333 public PhoneAccount getPhoneAccount(PhoneAccountHandle handle) { argument
335 if (Objects.equals(handle, m.getAccountHandle())) {
480 * @param uriScheme URI schemes the PhoneAccount must handle. {@code Null} bypasses the
772 private static final String ADDRESS = "handle";
856 // Check the system settings to see if it also should handle "tel" calls.
/packages/services/Telecomm/tests/src/com/android/server/telecom/testapps/
H A DCallNotificationReceiver.java75 public static void sendIncomingCallIntent(Context context, Uri handle, boolean isVideoCall) { argument
84 if (handle != null) {
85 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle);
91 public static void addNewUnknownCall(Context context, Uri handle, Bundle extras) { argument
92 Log.i(TAG, "Adding new unknown call with handle " + handle);
101 if (handle != null) {
102 extras.putParcelable(TelecomManager.EXTRA_UNKNOWN_CALL_HANDLE, handle);
103 extras.putParcelable(TestConnectionService.EXTRA_HANDLE, handle);
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DIngestObjectInfo.java26 public IngestObjectInfo(int handle, long dateCreated, int format, int compressedSize) { argument
27 mHandle = handle;
/packages/apps/Nfc/nci/jni/
H A DNativeLlcpConnectionlessSocket.cpp66 jint handle = e->GetIntField(o, f); local
77 tNFA_STATUS status = NFA_P2pSendUI((tNFA_HANDLE) handle, nsap, byte_count, raw_ptr);
266 jint handle = e->GetIntField(o, f); local
268 tNFA_STATUS status = NFA_P2pDisconnect((tNFA_HANDLE) handle, FALSE);
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
H A DHandleMap.java38 int handle = 0; field in class:HandleMap.Entry
47 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance) { argument
50 this.handle = handle;
56 Entry(int serverIf, int handle, UUID uuid, int serviceType, int instance, argument
60 this.handle = handle;
67 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle) { argument
70 this.handle = handle;
76 Entry(int serverIf, int type, int handle, UUID uuid, int serviceHandle, int charHandle) argument
101 addService(int serverIf, int handle, UUID uuid, int serviceType, int instance, boolean advertisePreferred) argument
106 addCharacteristic(int serverIf, int handle, UUID uuid, int serviceHandle) argument
111 addDescriptor(int serverIf, int handle, UUID uuid, int serviceHandle) argument
115 setStarted(int serverIf, int handle, boolean started) argument
127 getByHandle(int handle) argument
178 addRequest(int requestId, int handle) argument
[all...]
/packages/apps/InCallUI/src/com/android/incallui/
H A DGlowPadWrapper.java94 public void onGrabbed(View v, int handle) { argument
100 public void onReleased(View v, int handle) { argument
141 public void onGrabbedStateChange(View v, int handle) { argument
H A DCallCardPresenter.java644 private String getNumberFromHandle(Uri handle) { argument
645 return handle == null ? "" : handle.getSchemeSpecificPart();
/packages/apps/Nfc/nxp/jni/
H A Dcom_android_nfc_NativeP2pDevice.cpp108 phLibNfc_Handle /*handle*/, phNfc_sData_t *pResBuffer, NFCSTATUS status)
121 phLibNfc_Handle handle = 0; local
136 handle = nfc_jni_get_p2p_device_handle(e, o);
146 status = phLibNfc_RemoteDev_Connect(handle, nfc_jni_connect_callback, (void*)&cb_data);
202 phLibNfc_Handle handle = 0; local
209 handle = nfc_jni_get_p2p_device_handle(e, o);
218 TRACE("Disconnecting from target (handle = 0x%x)", handle);
227 status = phLibNfc_RemoteDev_Disconnect(handle, NFC_DISCOVERY_CONTINUE,nfc_jni_disconnect_callback, (void *)&cb_data);
278 phLibNfc_Handle handle local
360 phLibNfc_Handle handle; local
416 phLibNfc_Handle handle = nfc_jni_get_p2p_device_handle(e, o); local
[all...]
H A Dcom_android_nfc.cpp404 * Utility to get a technology tree and a corresponding handle list from a detected tag.
417 // ISO handle is usually the second, and we prefer the ISO. Should implement
418 // a method to find the "preferred handle order" and use that instead,
422 int handle = devList[target].hTargetDev; local
429 MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
435 MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
437 MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3B, handle, type);
442 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3A, handle, type);
450 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_4, handle, type);
452 index, MAX_NUM_TECHNOLOGIES, TARGET_TYPE_ISO14443_3B, handle, typ
[all...]
/packages/services/Telephony/src/com/android/services/telephony/
H A DTelecomAccountRegistry.java74 Log.d(this, "Registered phoneAccount: %s with handle: %s",
89 // Build the Phone account handle.
267 * @param handle The {@link PhoneAccountHandle}.
270 private boolean hasAccountEntryForPhoneAccount(PhoneAccountHandle handle) { argument
272 if (entry.getPhoneAccountHandle().equals(handle)) {
287 for (PhoneAccountHandle handle : accountHandles) {
288 if (telephonyComponentName.equals(handle.getComponentName()) &&
289 !hasAccountEntryForPhoneAccount(handle)) {
290 Log.d(this, "Unregistering phone account %s.", handle);
291 mTelecomManager.unregisterPhoneAccount(handle);
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapObexServer.java492 long handle = mObserver.pushMessage(message, folderElement, appParams, mBaseEmailUriString);
493 if (D) Log.d(TAG, "pushMessage handle: " + handle);
494 if (handle < 0) {
495 if(D) Log.w(TAG, "Message handle not created" );
499 String handleStr = BluetoothMapUtils.getMapHandle(handle, message.getType());
539 long handle;
553 handle = BluetoothMapUtils.getCpHandle(msgHandle);
555 if(D)Log.d(TAG,"setMessageStatus. Handle:" + handle+", MsgType: "+ msgType);
557 Log.w(TAG, "Wrongly formatted message handle
931 sendGetMessageRsp(Operation op, String handle, BluetoothMapAppParams appParams) argument
[all...]
H A DBluetoothMapMessageListingElement.java38 private long mCpHandle = 0; /* The content provider handle - without type information */
71 public void setHandle(long handle) { argument
72 this.mCpHandle = handle;
261 xmlMsgElement.attribute(null, "handle", BluetoothMapUtils.getMapHandle(mCpHandle, mType));
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DEclipseControl.java79 int handle = -1;
86 handle = i;
91 return handle;
124 public void actionMove(int handle, float x, float y, Oval oval) { argument
138 switch (handle) {
H A DGradControl.java96 int handle = -1;
103 handle = i;
108 return handle;
140 public void actionMove(int handle, float x, float y, Line line) { argument
157 switch (handle) {
/packages/apps/OMA-DM/engine/dmlib/plugin/src/
H A DdmPluginManager.cc65 XPL_DL_HANDLE_T handle; local
66 if ( m_pluginLibs.lookup(libName, handle) == TRUE )
67 return handle;
69 handle = XPL_DL_Load(libName);
70 m_pluginLibs.put(DMString(libName), handle); local
72 return handle;
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
H A Dndapi.c46 static NJ_INT16 njd_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle);
66 if (dicinfo->handle != NULL) {
76 loctset->loct.handle = dicinfo->handle;
136 if (loctset->loct.handle == NULL) {
140 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle);
209 if ((loctset->loct.handle == NULL) ||
215 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle);
337 ((loctset->loct.handle != NULL) &&
339 dic_type = NJ_GET_DIC_TYPE_EX(loctset->loct.type, loctset->loct.handle);
580 njd_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle) argument
839 njx_check_dic(NJ_CLASS *iwnn, NJ_DIC_HANDLE handle, NJ_UINT8 restore, NJ_UINT32 size) argument
[all...]

Completed in 905 milliseconds

12