OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:usb_device_removed
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
accessorychat.c
175
static int
usb_device_removed
(const char *devname, void* client_data) {
function
194
usb_host_run(context, usb_device_added,
usb_device_removed
, NULL, NULL);
/frameworks/base/libs/usb/tests/accessorytest/
usb.c
197
static int
usb_device_removed
(const char *devname, void* client_data) {
function
225
usb_host_run(context, usb_device_added,
usb_device_removed
, NULL, (void *)enable_accessory);
/frameworks/base/services/core/jni/
com_android_server_UsbHostManager.cpp
148
static int
usb_device_removed
(const char *devname, void* client_data) {
function in namespace:android
167
usb_host_run(context, usb_device_added,
usb_device_removed
, NULL, (void *)thiz);
Completed in 73 milliseconds