| /device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/ |
| D | BluetoothDeviceService.java | 146 protected boolean isRemote(BluetoothDevice device) { in isRemote() 220 private static void forgetDevice(BluetoothDevice device) { in forgetDevice() 226 public static void forgetAndRepair(Context context, BluetoothDevice device) { in forgetAndRepair() 245 protected abstract RemoteProxy createRemoteProxy(BluetoothDevice device); in createRemoteProxy() 247 private RemoteProxy createDefaultProxy(BluetoothDevice device){ in createDefaultProxy() 263 private void onDeviceUpdated(BluetoothDevice device) { in onDeviceUpdated() 267 private void onDfuUpdated(BluetoothDevice device, DfuResult res) { in onDfuUpdated() 271 private void addDevice(BluetoothDevice device) { in addDevice() 301 private void removeDevice(BluetoothDevice device) { in removeDevice() 314 private void onDeviceUnbonded(BluetoothDevice device) { in onDeviceUnbonded() [all …]
|
| D | BluetoothUtils.java | 51 public static boolean isRemoteClass(BluetoothDevice device) { in isRemoteClass() 76 public static boolean isConnected(BluetoothDevice device) { in isConnected() 83 public static boolean isBonded(BluetoothDevice device) { in isBonded() 90 public static String getName(BluetoothDevice device) { in getName() 97 public static String getOriginalName(BluetoothDevice device) { in getOriginalName() 104 public static boolean isRemote(Context context, BluetoothDevice device) { in isRemote() 128 public static boolean isBluetoothHeadset(BluetoothDevice device) { in isBluetoothHeadset() 141 public static boolean isLeCompatible(BluetoothDevice device) { in isLeCompatible() 147 public static boolean isA2dpSource(BluetoothDevice device) { in isA2dpSource() 156 public static boolean isOfficialDevice(Context context, BluetoothDevice device) { in isOfficialDevice() [all …]
|
| D | NotificationCenter.java | 97 BluetoothDevice device, in refreshLowBatteryNotification() 103 public static synchronized void sendDfuNotification(BluetoothDevice device) { in sendDfuNotification() 107 public static synchronized void dismissUpdateNotification(BluetoothDevice device) { in dismissUpdateNotification() 160 private void sendDfuNotificationImpl(BluetoothDevice device) { in sendDfuNotificationImpl() 219 private void dismissUpdateNotificationImpl(BluetoothDevice device) { in dismissUpdateNotificationImpl() 226 private void refreshLowBatteryNotificationImpl(BluetoothDevice device, BatteryState state, in refreshLowBatteryNotificationImpl() 266 private void postLowBatteryNotification(BluetoothDevice device, boolean forced) { in postLowBatteryNotification() 292 private void postCriticalBatteryNotification(BluetoothDevice device, boolean forced) { in postCriticalBatteryNotification() 321 private void postDepletedBatteryNotification(BluetoothDevice device) { in postDepletedBatteryNotification()
|
| /device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/settings/ |
| D | BluetoothDeviceProvider.java | 29 void onDeviceUpdated(BluetoothDevice device); in onDeviceUpdated() 32 int getBatteryLevel(BluetoothDevice device); in getBatteryLevel() 34 String mapBatteryLevel(Context context, BluetoothDevice device, int level); in mapBatteryLevel() 36 Version getVersion(BluetoothDevice device); in getVersion() 38 boolean hasUpgrade(BluetoothDevice device); in hasUpgrade() 40 boolean isBatteryLow(BluetoothDevice device); in isBatteryLow() 42 DfuResult getDfuState(BluetoothDevice device); in getDfuState() 44 void startDfu(BluetoothDevice device); in startDfu() 46 void connectDevice(BluetoothDevice device); in connectDevice() 48 void disconnectDevice(BluetoothDevice device); in disconnectDevice() [all …]
|
| D | LocalBluetoothDeviceProvider.java | 34 public int getBatteryLevel(BluetoothDevice device) { in getBatteryLevel() 43 public String mapBatteryLevel(Context context, BluetoothDevice device, int level) { in mapBatteryLevel() 52 public Version getVersion(BluetoothDevice device) { in getVersion() 61 public boolean hasUpgrade(BluetoothDevice device) { in hasUpgrade() 70 public boolean isBatteryLow(BluetoothDevice device) { in isBatteryLow() 79 public RemoteProxy.DfuResult getDfuState(BluetoothDevice device) { in getDfuState() 88 public void startDfu(BluetoothDevice device) { in startDfu() 96 public void connectDevice(BluetoothDevice device) { in connectDevice() 104 public void disconnectDevice(BluetoothDevice device) { in disconnectDevice() 112 public void forgetDevice(BluetoothDevice device) { in forgetDevice() [all …]
|
| D | ConnectedDevicesPreferenceFragment.java | 70 BluetoothDevice device); in create() 174 BluetoothDevice device, Preference pref) { in updateBtDevicePreference() 196 BluetoothDeviceProvider provider, BluetoothDevice device) { in createConnectedBtPreference() 203 BluetoothDevicePreferenceFragment.buildArgs(pref.getExtras(), device); in createConnectedBtPreference() local 220 BluetoothDeviceProvider provider, BluetoothDevice device) { in createPairedBtPreference() 251 addressToDevice.put(device.getAddress(), device); in updateBtDevices() local 265 BluetoothDevice device = addressToDevice.get(s); in updateBtDevices() local 275 BluetoothDevice device = addressToDevice.get(s); in updateBtDevices() local 365 private void popDevicePreference(BluetoothDevice device) { in popDevicePreference() 382 BluetoothDevice device = ((BluetoothDevicePreferenceFragment) frag).getDevice(); in popDevicePreferenceImpl() local
|
| /device/amlogic/yukawa/hal/gralloc/ |
| D | mali_gralloc_public_interface.cpp | 41 static void mali_gralloc_dump(gralloc1_device_t *device, uint32_t *outSize, char *outBuffer) in mali_gralloc_dump() 53 static int32_t mali_gralloc_create_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor… in mali_gralloc_create_descriptor() 61 static int32_t mali_gralloc_destroy_descriptor(gralloc1_device_t *device, gralloc1_buffer_descripto… in mali_gralloc_destroy_descriptor() 69 static int32_t mali_gralloc_set_consumer_usage(gralloc1_device_t *device, gralloc1_buffer_descripto… in mali_gralloc_set_consumer_usage() 78 static int32_t mali_gralloc_set_dimensions(gralloc1_device_t *device, gralloc1_buffer_descriptor_t … in mali_gralloc_set_dimensions() 87 static int32_t mali_gralloc_set_format(gralloc1_device_t *device, gralloc1_buffer_descriptor_t desc… in mali_gralloc_set_format() 96 static int32_t mali_gralloc_set_producer_usage(gralloc1_device_t *device, gralloc1_buffer_descripto… in mali_gralloc_set_producer_usage() 105 static int32_t mali_gralloc_get_backing_store(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_backing_store() 114 static int32_t mali_gralloc_get_consumer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_consumer_usage() 123 static int32_t mali_gralloc_get_dimensions(gralloc1_device_t *device, buffer_handle_t buffer, uint3… in mali_gralloc_get_dimensions() [all …]
|
| D | mali_gralloc_private_interface.cpp | 35 static int32_t mali_gralloc_private_get_buff_int_fmt(gralloc1_device_t *device, buffer_handle_t han… in mali_gralloc_private_get_buff_int_fmt() 51 static int32_t mali_gralloc_private_get_buff_fd(gralloc1_device_t *device, buffer_handle_t handle, … in mali_gralloc_private_get_buff_fd() 66 static int32_t mali_gralloc_private_get_buff_int_dims(gralloc1_device_t *device, buffer_handle_t ha… in mali_gralloc_private_get_buff_int_dims() 83 static int32_t mali_gralloc_private_get_buff_offset(gralloc1_device_t *device, buffer_handle_t hand… in mali_gralloc_private_get_buff_offset() 98 static int32_t mali_gralloc_private_get_buff_bytestride(gralloc1_device_t *device, buffer_handle_t … in mali_gralloc_private_get_buff_bytestride() 114 static int32_t mali_gralloc_private_get_buff_yuvinfo(gralloc1_device_t *device, buffer_handle_t han… in mali_gralloc_private_get_buff_yuvinfo() 130 static int32_t mali_gralloc_private_get_buff_size(gralloc1_device_t *device, buffer_handle_t handle… in mali_gralloc_private_get_buff_size() 145 static int32_t mali_gralloc_private_get_buff_flags(gralloc1_device_t *device, buffer_handle_t handl… in mali_gralloc_private_get_buff_flags() 160 static int32_t mali_gralloc_private_get_buff_min_page_size(gralloc1_device_t *device, buffer_handle… in mali_gralloc_private_get_buff_min_page_size() 176 static int32_t mali_gralloc_private_get_attr_param(gralloc1_device_t *device, buffer_handle_t handl… in mali_gralloc_private_get_attr_param() [all …]
|
| /device/generic/vulkan-cereal/fake-android-guest/libvulkan/ |
| D | api_gen.cpp | 82 VKAPI_ATTR VkResult disabledCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR*, co… in disabledCreateSwapchainKHR() 87 VKAPI_ATTR void disabledDestroySwapchainKHR(VkDevice device, VkSwapchainKHR, const VkAllocationCall… in disabledDestroySwapchainKHR() 91 VKAPI_ATTR VkResult disabledGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR, uint32_t*, VkIma… in disabledGetSwapchainImagesKHR() 96 VKAPI_ATTR VkResult disabledAcquireNextImageKHR(VkDevice device, VkSwapchainKHR, uint64_t, VkSemaph… in disabledAcquireNextImageKHR() 106 VKAPI_ATTR VkResult disabledGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPres… in disabledGetDeviceGroupPresentCapabilitiesKHR() 111 VKAPI_ATTR VkResult disabledGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR, VkD… in disabledGetDeviceGroupSurfacePresentModesKHR() 121 VKAPI_ATTR VkResult disabledAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR*,… in disabledAcquireNextImage2KHR() 131 VKAPI_ATTR VkResult disabledGetAndroidHardwareBufferPropertiesANDROID(VkDevice device, const struct… in disabledGetAndroidHardwareBufferPropertiesANDROID() 136 VKAPI_ATTR VkResult disabledGetMemoryAndroidHardwareBufferANDROID(VkDevice device, const VkMemoryGe… in disabledGetMemoryAndroidHardwareBufferANDROID() 531 VKAPI_ATTR PFN_vkVoidFunction GetDeviceProcAddr(VkDevice device, const char* pName) { in GetDeviceProcAddr() [all …]
|
| D | driver_gen.cpp | 34 VKAPI_ATTR VkResult checkedCreateSwapchainKHR(VkDevice device, const VkSwapchainCreateInfoKHR* pCre… in checkedCreateSwapchainKHR() 43 VKAPI_ATTR void checkedDestroySwapchainKHR(VkDevice device, VkSwapchainKHR swapchain, const VkAlloc… in checkedDestroySwapchainKHR() 51 VKAPI_ATTR VkResult checkedGetSwapchainImagesKHR(VkDevice device, VkSwapchainKHR swapchain, uint32_… in checkedGetSwapchainImagesKHR() 60 VKAPI_ATTR VkResult checkedAcquireNextImageKHR(VkDevice device, VkSwapchainKHR swapchain, uint64_t … in checkedAcquireNextImageKHR() 78 VKAPI_ATTR VkResult checkedGetDeviceGroupPresentCapabilitiesKHR(VkDevice device, VkDeviceGroupPrese… in checkedGetDeviceGroupPresentCapabilitiesKHR() 87 VKAPI_ATTR VkResult checkedGetDeviceGroupSurfacePresentModesKHR(VkDevice device, VkSurfaceKHR surfa… in checkedGetDeviceGroupSurfacePresentModesKHR() 96 VKAPI_ATTR VkResult checkedAcquireNextImage2KHR(VkDevice device, const VkAcquireNextImageInfoKHR* p… in checkedAcquireNextImage2KHR() 105 VKAPI_ATTR VkResult checkedGetRefreshCycleDurationGOOGLE(VkDevice device, VkSwapchainKHR swapchain,… in checkedGetRefreshCycleDurationGOOGLE() 114 VKAPI_ATTR VkResult checkedGetPastPresentationTimingGOOGLE(VkDevice device, VkSwapchainKHR swapchai… in checkedGetPastPresentationTimingGOOGLE() 123 VKAPI_ATTR void checkedSetHdrMetadataEXT(VkDevice device, uint32_t swapchainCount, const VkSwapchai… in checkedSetHdrMetadataEXT() [all …]
|
| /device/linaro/hikey/gralloc960/ |
| D | mali_gralloc_public_interface.cpp | 40 static void mali_gralloc_dump(gralloc1_device_t *device, uint32_t *outSize, char *outBuffer) in mali_gralloc_dump() 52 static int32_t mali_gralloc_create_descriptor(gralloc1_device_t *device, gralloc1_buffer_descriptor… in mali_gralloc_create_descriptor() 60 static int32_t mali_gralloc_destroy_descriptor(gralloc1_device_t *device, gralloc1_buffer_descripto… in mali_gralloc_destroy_descriptor() 68 static int32_t mali_gralloc_set_consumer_usage(gralloc1_device_t *device, gralloc1_buffer_descripto… in mali_gralloc_set_consumer_usage() 77 static int32_t mali_gralloc_set_dimensions(gralloc1_device_t *device, gralloc1_buffer_descriptor_t … in mali_gralloc_set_dimensions() 86 static int32_t mali_gralloc_set_format(gralloc1_device_t *device, gralloc1_buffer_descriptor_t desc… in mali_gralloc_set_format() 95 static int32_t mali_gralloc_set_producer_usage(gralloc1_device_t *device, gralloc1_buffer_descripto… in mali_gralloc_set_producer_usage() 104 static int32_t mali_gralloc_get_backing_store(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_backing_store() 113 static int32_t mali_gralloc_get_consumer_usage(gralloc1_device_t *device, buffer_handle_t buffer, in mali_gralloc_get_consumer_usage() 122 static int32_t mali_gralloc_get_dimensions(gralloc1_device_t *device, buffer_handle_t buffer, uint3… in mali_gralloc_get_dimensions() [all …]
|
| D | mali_gralloc_private_interface.cpp | 35 static int32_t mali_gralloc_private_get_buff_int_fmt(gralloc1_device_t *device, buffer_handle_t han… in mali_gralloc_private_get_buff_int_fmt() 51 static int32_t mali_gralloc_private_get_buff_fd(gralloc1_device_t *device, buffer_handle_t handle, … in mali_gralloc_private_get_buff_fd() 66 static int32_t mali_gralloc_private_get_buff_int_dims(gralloc1_device_t *device, buffer_handle_t ha… in mali_gralloc_private_get_buff_int_dims() 83 static int32_t mali_gralloc_private_get_buff_offset(gralloc1_device_t *device, buffer_handle_t hand… in mali_gralloc_private_get_buff_offset() 98 static int32_t mali_gralloc_private_get_buff_bytestride(gralloc1_device_t *device, buffer_handle_t … in mali_gralloc_private_get_buff_bytestride() 114 static int32_t mali_gralloc_private_get_buff_yuvinfo(gralloc1_device_t *device, buffer_handle_t han… in mali_gralloc_private_get_buff_yuvinfo() 130 static int32_t mali_gralloc_private_get_buff_size(gralloc1_device_t *device, buffer_handle_t handle… in mali_gralloc_private_get_buff_size() 145 static int32_t mali_gralloc_private_get_buff_flags(gralloc1_device_t *device, buffer_handle_t handl… in mali_gralloc_private_get_buff_flags() 160 static int32_t mali_gralloc_private_get_buff_min_page_size(gralloc1_device_t *device, buffer_handle… in mali_gralloc_private_get_buff_min_page_size() 176 static int32_t mali_gralloc_private_get_attr_param(gralloc1_device_t *device, buffer_handle_t handl… in mali_gralloc_private_get_attr_param() [all …]
|
| /device/generic/goldfish-opengl/system/vulkan_enc/ |
| D | func_table.cpp | 142 static PFN_vkVoidFunction entry_vkGetDeviceProcAddr(VkDevice device, const char* pName) { in entry_vkGetDeviceProcAddr() 160 static void entry_vkDestroyDevice(VkDevice device, const VkAllocationCallbacks* pAllocator) { in entry_vkDestroyDevice() 209 static void entry_vkGetDeviceQueue(VkDevice device, uint32_t queueFamilyIndex, uint32_t queueIndex, in entry_vkGetDeviceQueue() 233 static VkResult entry_vkDeviceWaitIdle(VkDevice device) { in entry_vkDeviceWaitIdle() 240 static VkResult entry_vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, in entry_vkAllocateMemory() 251 static void entry_vkFreeMemory(VkDevice device, VkDeviceMemory memory, in entry_vkFreeMemory() 258 static VkResult entry_vkMapMemory(VkDevice device, VkDeviceMemory memory, VkDeviceSize offset, in entry_vkMapMemory() 267 static void entry_vkUnmapMemory(VkDevice device, VkDeviceMemory memory) { in entry_vkUnmapMemory() 272 static VkResult entry_vkFlushMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, in entry_vkFlushMappedMemoryRanges() 281 static VkResult entry_vkInvalidateMappedMemoryRanges(VkDevice device, uint32_t memoryRangeCount, in entry_vkInvalidateMappedMemoryRanges() [all …]
|
| D | ResourceTracker.cpp | 300 VkDevice device; member 319 VkDevice device; member 324 VkDevice device; member 344 VkDevice device; member 359 VkDevice device; member 384 VkDevice device; member 451 void unregister_VkDevice(VkDevice device) { in unregister_VkDevice() 642 VkDevice device, in allocAndInitializeDescriptorSets() 724 …void freeDescriptorSetsIfHostAllocated(VkEncoder* enc, VkDevice device, uint32_t descriptorSetCoun… in freeDescriptorSetsIfHostAllocated() 736 …void clearDescriptorPoolAndUnregisterDescriptorSets(void* context, VkDevice device, VkDescriptorPo… in clearDescriptorPoolAndUnregisterDescriptorSets() [all …]
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/testing/ |
| D | VkDecoderTestDispatch.h | 38 VkResult vkAllocateCommandBuffers(VkDevice device, in vkAllocateCommandBuffers() 44 VkResult vkAllocateMemory(VkDevice device, const VkMemoryAllocateInfo* pAllocateInfo, in vkAllocateMemory() 55 VkResult vkBindBufferMemory(VkDevice device, VkBuffer buffer, VkDeviceMemory memory, in vkBindBufferMemory() 61 VkResult vkBindImageMemory(VkDevice device, VkImage image, VkDeviceMemory memory, in vkBindImageMemory() 111 VkResult vkCreateBuffer(VkDevice device, const VkBufferCreateInfo* pCreateInfo, in vkCreateBuffer() 116 VkResult vkCreateCommandPool(VkDevice device, const VkCommandPoolCreateInfo* pCreateInfo, in vkCreateCommandPool() 141 VkResult vkCreateImage(VkDevice device, const VkImageCreateInfo* pCreateInfo, in vkCreateImage() 147 VkResult vkCreateImageView(VkDevice device, const VkImageViewCreateInfo* pCreateInfo, in vkCreateImageView() 157 void vkDestroyBuffer(VkDevice device, VkBuffer buffer, in vkDestroyBuffer() 163 void vkDestroyCommandPool(VkDevice device, VkCommandPool commandPool, in vkDestroyCommandPool() [all …]
|
| /device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/ |
| D | BluetoothPairingService.java | 59 void updateDevice(BluetoothDevice device, int status); in updateDevice() 63 void updatePairingStatus(BluetoothDevice device, int status); in updatePairingStatus() 96 public void pairDevice(BluetoothDevice device) { in pairDevice() 100 public void connectPairedDevice(BluetoothDevice device) { in connectPairedDevice() 143 private void pair(BluetoothDevice device, boolean unpairOnFail) { in pair() 162 private Integer getPairingProfile(BluetoothDevice device) { in getPairingProfile() 174 public void onDeviceAdded(BluetoothDevice device) { in onDeviceAdded() 180 public void onDeviceChanged(BluetoothDevice device) { in onDeviceChanged() 186 public void onDeviceRemoved(BluetoothDevice device) { in onDeviceRemoved() 192 public void onStatusChanged(BluetoothDevice device, int status) { in onStatusChanged()
|
| D | BluetoothScannerFragment.java | 74 void pairDevice(BluetoothDevice device); in pairDevice() 80 PairingClickListener(BluetoothDevice device) { in PairingClickListener() 173 void updateDevice(BluetoothDevice device, int status) { in updateDevice() 189 void updatePairingStatus(BluetoothDevice device, int status) { in updatePairingStatus() 241 private void addUpdateDevice(BluetoothDevice device) { in addUpdateDevice() 249 pref.setIcon(BluetoothUtils.getIcon(getContext(), device)); in addUpdateDevice() local 253 private void removeDevice(BluetoothDevice device) { in removeDevice() 260 private Preference createBluetoothDevicePreference(BluetoothDevice device) { in createBluetoothDevicePreference() 265 pref.setIcon(BluetoothUtils.getIcon(getContext(), device)); in createBluetoothDevicePreference() local
|
| D | BluetoothScannerActivity.java | 124 private static boolean isMatchingDevice(BluetoothDevice device) { in isMatchingDevice() 131 public void pairDevice(BluetoothDevice device) { in pairDevice() 143 public void updateDevice(BluetoothDevice device, int status) { in updateDevice() 150 public void updatePairingStatus(BluetoothDevice device, int status) { in updatePairingStatus()
|
| D | BluetoothScanner.java | 63 void onDeviceAdded(BluetoothDevice device); in onDeviceAdded() 65 void onDeviceChanged(BluetoothDevice device); in onDeviceChanged() 67 void onDeviceRemoved(BluetoothDevice device); in onDeviceRemoved() 216 Device device = in onReceive() local 242 final Device device = presentDevices.get(i); in onReceive() local
|
| /device/generic/vulkan-cereal/stream-servers/vulkan/ |
| D | VkDecoderSnapshot.cpp | 149 VkDevice device, const char* pName) { in vkGetDeviceProcAddr() 171 android::base::BumpPool* pool, VkDevice device, in vkDestroyDevice() 209 android::base::BumpPool* pool, VkDevice device, uint32_t queueFamilyIndex, in vkGetDeviceQueue() 235 android::base::BumpPool* pool, VkResult input_result, VkDevice device) { in vkDeviceWaitIdle() 239 android::base::BumpPool* pool, VkResult input_result, VkDevice device, in vkAllocateMemory() 257 android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory, in vkFreeMemory() 265 android::base::BumpPool* pool, VkResult input_result, VkDevice device, in vkMapMemory() 271 android::base::BumpPool* pool, VkDevice device, VkDeviceMemory memory) { in vkUnmapMemory() 276 VkDevice device, uint32_t memoryRangeCount, in vkFlushMappedMemoryRanges() 282 VkResult input_result, VkDevice device, in vkInvalidateMappedMemoryRanges() [all …]
|
| D | VkDecoderGlobalState.cpp | 216 void removeDelayed(uint64_t h, VkDevice device, std::function<void()> callback) { in removeDelayed() 221 void processDelayedRemovesGlobalStateLocked(VkDevice device) { in processDelayedRemovesGlobalStateLocked() 577 for (auto device : devicesToDestroy) { in vkDestroyInstanceImpl() local 1353 auto device = unbox_VkDevice(boxed_device); in on_vkGetDeviceQueue() local 1391 void destroyDeviceLocked(VkDevice device, const VkAllocationCallbacks* pAllocator) { in destroyDeviceLocked() 1428 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyDevice() local 1442 auto device = unbox_VkDevice(boxed_device); in on_vkCreateBuffer() local 1460 auto device = unbox_VkDevice(boxed_device); in on_vkDestroyBuffer() local 1480 auto device = unbox_VkDevice(boxed_device); in on_vkBindBufferMemory() local 1496 auto device = unbox_VkDevice(boxed_device); in on_vkBindBufferMemory2() local [all …]
|
| D | VkDecoder.cpp | 854 VkDevice device; in decode() local 969 VkDevice device; in decode() local 1448 VkDevice device; in decode() local 1588 VkDevice device; in decode() local 1625 VkDevice device; in decode() local 1707 VkDevice device; in decode() local 1762 VkDevice device; in decode() local 1833 VkDevice device; in decode() local 1866 VkDevice device; in decode() local 1944 VkDevice device; in decode() local [all …]
|
| /device/google/atv/libraries/BluetoothServices/src/com/google/android/tv/btservices/pairing/profiles/ |
| D | PairingProfileWrapper.java | 30 int getConnectionState(BluetoothDevice device); in getConnectionState() 32 boolean connect(BluetoothDevice device); in connect() 34 boolean disconnect(BluetoothDevice device); in disconnect()
|
| D | PairingProfileWrapperA2dp.java | 44 public int getConnectionState(BluetoothDevice device) { in getConnectionState() 49 public boolean connect(BluetoothDevice device) { in connect() 54 public boolean disconnect(BluetoothDevice device) { in disconnect()
|
| D | PairingProfileWrapperHidHost.java | 44 public int getConnectionState(BluetoothDevice device) { in getConnectionState() 49 public boolean connect(BluetoothDevice device) { in connect() 54 public boolean disconnect(BluetoothDevice device) { in disconnect()
|