Home
last modified time | relevance | path

Searched defs:device (Results 1 – 25 of 438) sorted by relevance

12345678910>>...18

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImplTest.java145 CachedBluetoothDevice device = mock(CachedBluetoothDevice.class); in testNoConnectionWithDevices() local
196 BluetoothDevice device = mock(BluetoothDevice.class); in getConnectedDevice_exclusivelyManagedDevice_doNotReturn() local
215 BluetoothDevice device = mock(BluetoothDevice.class); in getConnectedDevice_exclusivelyManagedDevice_returnsConnected() local
260 CachedBluetoothDevice device = mock(CachedBluetoothDevice.class); in testOnACLConnectionStateChange_updatesBluetoothStateOnConnection() local
281 CachedBluetoothDevice device = createBluetoothDevice( in testOnActiveDeviceChanged_updatesAudioActive() local
295 CachedBluetoothDevice device = createBluetoothDevice( in isBluetoothAudioActive_headsetIsActive_true() local
305 CachedBluetoothDevice device = createBluetoothDevice( in isBluetoothAudioActive_a2dpIsActive_true() local
315 CachedBluetoothDevice device = createBluetoothDevice( in isBluetoothAudioActive_hearingAidIsActive_true() local
325 CachedBluetoothDevice device = createBluetoothDevice( in isBluetoothAudioActive_leAudioIsActive_true() local
335 CachedBluetoothDevice device = createBluetoothDevice( in isBluetoothAudioActive_otherProfile_false() local
[all …]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHapClientProfile.java91 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
220 public int getHearingAidType(@NonNull BluetoothDevice device) { in getHearingAidType()
233 public boolean supportsSynchronizedPresets(@NonNull BluetoothDevice device) { in supportsSynchronizedPresets()
246 public boolean supportsIndependentPresets(@NonNull BluetoothDevice device) { in supportsIndependentPresets()
259 public boolean supportsDynamicPresets(@NonNull BluetoothDevice device) { in supportsDynamicPresets()
272 public boolean supportsWritablePresets(@NonNull BluetoothDevice device) { in supportsWritablePresets()
295 public int getHapGroup(@NonNull BluetoothDevice device) { in getHapGroup()
311 public int getActivePresetIndex(@NonNull BluetoothDevice device) { in getActivePresetIndex()
328 public BluetoothHapPresetInfo getActivePresetInfo(@NonNull BluetoothDevice device) { in getActivePresetInfo()
349 public void selectPreset(@NonNull BluetoothDevice device, int presetIndex) { in selectPreset()
[all …]
DLeAudioProfile.java74 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
160 public boolean connect(BluetoothDevice device) { in connect()
170 public boolean disconnect(BluetoothDevice device) { in disconnect()
177 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
185 public int getGroupId(@NonNull BluetoothDevice device) { in getGroupId()
192 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice()
239 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
247 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
255 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
279 public int getNameResource(BluetoothDevice device) { in getNameResource()
[all …]
DLocalBluetoothProfile.java38 int getConnectionStatus(BluetoothDevice device); in getConnectionStatus()
44 boolean isEnabled(BluetoothDevice device); in isEnabled()
50 int getConnectionPolicy(BluetoothDevice device); in getConnectionPolicy()
57 boolean setEnabled(BluetoothDevice device, boolean enabled); in setEnabled()
70 int getNameResource(BluetoothDevice device); in getNameResource()
79 int getSummaryResourceForDevice(BluetoothDevice device); in getSummaryResourceForDevice()
DA2dpProfile.java75 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
160 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
167 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice()
184 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
192 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
200 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
226 public boolean supportsHighQualityAudio(BluetoothDevice device) { in supportsHighQualityAudio()
239 public boolean isHighQualityAudioEnabled(BluetoothDevice device) { in isHighQualityAudioEnabled()
265 public void setHighQualityAudioEnabled(BluetoothDevice device, boolean enabled) { in setHighQualityAudioEnabled()
291 public String getHighQualityAudioOptionLabel(BluetoothDevice device) { in getHighQualityAudioOptionLabel()
[all …]
DCachedBluetoothDeviceManager.java75 public void onDeviceNameUpdated(BluetoothDevice device) { in onDeviceNameUpdated()
92 public synchronized CachedBluetoothDevice findDevice(BluetoothDevice device) { in findDevice()
122 public CachedBluetoothDevice addDevice(BluetoothDevice device) { in addDevice()
133 public CachedBluetoothDevice addDevice(BluetoothDevice device, List<ScanFilter> leScanFilters) { in addDevice()
160 public synchronized String getSubDeviceSummary(CachedBluetoothDevice device) { in getSubDeviceSummary()
183 public synchronized void syncDeviceWithinHearingAidSetIfNeeded(CachedBluetoothDevice device, in syncDeviceWithinHearingAidSetIfNeeded()
200 public synchronized boolean isSubDevice(BluetoothDevice device) { in isSubDevice()
245 public String getName(BluetoothDevice device) { in getName()
359 synchronized void removeDuplicateInstanceForIdentityAddress(BluetoothDevice device) { in removeDuplicateInstanceForIdentityAddress()
396 public synchronized void onDeviceUnpaired(CachedBluetoothDevice device) { in onDeviceUnpaired()
[all …]
DVolumeControlProfile.java70 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
160 BluetoothDevice device, @IntRange(from = -255, to = 255) int volumeOffset) { in setVolumeOffset()
179 public boolean isVolumeOffsetAvailable(BluetoothDevice device) { in isVolumeOffsetAvailable()
199 BluetoothDevice device, in setDeviceVolume()
243 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
251 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
259 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
267 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
306 public int getNameResource(BluetoothDevice device) { in getNameResource()
311 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice()
DOppProfile.java43 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
48 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
53 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
58 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
79 public int getNameResource(BluetoothDevice device) { in getNameResource()
83 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice()
DPanProfile.java89 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
97 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
102 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
107 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
136 public int getNameResource(BluetoothDevice device) { in getNameResource()
144 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice()
167 void setLocalRole(BluetoothDevice device, int role) { in setLocalRole()
171 boolean isLocalRoleNap(BluetoothDevice device) { in isLocalRoleNap()
DHearingAidProfile.java99 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
190 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
197 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice()
217 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
225 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
233 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
267 public long getHiSyncId(BluetoothDevice device) { in getHiSyncId()
281 public int getDeviceSide(@NonNull BluetoothDevice device) { in getDeviceSide()
298 public int getDeviceMode(@NonNull BluetoothDevice device) { in getDeviceMode()
316 public int getNameResource(BluetoothDevice device) { in getNameResource()
[all …]
DHeadsetProfile.java71 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
117 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
124 public boolean setActiveDevice(BluetoothDevice device) { in setActiveDevice()
143 public int getAudioState(BluetoothDevice device) { in getAudioState()
151 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
159 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
167 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
201 public int getNameResource(BluetoothDevice device) { in getNameResource()
205 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice()
DHidProfile.java63 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
106 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
114 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
122 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
130 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
154 public int getNameResource(BluetoothDevice device) { in getNameResource()
159 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice()
193 public boolean setPreferredTransport(@NonNull BluetoothDevice device, int transport) { in setPreferredTransport()
DCsipSetCoordinatorProfile.java72 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
136 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
164 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
172 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
180 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
202 public int getNameResource(BluetoothDevice device) { in getNameResource()
207 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice()
222 public Map<Integer, ParcelUuid> getGroupUuidMapByDevice(BluetoothDevice device) { in getGroupUuidMapByDevice()
DHidDeviceProfile.java67 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
107 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
115 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
120 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
125 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
146 public int getNameResource(BluetoothDevice device) { in getNameResource()
151 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice()
DHfpClientProfile.java70 CachedBluetoothDevice device = mDeviceManager.findDevice(nextDevice); in onServiceConnected() local
128 public int getConnectionStatus(BluetoothDevice device) { in getConnectionStatus()
136 public boolean isEnabled(BluetoothDevice device) { in isEnabled()
144 public int getConnectionPolicy(BluetoothDevice device) { in getConnectionPolicy()
152 public boolean setEnabled(BluetoothDevice device, boolean enabled) { in setEnabled()
179 public int getNameResource(BluetoothDevice device) { in getNameResource()
184 public int getSummaryResourceForDevice(BluetoothDevice device) { in getSummaryResourceForDevice()
/frameworks/base/tests/UsbHostExternalManagmentTest/UsbHostExternalManagmentTestApp/src/com/android/hardware/usb/externalmanagementtest/
DUsbDeviceStateController.java38 void onDeviceResetComplete(UsbDevice device); in onDeviceResetComplete()
102 public void startDeviceReset(UsbDevice device) { in startDeviceReset()
110 private void doHandleDeviceReset(UsbDevice device) { in doHandleDeviceReset()
135 UsbDevice device = request.device; in doHandleAoapStart() local
167 private UsbDevice resetUsbDeviceAndConfirmModeChange(UsbDevice device) { in resetUsbDeviceAndConfirmModeChange()
224 private boolean isDeviceRemovedLocked(UsbDevice device) { in isDeviceRemovedLocked()
235 private UsbDevice checkDeviceAttachedLocked(UsbDevice device) { in checkDeviceAttachedLocked()
246 public UsbDeviceConnection openConnection(UsbDevice device) { in openConnection()
251 private void handleUsbDeviceAttached(UsbDevice device) { in handleUsbDeviceAttached()
258 private void handleUsbDeviceDetached(UsbDevice device) { in handleUsbDeviceDetached()
[all …]
DUsbHostManagementActivity.java135 private void startAoap(UsbDevice device) { in startAoap()
141 private void startAoapActivity(UsbDevice device) { in startAoapActivity()
162 private void resetDevice(UsbDevice device) { in resetDevice()
186 private void handleUsbDeviceAttached(UsbDevice device) { in handleUsbDeviceAttached()
202 private void handleUsbDeviceDetached(UsbDevice device) { in handleUsbDeviceDetached()
209 private void updateDevice(UsbDevice device) { in updateDevice()
224 public void onDeviceResetComplete(UsbDevice device) { in onDeviceResetComplete()
230 public void onAoapStartComplete(UsbDevice device) { in onAoapStartComplete()
238 UsbDevice device = intent.<UsbDevice>getParcelableExtra(UsbManager.EXTRA_DEVICE); in onReceive() local
241 UsbDevice device = intent.<UsbDevice>getParcelableExtra(UsbManager.EXTRA_DEVICE); in onReceive() local
/frameworks/base/core/java/android/companion/
DBluetoothDeviceFilterUtils.java58 static boolean matchesAddress(String deviceAddress, BluetoothDevice device) { in matchesAddress()
66 List<ParcelUuid> serviceUuidMasks, BluetoothDevice device) { in matchesServiceUuids()
78 BluetoothDevice device) { in matchesServiceUuid()
96 static boolean matchesName(@Nullable Pattern namePattern, BluetoothDevice device) { in matchesName()
110 static boolean matchesName(@Nullable Pattern namePattern, ScanResult device) { in matchesName()
125 boolean result, BluetoothDevice device, Object criteria) { in debugLogMatchResult()
130 boolean result, ScanResult device, Object criteria) { in debugLogMatchResult()
135 public static String getDeviceDisplayNameInternal(@NonNull BluetoothDevice device) { in getDeviceDisplayNameInternal()
140 public static String getDeviceDisplayNameInternal(@NonNull ScanResult device) { in getDeviceDisplayNameInternal()
145 public static String getDeviceMacAddress(@NonNull Parcelable device) { in getDeviceMacAddress()
/frameworks/native/vulkan/libvulkan/
Dapi_gen.cpp86 VKAPI_ATTR VkResult disabledCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR*, co… in disabledCreateSwapchainKHR()
91 VKAPI_ATTR void disabledDestroySwapchainKHR(VkDevice device, VkSwapchainKHR, const VkAllocationCall… in disabledDestroySwapchainKHR()
95 VKAPI_ATTR VkResult disabledGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR, uint32_t*, VkIma… in disabledGetSwapchainImagesKHR()
100 VKAPI_ATTR VkResult disabledAcquireNextImageKHR(VkDevice device, VkSwapchainKHR, uint64_t, VkSemaph… in disabledAcquireNextImageKHR()
110 VKAPI_ATTR VkResult disabledGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPres… in disabledGetDeviceGroupPresentCapabilitiesKHR()
115 VKAPI_ATTR VkResult disabledGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR, VkD… in disabledGetDeviceGroupSurfacePresentModesKHR()
120 VKAPI_ATTR VkResult disabledAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR*,… in disabledAcquireNextImage2KHR()
130 VKAPI_ATTR VkResult disabledGetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struct… in disabledGetAndroidHardwareBufferPropertiesANDROID()
135 VKAPI_ATTR VkResult disabledGetMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryGe… in disabledGetMemoryAndroidHardwareBufferANDROID()
630 VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName) { in GetDeviceProcAddr()
[all …]
Ddriver_gen.cpp33 VKAPI_ATTR VkResult checkedCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCre… in checkedCreateSwapchainKHR()
42 VKAPI_ATTR void checkedDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAlloc… in checkedDestroySwapchainKHR()
50 VKAPI_ATTR VkResult checkedGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_… in checkedGetSwapchainImagesKHR()
59 VKAPI_ATTR VkResult checkedAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t … in checkedAcquireNextImageKHR()
77 VKAPI_ATTR VkResult checkedBindImageMemory2(VkDevice device, uint32_t bindInfoCount, const VkBindIm… in checkedBindImageMemory2()
86 VKAPI_ATTR VkResult checkedBindImageMemory2KHR(VkDevice device, uint32_t bindInfoCount, const VkBin… in checkedBindImageMemory2KHR()
95 VKAPI_ATTR VkResult checkedGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPrese… in checkedGetDeviceGroupPresentCapabilitiesKHR()
104 VKAPI_ATTR VkResult checkedGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surfa… in checkedGetDeviceGroupSurfacePresentModesKHR()
113 VKAPI_ATTR VkResult checkedAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR* p… in checkedAcquireNextImage2KHR()
122 VKAPI_ATTR void checkedSetHdrMetadataEXT(VkDevice device, uint32_t swapchainCount, const VkSwapchai… in checkedSetHdrMetadataEXT()
[all …]
/frameworks/native/services/inputflinger/reader/
DInputReader.cpp271 std::shared_ptr<InputDevice> device = createDeviceLocked(when, eventHubId, identifier); in addDeviceLocked() local
316 std::shared_ptr<InputDevice> device = std::move(deviceIt->second); in removeDeviceLocked() local
361 std::shared_ptr<InputDevice> device; in createDeviceLocked() local
382 std::shared_ptr<InputDevice>& device = deviceIt->second; in processEventsForDeviceLocked() local
405 std::shared_ptr<InputDevice>& device = devicePair.second; in timeoutExpiredLocked() local
439 std::shared_ptr<InputDevice>& device = devicePair.second; in refreshConfigurationLocked() local
461 std::shared_ptr<InputDevice>& device = devicePair.second; in updateGlobalMetaStateLocked() local
473 std::shared_ptr<InputDevice>& device = devicePair.second; in updateLedMetaStateLocked() local
488 std::shared_ptr<InputDevice>& device = devicePair.second; in getExternalStylusDevicesLocked() local
498 std::shared_ptr<InputDevice>& device = devicePair.second; in dispatchExternalStylusStateLocked() local
[all …]
/frameworks/base/services/core/java/com/android/server/display/
DDisplayDeviceRepository.java83 public void onDisplayDeviceEvent(DisplayDevice device, int event) { in onDisplayDeviceEvent()
132 final DisplayDevice device = mDisplayDevices.get(i); in getByAddressLocked() local
153 private void handleDisplayDeviceAdded(DisplayDevice device) { in handleDisplayDeviceAdded()
168 private void handleDisplayDeviceChanged(DisplayDevice device) { in handleDisplayDeviceChanged()
218 private void handleDisplayDeviceRemoved(DisplayDevice device) { in handleDisplayDeviceRemoved()
232 private void sendEventLocked(DisplayDevice device, int event) { in sendEventLocked()
240 private void sendChangedEventLocked(DisplayDevice device, int diff) { in sendChangedEventLocked()
251 void onDisplayDeviceEventLocked(DisplayDevice device, int event); in onDisplayDeviceEventLocked()
253 void onDisplayDeviceChangedLocked(DisplayDevice device, int diff); in onDisplayDeviceChangedLocked()
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
DMtpClient.java118 public void deviceAdded(MtpDevice device); in deviceAdded()
125 public void deviceRemoved(MtpDevice device); in deviceRemoved()
135 static public boolean isCamera(UsbDevice device) { in isCamera()
274 MtpDevice device = getDevice(deviceName); in getStorageList() local
306 MtpDevice device = getDevice(deviceName); in getObjectInfo() local
321 MtpDevice device = getDevice(deviceName); in deleteObject() local
342 MtpDevice device = getDevice(deviceName); in getObjectList() local
378 MtpDevice device = getDevice(deviceName); in getObject() local
393 MtpDevice device = getDevice(deviceName); in getThumbnail() local
411 MtpDevice device = getDevice(deviceName); in importFile() local
/frameworks/base/media/java/android/media/
DAudioDeviceVolumeManager.java97 void onAudioDeviceVolumeChanged( in onAudioDeviceVolumeChanged()
108 void onAudioDeviceVolumeAdjusted( in onAudioDeviceVolumeAdjusted()
123 @NonNull AudioDeviceAttributes device, boolean handlesVolumeAdjustment) { in ListenerInfo()
151 public void register(boolean register, @NonNull AudioDeviceAttributes device, in register()
165 public void dispatchDeviceVolumeChanged( in dispatchDeviceVolumeChanged()
180 public void dispatchDeviceVolumeAdjusted( in dispatchDeviceVolumeAdjusted()
208 public void setDeviceAbsoluteVolumeBehavior( in setDeviceAbsoluteVolumeBehavior()
234 public void setDeviceAbsoluteMultiVolumeBehavior( in setDeviceAbsoluteMultiVolumeBehavior()
259 public void setDeviceAbsoluteVolumeAdjustOnlyBehavior( in setDeviceAbsoluteVolumeAdjustOnlyBehavior()
286 public void setDeviceAbsoluteMultiVolumeAdjustOnlyBehavior( in setDeviceAbsoluteMultiVolumeAdjustOnlyBehavior()
[all …]
/frameworks/base/core/jni/
Dandroid_hardware_UsbDeviceConnection.cpp56 struct usb_device* device = usb_device_new(deviceNameStr, fd); in android_hardware_UsbDeviceConnection_open() local
72 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_close() local
82 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_get_fd() local
101 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_claim_interface() local
119 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_release_interface() local
136 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_interface() local
148 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_set_configuration() local
162 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_control_request() local
187 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_bulk_request() local
210 struct usb_device* device = get_device_from_object(env, thiz); in android_hardware_UsbDeviceConnection_request_wait() local
[all …]

12345678910>>...18