Searched refs:id (Results 276 - 283 of 283) sorted by relevance

<<1112

/system/security/softkeymaster/
H A Dkeymaster_openssl.cpp784 .id = KEYSTORE_HARDWARE_MODULE_ID,
/system/keymaster/
H A Dsoft_keymaster_device.cpp50 .id = KEYSTORE_HARDWARE_MODULE_ID,
65 .id = KEYSTORE_HARDWARE_MODULE_ID,
/system/netd/server/
H A DCommandListener.cpp1703 return syntaxError(client, "Missing id");
1716 unsigned id = strtoul(argv[nextArg], &endPtr, 0); local
1718 return syntaxError(client, "Invalid id");
1720 ids.push_back(id);
/system/bt/btif/src/
H A Dbtif_dm.c191 #define BTA_SERVICE_ID_TO_SERVICE_MASK(id) (1 << (id))
/system/bt/audio_a2dp_hw/
H A Daudio_a2dp_hw.c1454 .id = AUDIO_HARDWARE_MODULE_ID,
/system/connectivity/shill/
H A Dmanager_unittest.cc224 Profile::Identifier id("rather", "irrelevant");
229 control_interface(), metrics(), manager, id, FilePath(), false));
838 Profile::Identifier id("irrelevant");
840 control_interface(), metrics(), &manager, id, FilePath(), false));
1762 EXPECT_EQ("Missing WiMAX network id.", e.message());
/system/core/adb/
H A Dcommandline.cpp323 switch (protocol->id()) {
/system/bt/stack/include/
H A Dhcidefs.h1306 /* local Bluetooth controller id for AMP HCI */
1309 /* controller id types for AMP HCI */
1341 UINT8 id; member in struct:__anon1166

Completed in 519 milliseconds

<<1112