/system/connectivity/shill/net/ |
D | attribute_list.cc | 41 int id, AttributeList::NewFromIdMethod factory) { in CreateAttribute() 50 bool AttributeList::CreateControlAttribute(int id) { in CreateControlAttribute() 56 int id, NetlinkMessage::MessageContext context) { in CreateNl80211Attribute() 63 int id, const ByteString& value) { in CreateAndInitAttribute() 70 bool AttributeList::InitAttributeFromValue(int id, const ByteString& value) { in InitAttributeFromValue() 137 bool AttributeList::GetU8AttributeValue(int id, uint8_t* value) const { in GetU8AttributeValue() 144 bool AttributeList::CreateU8Attribute(int id, const char* id_string) { in CreateU8Attribute() 154 bool AttributeList::SetU8AttributeValue(int id, uint8_t value) { in SetU8AttributeValue() 164 bool AttributeList::GetU16AttributeValue(int id, uint16_t* value) const { in GetU16AttributeValue() 171 bool AttributeList::CreateU16Attribute(int id, const char* id_string) { in CreateU16Attribute() [all …]
|
D | netlink_attribute.h | 71 int id() const { return id_; } in id() function 150 NetlinkU8Attribute(int id, const char* id_string) in NetlinkU8Attribute() 168 NetlinkU16Attribute(int id, const char* id_string) in NetlinkU16Attribute() 187 NetlinkU32Attribute(int id, const char* id_string) in NetlinkU32Attribute() 205 NetlinkU64Attribute(int id, const char* id_string) in NetlinkU64Attribute() 223 NetlinkFlagAttribute(int id, const char* id_string) in NetlinkFlagAttribute() 242 NetlinkStringAttribute(int id, const char* id_string) in NetlinkStringAttribute() 260 NetlinkSsidAttribute(int id, const char* id_string) in NetlinkSsidAttribute() 366 NetlinkRawAttribute(int id, const char* id_string) in NetlinkRawAttribute()
|
/system/bt/bta/sys/ |
D | bta_sys_conn.c | 202 void bta_sys_conn_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_conn_open() 232 void bta_sys_conn_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_conn_close() 261 void bta_sys_app_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_app_open() 281 void bta_sys_app_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_app_close() 300 void bta_sys_sco_open(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_open() 325 void bta_sys_sco_close(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_close() 351 void bta_sys_sco_use(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_use() 373 void bta_sys_sco_unuse(UINT8 id, UINT8 app_id, BD_ADDR peer_addr) in bta_sys_sco_unuse() 395 void bta_sys_chg_ssr_config (UINT8 id, UINT8 app_id, UINT16 max_latency, UINT16 min_tout) in bta_sys_chg_ssr_config() 413 void bta_sys_set_policy (UINT8 id, UINT8 policy, BD_ADDR peer_addr) in bta_sys_set_policy() [all …]
|
/system/core/adb/ |
D | shell_service_protocol_test.cpp | 90 bool PacketEquals(const ShellProtocol* protocol, ShellProtocol::Id id, in PacketEquals() 101 ShellProtocol::Id id = ShellProtocol::kIdStdout; in TEST_F() local 113 ShellProtocol::Id id = ShellProtocol::kIdStdin; in TEST_F() local 129 ShellProtocol::Id id = ShellProtocol::kIdStderr; in TEST_F() local 182 ShellProtocol::Id id = ShellProtocol::kIdStdout; in TEST_F() local
|
D | file_sync_service.h | 37 uint32_t id; // ID_STAT, et cetera. member 44 uint32_t id; member 50 uint32_t id; member 57 uint32_t id; member 61 uint32_t id; member
|
/system/core/libutils/ |
D | RefBase.cpp | 202 void addStrongRef(const void* id) { in addStrongRef() 208 void removeStrongRef(const void* id) { in removeStrongRef() 225 void addWeakRef(const void* id) { in addWeakRef() 229 void removeWeakRef(const void* id) { in removeWeakRef() 280 const void* id; member 287 void addRef(ref_entry** refs, const void* id, int32_t mRef) in addRef() 306 void removeRef(ref_entry** refs, const void* id) in removeRef() 469 void RefBase::weakref_type::incWeak(const void* id) in incWeak() 479 void RefBase::weakref_type::decWeak(const void* id) in decWeak() 511 bool RefBase::weakref_type::attemptIncStrong(const void* id) in attemptIncStrong() [all …]
|
/system/bt/btif/src/ |
D | btif_sock_rfc.c | 74 uint32_t id; // Non-zero indicates a valid (in-use) slot. member 150 static rfc_slot_t *find_rfc_slot_by_id(uint32_t id) { in find_rfc_slot_by_id() 454 static void on_cl_rfc_init(tBTA_JV_RFCOMM_CL_INIT *p_init, uint32_t id) { in on_cl_rfc_init() 470 static void on_srv_rfc_listen_started(tBTA_JV_RFCOMM_START *p_start, uint32_t id) { in on_srv_rfc_listen_started() 486 static uint32_t on_srv_rfc_connect(tBTA_JV_RFCOMM_SRV_OPEN *p_open, uint32_t id) { in on_srv_rfc_connect() 510 static void on_cli_rfc_connect(tBTA_JV_RFCOMM_OPEN *p_open, uint32_t id) { in on_cli_rfc_connect() 534 static void on_rfc_close(UNUSED_ATTR tBTA_JV_RFCOMM_CLOSE *p_close, uint32_t id) { in on_rfc_close() 545 static void on_rfc_write_done(UNUSED_ATTR tBTA_JV_RFCOMM_WRITE *p, uint32_t id) { in on_rfc_write_done() 562 static void on_rfc_outgoing_congest(tBTA_JV_RFCOMM_CONG *p, uint32_t id) { in on_rfc_outgoing_congest() 622 uint32_t id = PTR_TO_UINT(user_data); in jv_dm_cback() local [all …]
|
D | btif_sock_l2cap.c | 70 uint32_t id; //just a tag to find this struct member 225 static l2cap_socket *btsock_l2cap_find_by_id_l(uint32_t id) in btsock_l2cap_find_by_id_l() 413 static void on_srv_l2cap_listen_started(tBTA_JV_L2CAP_START *p_start, uint32_t id) in on_srv_l2cap_listen_started() 442 static void on_cl_l2cap_init(tBTA_JV_L2CAP_CL_INIT *p_init, uint32_t id) in on_cl_l2cap_init() 579 static void on_l2cap_connect(tBTA_JV *p_data, uint32_t id) in on_l2cap_connect() 607 static void on_l2cap_close(tBTA_JV_L2CAP_CLOSE * p_close, uint32_t id) in on_l2cap_close() 627 static void on_l2cap_outgoing_congest(tBTA_JV_L2CAP_CONG *p, uint32_t id) in on_l2cap_outgoing_congest() 645 static void on_l2cap_write_done(void* req_id, uint16_t len, uint32_t id) in on_l2cap_write_done() 670 static void on_l2cap_write_fixed_done(void* req_id, uint16_t len, uint32_t id) in on_l2cap_write_fixed_done() 693 static void on_l2cap_data_ind(tBTA_JV *evt, uint32_t id) in on_l2cap_data_ind() [all …]
|
/system/connectivity/shill/wimax/ |
D | wimax_provider.cc | 162 WiMaxNetworkId id = args.LookupString(WiMaxService::kNetworkIdProperty, ""); in GetServiceParametersFromArgs() local 216 WiMaxNetworkId id; in GetService() local 232 WiMaxNetworkId id; in FindSimilarService() local 249 WiMaxNetworkId id; in CreateTemporaryService() local 259 WiMaxNetworkId id; in CreateTemporaryServiceFromProfile() local 278 WiMaxNetworkId id; in CreateServicesFromProfile() local 430 WiMaxServiceRefPtr WiMaxProvider::GetUniqueService(const WiMaxNetworkId& id, in GetUniqueService() 446 WiMaxServiceRefPtr WiMaxProvider::CreateService(const WiMaxNetworkId& id, in CreateService()
|
D | wimax_service.cc | 127 WiMaxNetworkId id = ConvertIdentifierToNetworkId(identifier); in Start() local 267 const string id = GetStorageIdentifier(); in Save() local 301 string WiMaxService::CreateStorageIdentifier(const WiMaxNetworkId& id, in CreateStorageIdentifier()
|
/system/bt/service/common/bluetooth/ |
D | gatt_identifier.cpp | 32 int id, const UUID& uuid, in CreateServiceId() 50 int id, const UUID& uuid, in CreateCharacteristicId() 65 int id, const UUID& uuid, in CreateDescriptorId()
|
/system/extras/ext4_utils/ |
D | key_control.cpp | 31 long keyctl_revoke(key_serial_t id) in keyctl_revoke() 36 long keyctl_setperm(key_serial_t id, int permissions) in keyctl_setperm()
|
/system/connectivity/shill/ |
D | ipconfig_adaptor_stub.cc | 21 IPConfigAdaptorStub::IPConfigAdaptorStub(const std::string& id) in IPConfigAdaptorStub()
|
D | rpc_task_adaptor_stub.cc | 21 RPCTaskAdaptorStub::RPCTaskAdaptorStub(const std::string& id) in RPCTaskAdaptorStub()
|
D | third_party_vpn_adaptor_stub.cc | 21 ThirdPartyVpnAdaptorStub::ThirdPartyVpnAdaptorStub(const std::string& id) in ThirdPartyVpnAdaptorStub()
|
D | profile_adaptor_stub.cc | 21 ProfileAdaptorStub::ProfileAdaptorStub(const std::string& id) in ProfileAdaptorStub()
|
D | adaptor_stub.cc | 21 AdaptorStub::AdaptorStub(const std::string& id) : rpc_id_(id) {} in AdaptorStub()
|
D | profile_unittest.cc | 53 Profile::Identifier id("rather", "irrelevant"); in ProfileTest() local 70 bool ProfileInitStorage(const Profile::Identifier& id, in ProfileInitStorage() 203 Profile::Identifier id(kIdentifier); in TEST_F() local 217 Profile::Identifier id(kIdentifier); in TEST_F() local 409 Profile::Identifier id(kUser, kIdentifier); in TEST_F() local 421 Profile::Identifier id("theUser", "theIdentifier"); in TEST_F() local
|
/system/core/logd/ |
D | CommandListener.cpp | 94 int id = atoi(argv[1]); in runCommand() local 117 int id = atoi(argv[1]); in runCommand() local 148 int id = atoi(argv[1]); in runCommand() local 177 int id = atoi(argv[1]); in runCommand() local 227 int id = atoi(argv[i]); in runCommand() local
|
D | LogBuffer.cpp | 36 #define log_buffer_size(id) mMaxSize[id] argument 290 void LogBuffer::maybePrune(log_id_t id) { in maybePrune() 314 log_id_t id = element->getLogId(); in erase() local 487 bool LogBuffer::prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { in prune() 840 bool LogBuffer::clear(log_id_t id, uid_t uid) { in clear() 882 unsigned long LogBuffer::getSizeUsed(log_id_t id) { in getSizeUsed() 890 int LogBuffer::setSize(log_id_t id, unsigned long size) { in setSize() 902 unsigned long LogBuffer::getSize(log_id_t id) { in getSize()
|
/system/vold/ |
D | VolumeManager.cpp | 220 char *VolumeManager::asecHash(const char *id, char *buffer, size_t len) { in asecHash() 356 std::shared_ptr<android::vold::Disk> VolumeManager::findDisk(const std::string& id) { in findDisk() 365 std::shared_ptr<android::vold::VolumeBase> VolumeManager::findVolume(const std::string& id) { in findVolume() 386 nsecs_t VolumeManager::benchmarkPrivate(const std::string& id) { in benchmarkPrivate() 705 int VolumeManager::getAsecMountPath(const char *id, char *buffer, int maxlen) { in getAsecMountPath() 735 int VolumeManager::getAsecFilesystemPath(const char *id, char *buffer, int maxlen) { in getAsecFilesystemPath() 764 int VolumeManager::createAsec(const char *id, unsigned long numSectors, const char *fstype, in createAsec() 958 int VolumeManager::resizeAsec(const char *id, unsigned long numSectors, const char *key) { in resizeAsec() 1101 int VolumeManager::finalizeAsec(const char *id) { in finalizeAsec() 1161 int VolumeManager::fixupAsecPermissions(const char *id, gid_t gid, const char* filename) { in fixupAsecPermissions() [all …]
|
/system/connectivity/shill/binder/ |
D | binder_adaptor.h | 58 const std::string& id() { return id_; } in id() function
|
/system/weaved/buffet/ |
D | http_transport_client.cc | 58 int id, in OnSuccessCallback() 66 int id, in OnErrorCallback()
|
/system/bt/service/hal/ |
D | gatt_helpers.cpp | 24 void GetHALServiceId(const GattIdentifier& id, btgatt_srvc_id_t* hal_id) { in GetHALServiceId()
|
/system/core/adf/libadf/include/adf/ |
D | adf.h | 29 adf_id_t id; member
|