Searched defs:open (Results 1 – 11 of 11) sorted by relevance
36 Intent open = new Intent(Intent.ACTION_VIEW); in openNotification() local
65 Return<void> VsockCameraDevice::open(const sp<ICameraDeviceCallback>& callback, in open() function in android::hardware::camera::device::V3_4::implementation::VsockCameraDevice
61 int (*open)(const hw_module_t*, const char*, hw_device_t**); member
91 void HwApiBase::open(const std::string &name, T *stream) { in open() function
93 void HwApiBase::open(const std::string &name, T *stream) { in open() function
46 # define open _open macro
75 Result Socket::open(int domain, int type, int protocol) { in open() function in Socket
448 ScopedAStatus CameraDevice::open(const std::shared_ptr<ICameraDeviceCallback>& callback, in open() function in android::hardware::camera::provider::implementation::CameraDevice
226 async fn open(&self, callback: &Strong<dyn INfcClientCallback>) -> binder::Result<()> { in open() method