/hardware/google/pixel/vibrator/cs40l25/ |
D | Hardware.h | 29 open("device/f0_stored", &mF0); in HwApi() 30 open("device/f0_offset", &mF0Offset); in HwApi() 31 open("device/redc_stored", &mRedc); in HwApi() 32 open("device/q_stored", &mQ); in HwApi() 33 open("activate", &mActivate); in HwApi() 34 open("duration", &mDuration); in HwApi() 35 open("state", &mState); in HwApi() 36 open("device/cp_trigger_duration", &mEffectDuration); in HwApi() 37 open("device/cp_trigger_index", &mEffectIndex); in HwApi() 38 open("device/cp_trigger_queue", &mEffectQueue); in HwApi() [all …]
|
/hardware/google/graphics/common/libacryl/ |
D | acrylic_device.cpp | 40 bool AcrylicDevice::open() in open() function in AcrylicDevice 45 mDevFD = ::open(mDevPath.c_str(), O_RDWR); in open() 58 if (!open()) in ioctl() 76 bool AcrylicRedundantDevice::open() in open() function in AcrylicRedundantDevice 83 mDevFd[i] = ::open(mDevPath.c_str(), O_RDWR); in open() 102 if (!open()) in ioctl_unique() 110 if (!open()) in ioctl_current() 117 if (!open()) in ioctl_broadcast()
|
D | acrylic_device.h | 29 bool open(); 52 bool open();
|
/hardware/google/pixel/vibrator/drv2624/ |
D | Hardware.h | 57 open("device/autocal", &mAutocal); in HwApi() 58 open("device/ol_lra_period", &mOlLraPeriod); in HwApi() 59 open("activate", &mActivate); in HwApi() 60 open("duration", &mDuration); in HwApi() 61 open("state", &mState); in HwApi() 62 open("device/rtp_input", &mRtpInput); in HwApi() 63 open("device/mode", &mMode); in HwApi() 64 open("device/set_sequencer", &mSequencer); in HwApi() 65 open("device/scale", &mScale); in HwApi() 66 open("device/ctrl_loop", &mCtrlLoop); in HwApi() [all …]
|
/hardware/google/pixel/vibrator/cs40l26/ |
D | Hardware.h | 73 open("calibration/f0_stored", &mF0); in HwApi() 74 open("default/f0_offset", &mF0Offset); in HwApi() 75 open("calibration/redc_stored", &mRedc); in HwApi() 76 open("calibration/q_stored", &mQ); in HwApi() 77 open("default/vibe_state", &mVibeState); in HwApi() 78 open("default/num_waves", &mEffectCount); in HwApi() 79 open("default/owt_free_space", &mOwtFreeSpace); in HwApi() 80 open("default/f0_comp_enable", &mF0CompEnable); in HwApi() 81 open("default/redc_comp_enable", &mRedcCompEnable); in HwApi() 82 open("default/delay_before_stop_playback_us", &mMinOnOffInterval); in HwApi() [all …]
|
/hardware/google/gfxstream/guest/mesa/bin/ |
D | git_sha1_gen.py | 21 ], stderr=open(os.devnull, 'w')).decode("ascii") 34 with open(args.output, 'r') as file: 37 with open(args.output, 'w') as file:
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_NVX_binary_import.adoc | 35 [open,refpage='VkCuFunctionNVX',desc='Stub description of VkCuFunctionNVX',type='handles'] 44 [open,refpage='VkCuModuleNVX',desc='Stub description of VkCuModuleNVX',type='handles'] 53 [open,refpage='vkCreateCuFunctionNVX',desc='Stub description of vkCreateCuFunctionNVX',type='protos… 64 [open,refpage='VkCuFunctionCreateInfoNVX',desc='Stub description of VkCuFunctionCreateInfoNVX',type… 75 [open,refpage='vkDestroyCuFunctionNVX',desc='Stub description of vkDestroyCuFunctionNVX',type='prot… 86 [open,refpage='vkCreateCuModuleNVX',desc='Stub description of vkCreateCuModuleNVX',type='protos'] 97 [open,refpage='VkCuModuleCreateInfoNVX',desc='Stub description of VkCuModuleCreateInfoNVX',type='st… 108 [open,refpage='vkDestroyCuModuleNVX',desc='Stub description of vkDestroyCuModuleNVX',type='protos'] 119 [open,refpage='vkCmdCuLaunchKernelNVX',desc='Stub description of vkCmdCuLaunchKernelNVX',type='prot… 130 [open,refpage='VkCuLaunchInfoNVX',desc='Stub description of VkCuLaunchInfoNVX',type='structs']
|
/hardware/interfaces/tv/input/1.0/ |
D | ITvInput.hal | 54 * @param deviceId Device ID for the steam to open. 55 * @param streamId Steam ID for the steam to open. Must be one of the 59 * INVALID_STATE if the stream with the given ID is already open; 60 * NO_RESOURCE if the client must close other streams to open the 71 * @param deviceId Device ID for the steam to open. 72 * @param streamId Steam ID for the steam to open. 75 * INVALID_STATE if the stream with the given ID is not open.
|
/hardware/interfaces/compatibility_matrices/ |
D | bump.py | 70 with open(self.current_xml) as f_current, open(self.next_xml, "w") as f_next: 76 with open(android_bp, "r+") as f: 115 with open(android_mk) as f: 128 with open(android_mk, "w") as f:
|
/hardware/google/gfxstream/third-party/fuchsia/magma/ |
D | regen.py | 74 with open(sys.argv[1], 'r') as file: 75 with open(sys.argv[2], 'w') as dest_in: 76 with open(sys.argv[3], 'w') as dest_attrib:
|
/hardware/libhardware/modules/usbcamera/ |
D | CameraHAL.cpp | 93 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) { in open() function in usb_camera_hal::CameraHAL 111 return mCameras[id]->open(mod, dev); in open() 129 return gCameraHAL.open(mod, name, dev); in open_dev() 133 .open = open_dev
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_INTEL_performance_query/ |
D | queries.adoc | 16 [open,refpage='vkInitializePerformanceApiINTEL',desc='Initialize a device for performance queries',… 31 [open,refpage='VkInitializePerformanceApiInfoINTEL',desc='Structure specifying parameters of initia… 45 [open,refpage='vkUninitializePerformanceApiINTEL',desc='Uninitialize a device for performance queri… 57 [open,refpage='vkGetPerformanceParameterINTEL',desc='Query performance capabilities of the device',… 71 [open,refpage='VkPerformanceParameterTypeINTEL',desc='Parameters that can be queried',type='enums'] 85 [open,refpage='VkPerformanceValueINTEL',desc='Container for value and types of parameters that can … 99 [open,refpage='VkPerformanceValueTypeINTEL',desc='Type of the parameters that can be queried',type=… 120 [open,refpage='VkPerformanceValueDataINTEL',desc='Values returned for the parameters',type='structs… 139 [open,refpage='VkQueryPoolPerformanceQueryCreateInfoINTEL',desc='Structure specifying parameters to… 163 [open,refpage='VkQueryPoolSamplingModeINTEL',desc='Enum specifying how performance queries should b… [all …]
|
/hardware/interfaces/audio/aidl/vts/ |
D | VtsHalAudioEffectTargetTest.cpp | 108 ASSERT_NO_FATAL_FAILURE(open(mEffect)); in TEST_P() 123 ASSERT_NO_FATAL_FAILURE(open(effect1)); in TEST_P() 124 ASSERT_NO_FATAL_FAILURE(open(effect2, 1 /* session */)); in TEST_P() 136 ASSERT_NO_FATAL_FAILURE(open(effect1)); in TEST_P() 137 ASSERT_NO_FATAL_FAILURE(open(effect2, 1 /* session */)); in TEST_P() 138 ASSERT_NO_FATAL_FAILURE(open(effect3, 2 /* session */)); in TEST_P() 165 ASSERT_NO_FATAL_FAILURE(open(mEffect)); in TEST_P() 210 ASSERT_NO_FATAL_FAILURE(open(mEffect)); in TEST_P() 220 ASSERT_NO_FATAL_FAILURE(open(mEffect)); in TEST_P() 232 ASSERT_NO_FATAL_FAILURE(open(mEffect)); in TEST_P() [all …]
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | X11Support.cpp | 16 mX11Lib(android::base::SharedLibrary::open("libX11")) { in X11FunctionGetter() 19 mX11Lib = (android::base::SharedLibrary::open("libX11.so.6")); in X11FunctionGetter() 56 mGlxLib(android::base::SharedLibrary::open("libGL.so.1")) { in GlxFunctionGetter()
|
/hardware/google/camera/common/hal/aidl_service/ |
D | version_script.py | 45 with open('%s/soong/build_number.txt' % out_dir, 'r') as file: 94 input_fh = open(input_path, 'r') 104 output_fh = open(output_path, 'w')
|
/hardware/interfaces/automotive/vehicle/tools/ |
D | translate_aidl_enums.py | 66 with open(self.filePath, 'r') as f: 217 with open(android_top + "/packages/services/Car/car-lib/src/android/car/hardware/property/" 221 with open(android_top 226 with open(android_top + "/cts/tests/tests/car/src/android/car/cts/" + file_name + "Test.java",
|
/hardware/libhardware/include/hardware/ |
D | nfc.h | 115 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, member 177 return module->methods->open(module, NFC_NCI_CONTROLLER, in nfc_nci_open() 264 return module->methods->open(module, NFC_PN544_CONTROLLER, in nfc_pn544_open()
|
/hardware/libhardware/include_all/hardware/ |
D | nfc.h | 115 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, member 177 return module->methods->open(module, NFC_NCI_CONTROLLER, in nfc_nci_open() 264 return module->methods->open(module, NFC_PN544_CONTROLLER, in nfc_pn544_open()
|
/hardware/google/pixel/power-libperfmgr/aidl/ |
D | GpuCapacityNode.h | 39 virtual int open(const char *, int) const = 0; 52 int open(const char *path, int flags) const override { return ::open(path, flags); } in open() function
|
/hardware/interfaces/camera/common/1.0/ |
D | types.hal | 207 * 3. openCameraDevice() or openCameraDeviceVersion() is called to open a 211 * calling ICameraProvider::setTorchMode() due to this open() call. 277 * The camera service must be able to simultaneously open and use any 285 * The camera service may still attempt to simultaneously open combinations 288 * supported due to resource constraints from having multiple open devices 290 * 100, open and configure must never fail for any stream configuration 292 * device when it is the only open camera device. 297 * by the camera service to simultaneously open the same camera device. 316 * application has either device open, no lower-priority applications must 317 * be allowed by the camera service to open either device. If a [all …]
|
/hardware/libhardware/modules/camera/3_0/ |
D | CameraHAL.cpp | 89 int CameraHAL::open(const hw_module_t* mod, const char* name, hw_device_t** dev) in open() function in default_camera_hal::CameraHAL 107 return mCameras[id]->open(mod, dev); in open() 164 return gCameraHAL.open(mod, name, dev); in open_dev() 168 .open = open_dev
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | json_validate.py | 44 with open(base_schema_filename) as baseSchemaFile: 46 with open(vkpcc_schema_filename) as vkSchemaFile: 48 with open(args.json_file) as jsonFile:
|
D | deperiodize_vuids.py | 18 with open(filename, 'r', encoding='utf8', newline='\n') as f: 24 with open(filename, 'w', encoding='utf8', newline='\n') as f:
|
/hardware/google/aemu/base/ |
D | SharedMemory_unittest.cpp | 37 err = mReader.open(SharedMemory::AccessMode::READ_ONLY); in TEST() 168 err = mReader.open(SharedMemory::AccessMode::READ_ONLY); in TEST() 176 err = mReader.open(SharedMemory::AccessMode::READ_ONLY); in TEST()
|
/hardware/google/aemu/host-common/ |
D | HostAddressSpace_unittest.cpp | 52 uint32_t handle = mDevice->open(); in TEST_F() 135 uint32_t handle = mDevice->open(); in TEST_F() 136 uint32_t handle2 = mDevice->open(); in TEST_F() 166 uint32_t handle = mDevice->open(); in TEST_F() 202 uint32_t handle = mDevice->open(); in TEST_F()
|