/external/bluetooth/bluedroid/bta/sys/ |
bta_sys_conn.c | 126 if ((bta_sys_cb.colli_reg.id[index] == bta_id) || 127 (bta_sys_cb.colli_reg.id[index] == 0)) 129 bta_sys_cb.colli_reg.id[index] = bta_id; 152 if ((bta_sys_cb.colli_reg.id[index] != 0) && 201 void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) 206 bta_sys_cb.prm_cb(BTA_SYS_CONN_OPEN, id, app_id, peer_addr); 213 bta_sys_cb.ppm_cb(BTA_SYS_CONN_OPEN, id, app_id, peer_addr); 231 void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) 236 bta_sys_cb.prm_cb(BTA_SYS_CONN_CLOSE, id, app_id, peer_addr); 243 bta_sys_cb.ppm_cb(BTA_SYS_CONN_CLOSE, id, app_id, peer_addr) [all...] |
/external/chromium_org/apps/ |
saved_files_service_unittest.cc | 65 void CheckEntrySequenceNumber(int id, int sequence_number) { 66 std::string id_string = GenerateId(id); 68 EXPECT_TRUE(service_->IsRegistered(extension_->id(), id_string)); 70 service_->GetFileEntry(extension_->id(), id_string); 72 EXPECT_EQ(id_string, entry->id); 93 service_->RegisterFileEntry(extension_->id(), GenerateId(1), path_, true); 94 service_->RegisterFileEntry(extension_->id(), GenerateId(2), path_, true); 95 service_->RegisterFileEntry(extension_->id(), GenerateId(3), path_, true); 103 service_->EnqueueFileEntry(extension_->id(), GenerateId(1)); 109 service_->EnqueueFileEntry(extension_->id(), GenerateId(1)) [all...] |
/bionic/libc/kernel/arch-arm/asm/arch/ |
cpu.h | 27 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CLASS == (id)) ? 1 : 0; } 30 #define IS_OMAP_SUBCLASS(subclass, id) static inline int is_omap ##subclass (void) { return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; } 44 #define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (GET_OMAP_TYPE == (id)) ? 1 : 0; }
|
/cts/suite/audio_quality/lib/src/task/ |
TaskDownload.cpp | 25 static const android::String8 STR_ID("id"); 41 android::String8 id; local 42 if (!findStringAttribute(STR_ID, id)) { 47 android::sp<Buffer> buffer = getTestCase()->findBuffer(id); 49 LOGE("TaskDownload::run cannot find buffer %s", id.string()); 53 if (!getTestCase()->getRemoteAudio()->downloadData(id, buffer, downloadId)) { 56 LOGI("Downloaded buffer %s to DUT with id %d", id.string(), downloadId);
|
/development/ndk/platforms/android-3/arch-arm/include/asm/arch/ |
cpu.h | 23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CLASS == (id)) ? 1 : 0; } 27 #define IS_OMAP_SUBCLASS(subclass, id) static inline int is_omap ##subclass (void) { return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; } 39 #define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (GET_OMAP_TYPE == (id)) ? 1 : 0; }
|
/development/tutorials/MoarRam/jni/ |
baz.c | 35 jint id) 40 if (id == 0) { 51 id == 0 ? ++num17ByteBlocks : ++num71ByteBlocks, 59 jint id) 64 if (id == 0) { 79 id == 0 ? --num17ByteBlocks : --num71ByteBlocks,
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRTree.h | 29 //+ (id<ANTLRTree>) invalidNode; 31 - (id<ANTLRTree>) getChild:(NSUInteger)index; 36 - (id<ANTLRTree>)getParent; 38 - (void) setParent:(id<ANTLRTree>)t; 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype; 62 - (void) addChild:(id<ANTLRTree>) t; 65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t; 67 - (id) deleteChild:(NSInteger) i; 74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t; 101 - (id<ANTLRTree>) dupNode [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRTree.h | 29 //+ (id<ANTLRTree>) invalidNode; 31 - (id<ANTLRTree>) getChild:(NSUInteger)index; 36 - (id<ANTLRTree>)getParent; 38 - (void) setParent:(id<ANTLRTree>)t; 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype; 62 - (void) addChild:(id<ANTLRTree>) t; 65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t; 67 - (id) deleteChild:(NSInteger) i; 74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t; 101 - (id<ANTLRTree>) dupNode [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRTree.h | 29 //+ (id<ANTLRTree>) invalidNode; 31 - (id<ANTLRTree>) getChild:(NSUInteger)index; 36 - (id<ANTLRTree>)getParent; 38 - (void) setParent:(id<ANTLRTree>)t; 44 - (id<ANTLRTree>) getAncestor:(NSInteger) ttype; 62 - (void) addChild:(id<ANTLRTree>) t; 65 - (void) setChild:(NSInteger)i With:(id<ANTLRTree>) t; 67 - (id) deleteChild:(NSInteger) i; 74 - (void) replaceChildrenFrom:(NSInteger)startChildIndex To:(NSInteger)stopChildIndex With:(id)t; 101 - (id<ANTLRTree>) dupNode [all...] |
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ArrayIterator.h | 40 id *itemsPtr; 48 __strong id peekObj; 62 - (id) initWithArray:(NSArray *)array; 63 - (id) initWithDictKey:(NSDictionary *)dict; 64 - (id) initWithDictObj:(NSDictionary *)dict; 67 - (id) nextObject; 74 @property (retain) id peekObj;
|
/external/chromium_org/chrome/browser/geolocation/ |
chrome_geolocation_permission_context_android.cc | 25 const PermissionRequestID& id, 35 PermissionDecided(id, requesting_frame, embedder, callback, false); 39 ChromeGeolocationPermissionContext::DecidePermission(id, requesting_frame, 44 const PermissionRequestID& id, 55 QueueController()->CreateInfoBarRequest(id, requesting_frame, embedder, 61 id, requesting_frame, embedder, callback, allowed);
|
/external/chromium_org/chrome/browser/storage_monitor/ |
storage_info_unittest.cc | 17 // mtp device unique id. 25 // mtp device id. 28 std::string id; local 29 ASSERT_TRUE(StorageInfo::CrackDeviceId(kMtpDeviceId, &type, &id)); 30 EXPECT_EQ(kUniqueId, id); 36 std::string id; local 37 ASSERT_TRUE(StorageInfo::CrackDeviceId(kImageCaptureDeviceId, &type, &id)); 39 EXPECT_EQ("xyz", id);
|
/external/chromium_org/chrome/browser/themes/ |
custom_theme_supplier.h | 49 // If the theme specifies data for the corresponding |id|, returns true and 53 virtual bool GetTint(int id, color_utils::HSL* hsl) const; 54 virtual bool GetColor(int id, SkColor* color) const; 55 virtual bool GetDisplayProperty(int id, int* result) const; 57 // Returns the theme image for |id|. Returns an empty image if no image is 58 // found for |id|. 59 virtual gfx::Image GetImageNamed(int id); 64 int id, ui::ScaleFactor scale_factor) const; 66 // Whether this theme provides an image for |id|. 67 virtual bool HasCustomImage(int id) const [all...] |
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_sheet_controller.h | 34 controllerForSheet:(id<ConstrainedWindowSheet>)sheet; 37 + (id<ConstrainedWindowSheet>)sheetForOverlayWindow:(NSWindow*)overlayWindow; 41 - (void)showSheet:(id<ConstrainedWindowSheet>)sheet 45 - (NSPoint)originForSheet:(id<ConstrainedWindowSheet>)sheet 49 - (void)closeSheet:(id<ConstrainedWindowSheet>)sheet; 57 - (void)pulseSheet:(id<ConstrainedWindowSheet>)sheet;
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
entry_id_manager.js | 23 function registerEntry(id, entry) { 25 nameToIds[name] = id; 26 idsToEntries[id] = entry; 36 var id = nameToIds[name]; 37 if (id != null) 38 return id; 40 // If an entry has not been registered, compute its id and register it. 41 id = computeId(entry); 42 registerEntry(id, entry); 43 return id; [all...] |
/external/chromium_org/content/renderer/ |
notification_provider.cc | 47 int id; local 48 bool id_found = manager_.GetId(notification, id); 51 Send(new DesktopNotificationHostMsg_Cancel(routing_id(), id)); 56 int id; local 57 bool id_found = manager_.GetId(notification, id); 60 manager_.UnregisterNotification(id); 80 int id = manager_.RegisterPermissionRequest(callback); local 83 routing_id(), GURL(origin.toString()), id)); 98 if (message.type() == ViewMsg_Navigate::ID) 105 int id) { [all...] |
/external/chromium_org/content/test/plugin/ |
plugin_npobject_proxy_test.cc | 12 NPObjectProxyTest::NPObjectProxyTest(NPP id, NPNetscapeFuncs *host_functions) 13 : PluginTest(id, host_functions) { 28 HostFunctions()->getvalue(id(), NPNVWindowNPObject, &window_obj); 30 HostFunctions()->getproperty(id(), window_obj, document_id, &docv); 38 HostFunctions()->invoke(id(), doc, create_text_node_id, &strv, 1, &textv); 41 HostFunctions()->invoke(id(), doc, append_child_id, &textv, 1, &v);
|
/external/chromium_org/gpu/command_buffer/service/ |
transfer_buffer_manager.h | 23 virtual bool RegisterTransferBuffer(int32 id, 26 virtual void DestroyTransferBuffer(int32 id) = 0; 27 virtual Buffer GetTransferBuffer(int32 id) = 0; 37 virtual bool RegisterTransferBuffer(int32 id, 40 virtual void DestroyTransferBuffer(int32 id) OVERRIDE; 41 virtual Buffer GetTransferBuffer(int32 id) OVERRIDE;
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
win32deviceinfo.cc | 36 const size_t vid_location = device.id.find(vid); 38 vid_location + sizeof(vid) - 1 + id_size > device.id.size()) { 42 const size_t pid_location = device.id.find(pid); 44 pid_location + sizeof(pid) - 1 + id_size > device.id.size()) { 47 std::string id_vendor = device.id.substr(vid_location + sizeof(vid) - 1, 49 std::string id_product = device.id.substr(pid_location + sizeof(pid) -1,
|
/external/smack/src/org/jivesoftware/smackx/pubsub/ |
Item.java | 25 * <li>Will always have an id (either user or server generated) unless node configuration has both
31 * <li>The id is optional, since the server will generate one if necessary, but should be used if it is
33 * resending an item with the same id will overwrite the one that already exists if the items are persisted.
44 private String id;
field in class:Item 47 * Create an empty <tt>Item</tt> with no id. This is a valid item for nodes which are configured
48 * so that {@link ConfigureForm#isDeliverPayloads()} is false. In most cases an id will be generated by the server.
59 * Create an <tt>Item</tt> with an id but no payload. This is a valid item for nodes which are configured
62 * @param itemId The id if the item. It must be unique within the node unless overwriting and existing item.
69 id = itemId;
73 * Create an <tt>Item</tt> with an id and a node id. [all...] |
/external/smack/src/org/jivesoftware/smackx/receipts/ |
DeliveryReceipt.java | 33 private String id; /// original ID of the delivered message
field in class:DeliveryReceipt 35 public DeliveryReceipt(String id)
37 this.id = id;
42 return id;
60 return "<received xmlns='" + NAMESPACE + "' id='" + id + "'/>";
73 return new DeliveryReceipt(attributeMap.get("id"));
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/asm/arch/ |
cpu.h | 23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CLASS == (id)) ? 1 : 0; } 27 #define IS_OMAP_SUBCLASS(subclass, id) static inline int is_omap ##subclass (void) { return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; } 39 #define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (GET_OMAP_TYPE == (id)) ? 1 : 0; }
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/asm/arch/ |
cpu.h | 23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CLASS == (id)) ? 1 : 0; } 27 #define IS_OMAP_SUBCLASS(subclass, id) static inline int is_omap ##subclass (void) { return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; } 39 #define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (GET_OMAP_TYPE == (id)) ? 1 : 0; }
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/asm/arch/ |
cpu.h | 23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CLASS == (id)) ? 1 : 0; } 27 #define IS_OMAP_SUBCLASS(subclass, id) static inline int is_omap ##subclass (void) { return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; } 39 #define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (GET_OMAP_TYPE == (id)) ? 1 : 0; }
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/asm/arch/ |
cpu.h | 23 #define IS_OMAP_CLASS(class, id) static inline int is_omap ##class (void) { return (GET_OMAP_CLASS == (id)) ? 1 : 0; } 27 #define IS_OMAP_SUBCLASS(subclass, id) static inline int is_omap ##subclass (void) { return (GET_OMAP_SUBCLASS == (id)) ? 1 : 0; } 39 #define IS_OMAP_TYPE(type, id) static inline int is_omap ##type (void) { return (GET_OMAP_TYPE == (id)) ? 1 : 0; }
|