Searched refs:device_id (Results 1 – 9 of 9) sorted by relevance
/system/bt/vendor_libs/test_vendor_lib/model/setup/ |
D | phy_layer_factory.cc | 36 uint32_t device_id) { in GetPhyLayer() argument 38 phy_type_, next_id_++, device_receive, device_id, this); in GetPhyLayer() 117 uint32_t device_id, PhyLayerFactory* factory) in PhyLayerImpl() argument 118 : PhyLayer(phy_type, id, device_receive, device_id), factory_(factory) {} in PhyLayerImpl()
|
D | phy_layer.h | 29 uint32_t device_id) in PhyLayer() argument 32 device_id_(device_id), in PhyLayer()
|
D | phy_layer_factory.h | 44 uint32_t device_id); 72 uint32_t device_id, PhyLayerFactory* factory);
|
D | test_command_handler.cc | 244 size_t device_id = std::stoi(args[0]); in SetDeviceAddress() local 247 model_.SetDeviceAddress(device_id, device_address); in SetDeviceAddress()
|
/system/nvram/hal/ |
D | testing_nvram_implementation.cpp | 131 const char* device_id, in testing_nvram_open() argument 133 if (strcmp(NVRAM_HARDWARE_DEVICE_ID, device_id) != 0) { in testing_nvram_open()
|
D | testing_module.c | 21 const char* device_id,
|
/system/core/init/ |
D | devices.cpp | 502 int device_id = uevent.minor % 128 + 1; in HandleUevent() local 503 devpath = StringPrintf("/dev/bus/usb/%03d/%03d", bus_id, device_id); in HandleUevent()
|
D | README.ueventd.md | 38 otherwise as `/dev/bus/usb/<bus_id>/<device_id>` where `bus_id` is `uevent MINOR / 128 + 1` and 39 `device_id` is `uevent MINOR % 128 + 1`.
|
/system/media/audio/include/system/ |
D | audio.h | 2032 char device_id[AUDIO_MICROPHONE_ID_MAX_LEN]; member
|