Home
last modified time | relevance | path

Searched defs:dev (Results 1 – 25 of 28) sorted by relevance

12

/aosp14/frameworks/base/packages/SystemUI/scripts/token_alignment/
H A Dpackage-lock.json28 "dev": true, boolean
40 "dev": true, boolean
64 "dev": true, boolean
79 "dev": true, boolean
93 "dev": true, boolean
100 "dev": true, boolean
109 "dev": true boolean
168 "dev": true boolean
174 "dev": true boolean
180 "dev": true boolean
[all …]
/aosp14/system/core/fs_mgr/libdm/
H A Ddm_test.cpp104 TempDevice dev("libdm-test-dm-linear", table); in TEST_F() local
167 TempDevice dev("libdm-test-dm-suspend-resume", table); in TEST_F() local
574 TempDevice dev("libdm-test-dm-linear", table); in TEST_F() local
600 TempDevice dev("libdm-test-dm-linear", table); in TEST_F() local
619 TempDevice dev("libdm-test-dm-linear", table); in TEST_F() local
640 TempDevice dev("libdm-test-dm-linear", table); in TEST_F() local
658 TempDevice dev("libdm-test-dm-linear", table); in TEST_F() local
684 TempDevice dev("libdm-test-dm-linear", table); in TEST_F() local
752 dev_t dev; in TEST_F() local
H A Ddm.cpp246 bool DeviceMapper::GetDeviceNameAndUuid(dev_t dev, std::string* name, std::string* uuid) { in GetDeviceNameAndUuid()
515 bool DeviceMapper::GetDeviceNumber(const std::string& name, dev_t* dev) { in GetDeviceNumber()
526 bool DeviceMapper::GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString()
/aosp14/frameworks/base/tests/JankBench/scripts/
H A Drunall.py31 def start_device(name, dev): argument
/aosp14/system/core/libusbhost/
H A Dusbhost.c423 int bus = 0, dev = 0; in usb_device_get_unique_id() local
430 int bus = 0, dev = 0; in usb_device_get_unique_id_from_name() local
438 int dev = id % 1000; in usb_device_get_name_from_unique_id() local
686 struct usb_request *usb_request_new(struct usb_device *dev, in usb_request_new()
741 struct usb_request *usb_request_wait(struct usb_device *dev, int timeoutMillis) in usb_request_wait()
/aosp14/system/core/libusbhost/include/usbhost/
H A Dusbhost.h45 struct usb_device *dev; member
/aosp14/system/core/fs_mgr/
H A Dblockdev.cpp62 static std::string BlockdevName(dev_t dev) { in BlockdevName()
H A Dfs_mgr_overlayfs.cpp196 bool fs_mgr_has_shared_blocks(const std::string& mount_point, const std::string& dev) { in fs_mgr_has_shared_blocks()
221 bool fs_mgr_is_read_only_f2fs(const std::string& dev) { in fs_mgr_is_read_only_f2fs()
/aosp14/system/core/fastboot/
H A Dusb_osx.cpp89 static int try_interfaces(IOUSBDeviceInterface500** dev, usb_handle* handle) { in try_interfaces()
288 IOUSBDeviceInterface500** dev = NULL; in try_device() local
H A Dusb_linux.cpp148 struct usb_device_descriptor *dev; in filter_usb_device() local
/aosp14/system/core/init/
H A Ddevices.cpp120 dev_t dev = makedev(uevent.major, uevent.minor); in FindDmDevice() local
298 dev_t dev = makedev(major, minor); in MakeDevice() local
H A Dfirst_stage_init.cpp61 void FreeRamdisk(DIR* dir, dev_t dev) { in FreeRamdisk()
H A Dsnapuserd_transition.cpp283 std::string dev = "/dev/block/mapper/system"s + fs_mgr_get_slot_suffix(); in TestSnapuserdIsReady() local
/aosp14/system/core/fs_mgr/libfiemap/
H A Dbinder.cpp165 const std::string& name, std::string* dev) { in MapImageWithDeviceMapper()
H A Dimage_manager.cpp571 std::string* dev) { in MapImageWithDeviceMapper()
/aosp14/system/core/fs_mgr/libsnapshot/include_test/libsnapshot/
H A Dtest_helpers.h161 virtual bool GetDeviceString(const std::string& name, std::string* dev) { in GetDeviceString()
/aosp14/system/core/mkbootfs/
H A Dmkbootfs.c325 char dev; in append_devnodes_desc_nod() local
/aosp14/frameworks/base/packages/CompanionDeviceManager/src/com/android/companiondevicemanager/
H A DCompanionDeviceDiscoveryService.java493 T dev, @Nullable List<? extends DeviceFilter<T>> filters) { in findMatch()
/aosp14/system/core/fs_mgr/tools/
H A Ddmctl.cpp355 for (const auto& dev : devices) { in DmListDevices() local
/aosp14/system/core/trusty/libtrusty/tipc-test/
H A Dtipc_test.c650 static void print_uuid(const char *dev, uuid_t *uuid) in print_uuid()
/aosp14/system/core/libsysutils/src/
H A DNetlinkEvent.cpp521 char dev[IFNAMSIZ] = ""; in parseRtMessage() local
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DCachedBluetoothDevice.java509 final BluetoothDevice dev = mDevice; in unpair() local
/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScript.java143 native void nDeviceDestroy(long dev); in nDeviceDestroy()
144 native void nDeviceSetConfig(long dev, int param, int value); in nDeviceSetConfig()
217 native long rsnContextCreateGL(long dev, int ver, int sdkVer, in rsnContextCreateGL()
223 synchronized long nContextCreateGL(long dev, int ver, int sdkVer, in nContextCreateGL()
234 native long rsnContextCreate(long dev, int ver, int sdkVer, int contextType); in rsnContextCreate()
235 synchronized long nContextCreate(long dev, int ver, int sdkVer, int contextType) { in nContextCreate()
/aosp14/frameworks/base/media/java/android/media/
H A DIAudioService.aidl626 oneway void muteAwaitConnection(in int[] usagesToMute, in AudioDeviceAttributes dev, in muteAwaitConnection()
629 oneway void cancelMuteAwaitConnection(in AudioDeviceAttributes dev); in cancelMuteAwaitConnection()
/aosp14/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp833 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) in nDeviceDestroy()
842 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value) in nDeviceSetConfig()
851 nContextCreate(JNIEnv *_env, jobject _this, jlong dev, jint flags, jint sdkVer, jint contextType) in nContextCreate()
860 nContextCreateGL(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, in nContextCreateGL()

12