/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/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/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/generic/vulkan-cereal/include/vulkan/ |
D | vk_dispatch_table_helper.h | 34 static VKAPI_ATTR VkResult VKAPI_CALL StubBindBufferMemory2(VkDevice device, uint32_t bindInfoCount… in StubBindBufferMemory2() 35 static VKAPI_ATTR VkResult VKAPI_CALL StubBindImageMemory2(VkDevice device, uint32_t bindInfoCount,… in StubBindImageMemory2() 36 static VKAPI_ATTR void VKAPI_CALL StubGetDeviceGroupPeerMemoryFeatures(VkDevice device, uint32_t he… in StubGetDeviceGroupPeerMemoryFeatures() 40 static VKAPI_ATTR void VKAPI_CALL StubGetImageMemoryRequirements2(VkDevice device, const VkImageMem… in StubGetImageMemoryRequirements2() 41 static VKAPI_ATTR void VKAPI_CALL StubGetBufferMemoryRequirements2(VkDevice device, const VkBufferM… in StubGetBufferMemoryRequirements2() 42 static VKAPI_ATTR void VKAPI_CALL StubGetImageSparseMemoryRequirements2(VkDevice device, const VkIm… in StubGetImageSparseMemoryRequirements2() 50 static VKAPI_ATTR void VKAPI_CALL StubTrimCommandPool(VkDevice device, VkCommandPool commandPool, V… in StubTrimCommandPool() 51 static VKAPI_ATTR void VKAPI_CALL StubGetDeviceQueue2(VkDevice device, const VkDeviceQueueInfo2* pQ… in StubGetDeviceQueue2() 52 static VKAPI_ATTR VkResult VKAPI_CALL StubCreateSamplerYcbcrConversion(VkDevice device, const VkSam… in StubCreateSamplerYcbcrConversion() 53 static VKAPI_ATTR void VKAPI_CALL StubDestroySamplerYcbcrConversion(VkDevice device, VkSamplerYcbcr… in StubDestroySamplerYcbcrConversion() [all …]
|
/device/generic/goldfish-opengl/system/vulkan_enc/ |
D | func_table.cpp | 152 VkDevice device, in entry_vkGetDeviceProcAddr() 174 VkDevice device, in entry_vkDestroyDevice() 228 VkDevice device, in entry_vkGetDeviceQueue() 261 VkDevice device) in entry_vkDeviceWaitIdle() 270 VkDevice device, in entry_vkAllocateMemory() 283 VkDevice device, in entry_vkFreeMemory() 293 VkDevice device, in entry_vkMapMemory() 307 VkDevice device, in entry_vkUnmapMemory() 315 VkDevice device, in entry_vkFlushMappedMemoryRanges() 326 VkDevice device, in entry_vkInvalidateMappedMemoryRanges() [all …]
|
D | ResourceTracker.cpp | 351 VkDevice device; member 356 VkDevice device; member 375 VkDevice device; member 390 VkDevice device; member 412 VkDevice device; member 493 void unregister_VkDevice(VkDevice device) { in unregister_VkDevice() 703 VkDevice device, in allocAndInitializeDescriptorSets() 785 …void freeDescriptorSetsIfHostAllocated(VkEncoder* enc, VkDevice device, uint32_t descriptorSetCoun… in freeDescriptorSetsIfHostAllocated() 797 …void clearDescriptorPoolAndUnregisterDescriptorSets(void* context, VkDevice device, VkDescriptorPo… in clearDescriptorPoolAndUnregisterDescriptorSets() 845 void setDeviceInfo(VkDevice device, in setDeviceInfo() [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
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | ResourceManager11.cpp | 104 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 112 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 126 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 134 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 142 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 150 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 167 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 176 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 184 HRESULT CreateResource(ID3D11Device *device, in CreateResource() 192 HRESULT CreateResource(ID3D11Device *device, in CreateResource() [all …]
|
/device/generic/goldfish/fingerprint/ |
D | fingerprint.c | 82 fingerprint_device_t device; // "inheritance" member 242 static uint64_t fingerprint_get_auth_id(struct fingerprint_device* device) { in fingerprint_get_auth_id() 257 static int fingerprint_set_active_group(struct fingerprint_device *device, uint32_t gid, in fingerprint_set_active_group() 282 static int fingerprint_authenticate(struct fingerprint_device *device, in fingerprint_authenticate() 304 static int fingerprint_enroll(struct fingerprint_device *device, in fingerprint_enroll() 356 static uint64_t fingerprint_pre_enroll(struct fingerprint_device *device) { in fingerprint_pre_enroll() 373 static int fingerprint_post_enroll(struct fingerprint_device* device) { in fingerprint_post_enroll() 388 static int fingerprint_cancel(struct fingerprint_device *device) { in fingerprint_cancel() 404 static int fingerprint_enumerate(struct fingerprint_device *device) { in fingerprint_enumerate() 445 static int fingerprint_remove(struct fingerprint_device *device, in fingerprint_remove() [all …]
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/d3d/d3d9/ |
D | StateManager9.cpp | 516 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setShaderConstants() local 567 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthFunc() local 587 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsFront() local 605 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilOpsBack() local 632 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilFuncsBack() local 658 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setStencilFuncsFront() local 728 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setBlendFuncsEquations() local 792 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setColorMask() local 828 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setSampleMask() local 861 IDirect3DDevice9 *device = mRenderer9->getDevice(); in setDepthBias() local [all …]
|
/device/generic/vulkan-cereal/stream-servers/vulkan/ |
D | VkDecoderSnapshot.cpp | 187 VkDevice device, in vkGetDeviceProcAddr() 218 VkDevice device, in vkDestroyDevice() 274 VkDevice device, in vkGetDeviceQueue() 317 VkDevice device) in vkDeviceWaitIdle() 326 VkDevice device, in vkAllocateMemory() 347 VkDevice device, in vkFreeMemory() 361 VkDevice device, in vkMapMemory() 374 VkDevice device, in vkUnmapMemory() 384 VkDevice device, in vkFlushMappedMemoryRanges() 395 VkDevice device, in vkInvalidateMappedMemoryRanges() [all …]
|
D | VkDecoder.cpp | 682 VkDevice device; in decode() local 778 VkDevice device; in decode() local 1229 VkDevice device; in decode() local 1353 VkDevice device; in decode() local 1385 VkDevice device; in decode() local 1451 VkDevice device; in decode() local 1501 VkDevice device; in decode() local 1564 VkDevice device; in decode() local 1595 VkDevice device; in decode() local 1660 VkDevice device; in decode() local [all …]
|
/device/generic/goldfish-opengl/system/hwc2/ |
D | Device.h | 42 static inline Device* fromDevice(hw_device_t* device) { in fromDevice() 46 static inline Device* fromDevice(hwc2_device_t* device) { in fromDevice() 81 Device* device = Device::fromDevice(dev); in DeviceHook() local 89 Device* device = Device::fromDevice(dev); in displayHook() local 103 Device* device = Device::fromDevice(dev); in layerHook() local
|
/device/generic/goldfish-opengl/system/vulkan/ |
D | goldfish_vulkan.cpp | 512 VkDevice device, in GetMemoryZirconHandleFUCHSIA() 533 VkDevice device, in GetMemoryZirconHandlePropertiesFUCHSIA() 555 VkDevice device, in GetSemaphoreZirconHandleFUCHSIA() 575 VkDevice device, in ImportSemaphoreZirconHandleFUCHSIA() 594 VkDevice device, in CreateBufferCollectionFUCHSIA() 615 void DestroyBufferCollectionFUCHSIA(VkDevice device, in DestroyBufferCollectionFUCHSIA() 634 VkDevice device, in SetBufferCollectionBufferConstraintsFUCHSIA() 657 VkDevice device, in SetBufferCollectionImageConstraintsFUCHSIA() 680 VkDevice device, in GetBufferCollectionPropertiesFUCHSIA() 701 VkDevice device, in CreateBufferCollectionFUCHSIAX() [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()
|