Home
last modified time | relevance | path

Searched defs:open (Results 1 – 11 of 11) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationsUtils.java36 Intent open = new Intent(Intent.ACTION_VIEW); in openNotification() local
/device/google/cuttlefish/guest/hals/camera/
Dvsock_camera_device_3_4.cpp65 Return<void> VsockCameraDevice::open(const sp<ICameraDeviceCallback>& callback, in open() function in android::hardware::camera::device::V3_4::implementation::VsockCameraDevice
/device/generic/opengl-transport/host/libs/virglrenderer/include/hardware/
Dhardware.h61 int (*open)(const hw_module_t*, const char*, hw_device_t**); member
/device/google/felix/vibrator/common/
DHardwareBase.h91 void HwApiBase::open(const std::string &name, T *stream) { in open() function
/device/google/sunfish/vibrator/common/
DHardwareBase.h93 void HwApiBase::open(const std::string &name, T *stream) { in open() function
/device/google/coral/json-c/
Djson_util.c46 # define open _open macro
/device/google/sunfish/json-c/
Djson_util.c46 # define open _open macro
/device/google/redbull/json-c/
Djson_util.c46 # define open _open macro
/device/generic/goldfish/dhcp/common/
Dsocket.cpp75 Result Socket::open(int domain, int type, int protocol) { in open() function in Socket
/device/generic/goldfish/camera/
DCameraDevice.cpp448 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/
Dnfc.rs226 async fn open(&self, callback: &Strong<dyn INfcClientCallback>) -> binder::Result<()> { in open() method