Searched defs:open (Results 1 – 5 of 5) sorted by relevance
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ | ||
D | NotificationsUtils.java | 36 Intent open = new Intent(Intent.ACTION_VIEW); in openNotification() local |
/device/google/cuttlefish/guest/hals/camera/ | ||
D | vsock_camera_device_3_4.cpp | 65 Return<void> VsockCameraDevice::open(const sp<ICameraDeviceCallback>& callback, in open() function in android::hardware::camera::device::V3_4::implementation::VsockCameraDevice |
/device/generic/trusty/dhcp/common/ | ||
D | socket.cpp | 70 Result Socket::open(int domain, int type, int protocol) { in open() function in Socket |
/device/generic/goldfish/hals/camera/ | ||
D | CameraDevice.cpp | 448 ScopedAStatus CameraDevice::open(const std::shared_ptr<ICameraDeviceCallback>& callback, in open() function in android::hardware::camera::provider::implementation::CameraDevice |
/device/google/cuttlefish/guest/hals/nfc/src/ | ||
D | nfc.rs | 226 async fn open(&self, callback: &Strong<dyn INfcClientCallback>) -> binder::Result<()> { in open() method |