Searched defs:ap (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp102 float *ap; local
106 if(m) ap=(float*) (((unsigned long)p)-m+nr_bytes);
107 else ap=p;
108 return(ap);
113 short *ap; local
117 if(m) ap=(short*) (((unsigned long)p)-m+nr_bytes);
118 else ap=p;
119 return(ap);
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.cpp102 float *ap; local
106 if(m) ap=(float*) (((unsigned long)p)-m+nr_bytes);
107 else ap=p;
108 return(ap);
113 short *ap; local
117 if(m) ap=(short*) (((unsigned long)p)-m+nr_bytes);
118 else ap=p;
119 return(ap);
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContent.java462 FilterInfo fi, BluetoothMapAppParams ap) {
463 if ((ap.getParameterMask() & MASK_PROTECTED) != 0) {
478 FilterInfo fi, BluetoothMapAppParams ap) {
479 if ((ap.getParameterMask() & MASK_CONVERSATION_ID) != 0) {
498 FilterInfo fi, BluetoothMapAppParams ap) {
500 if ((ap.getParameterMask() & MASK_CONVERSATION_NAME) != 0) {
511 FilterInfo fi, BluetoothMapAppParams ap) {
512 if ((ap.getParameterMask() & MASK_SENT) != 0) {
534 FilterInfo fi, BluetoothMapAppParams ap) {
547 e.setRead((read==1?true:false), ((ap
461 setProtected(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
477 setThreadId(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
497 setThreadName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
510 setSent(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
533 setRead(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
549 setConvoRead(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
560 setPriority(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
590 setAttachment(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
639 setText(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
667 setReceptionStatus(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
676 setDeliveryStatus(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
690 setSize(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
745 setFolderType(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
931 setRecipientAddressing(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
963 setRecipientName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
997 setSenderAddressing(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1081 setSenderName(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1152 setDateTime(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1178 setLastActivity(BluetoothMapConvoListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1220 setSubject(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1249 setHandle(BluetoothMapMessageListingElement e, Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1264 element(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1278 createConvoElement(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1472 matchRecipient(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1552 matchOriginator(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1572 matchAddresses(Cursor c, FilterInfo fi, BluetoothMapAppParams ap) argument
1659 setWhereFilterReadStatus(BluetoothMapAppParams ap, FilterInfo fi) argument
1691 setWhereFilterPeriod(BluetoothMapAppParams ap, FilterInfo fi) argument
1719 setWhereFilterLastActivity(BluetoothMapAppParams ap, FilterInfo fi) argument
1746 setWhereFilterOriginatorEmail(BluetoothMapAppParams ap) argument
1759 setWhereFilterOriginatorIM(BluetoothMapAppParams ap) argument
1772 setWhereFilterPriority(BluetoothMapAppParams ap, FilterInfo fi) argument
1801 setWhereFilterRecipientEmail(BluetoothMapAppParams ap) argument
1816 setWhereFilterMessageHandle(BluetoothMapAppParams ap, FilterInfo fi) argument
1837 setWhereFilterThreadId(BluetoothMapAppParams ap, FilterInfo fi) argument
1859 setWhereFilter(BluetoothMapFolderElement folderElement, FilterInfo fi, BluetoothMapAppParams ap) argument
1888 setConvoWhereFilterSmsMms(StringBuilder selection, ArrayList<String> selectionArgs, FilterInfo fi, BluetoothMapAppParams ap) argument
1934 smsSelected(FilterInfo fi, BluetoothMapAppParams ap) argument
1965 mmsSelected(BluetoothMapAppParams ap) argument
1986 emailSelected(BluetoothMapAppParams ap) argument
2007 imSelected(BluetoothMapAppParams ap) argument
2040 msgListing(BluetoothMapFolderElement folderElement, BluetoothMapAppParams ap) argument
2277 msgListingSize(BluetoothMapFolderElement folderElement, BluetoothMapAppParams ap) argument
2359 msgListingHasUnread(BluetoothMapFolderElement folderElement, BluetoothMapAppParams ap) argument
2450 convoListing(BluetoothMapAppParams ap, boolean sizeOnly) argument
2974 populateSmsMmsConvoElement(BluetoothMapConvoListingElement ele, Cursor smsMmsCursor, BluetoothMapAppParams ap, SmsMmsContacts contacts) argument
3037 populateImEmailConvoElement( BluetoothMapConvoListingElement ele, Cursor tmpCursor, BluetoothMapAppParams ap, FilterInfo fi) argument
3117 appendConvoListQueryParameters(BluetoothMapAppParams ap, Uri contentUri) argument
3176 addSmsMmsContacts( BluetoothMapConvoListingElement convoElement, SmsMmsContacts contacts, String idsStr, String recipientFilter, BluetoothMapAppParams ap) argument
[all...]
H A DBluetoothMapContentObserver.java2394 BluetoothMapAppParams ap, String emailBaseUri)
2398 int transparent = (ap.getTransparent() == BluetoothMapAppParams.INVALID_VALUE_PARAMETER) ?
2399 0 : ap.getTransparent();
2400 int retry = ap.getRetry();
2401 int charset = ap.getCharset();
2393 pushMessage(BluetoothMapbMessage msg, BluetoothMapFolderElement folderElement, BluetoothMapAppParams ap, String emailBaseUri) argument

Completed in 553 milliseconds