/aosp_15_r20/hardware/google/gchips/libvendorgraphicbuffer/gralloc5/ |
D | vendor_graphicbuffer_meta.cpp | 65 int mali_gralloc_reference_validate(buffer_handle_t handle) { in mali_gralloc_reference_validate() 70 const private_handle_t* convertNativeHandleToPrivateHandle(buffer_handle_t handle) { in convertNativeHandleToPrivateHandle() 103 static int get_metadata(buffer_handle_t& handle, typename StandardMetadata<meta>::value_type& outVa… in get_metadata() 144 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in set_dataspace() local 341 void VendorGraphicBufferMeta::init(const buffer_handle_t handle) { in init() 388 native_handle_t* handle = const_cast<native_handle_t*>(hnd); in import_buffer() local 417 VendorGraphicBufferMeta::VendorGraphicBufferMeta(buffer_handle_t handle) { in VendorGraphicBufferMeta()
|
/aosp_15_r20/hardware/google/aemu/host-common/include/host-common/ |
D | AndroidAsyncMessagePipe.h | 96 AsyncMessagePipeHandle handle; member 116 AsyncMessagePipeHandle handle; in load() local 126 AsyncMessagePipeHandle handle = nextPipeHandle(); in create() local 151 base::Optional<PipeRef> getPipe(AsyncMessagePipeHandle handle) { in getPipe() 163 AndroidPipe* createPipeUnderLock(AsyncMessagePipeHandle handle, in createPipeUnderLock() 180 void destroyPipe(AsyncMessagePipeHandle handle) { in destroyPipe() 196 AsyncMessagePipeHandle handle; in nextPipeHandle() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
H A D | cuda_blas_lt.cc | 39 #define SET_ATTR(setter, handle, attr, value) \ argument 42 #define GET_ATTR(getter, handle, attr, ValueT) \ argument 55 port::Status SetAttr(cublasLtMatrixLayout_t handle, in SetAttr() 61 port::StatusOr<T> GetAttr(cublasLtMatrixLayout_t handle, in GetAttr() 67 port::Status SetAttr(cublasLtMatmulDesc_t handle, in SetAttr() 73 port::StatusOr<T> GetAttr(cublasLtMatmulDesc_t handle, in GetAttr() 79 port::Status SetAttr(cublasLtMatmulPreference_t handle, in SetAttr()
|
/aosp_15_r20/external/libchrome/base/threading/ |
H A D | platform_thread_unittest.cc | 45 PlatformThreadHandle handle; in TEST() local 55 PlatformThreadHandle handle[arraysize(thread)]; in TEST() local 72 PlatformThreadHandle handle; in TEST() local 82 PlatformThreadHandle handle[arraysize(thread)]; in TEST() local 168 PlatformThreadHandle handle; in TEST() local 188 PlatformThreadHandle handle[arraysize(thread)]; in TEST() local 290 PlatformThreadHandle handle; in TEST() local
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/ |
H A D | value_inference.cc | 280 int64_t handle; member 419 int64_t handle; member 473 int64_t handle, PostorderDFSNodeType type, InferenceContext context) { in AnalyzeConstantValueFallback() 641 int64_t handle, InferenceContext context) { in AnalyzeUpperBound() 811 int64_t handle, InferenceContext context) { in AnalyzeLowerBound() 901 int64_t handle, InferenceContext context) { in AnalyzeConstant() 1001 int64_t handle, PostorderDFSNodeType type, InferenceContext context) { in AnalyzeIsDynamic() 1490 int64_t handle, PostorderDFSNodeType type) { in PostOrderDFSVisit() 1506 int64_t handle; // Handle of the node in the graph. in PostOrderDFSVisit() member 1607 [&](int64_t handle) { in AnalyzeIsDynamic() [all …]
|
/aosp_15_r20/device/google/contexthub/util/stm32_flash/ |
D | i2c.c | 26 uint8_t i2c_write_data(handle_t *handle, uint8_t *buffer, int length) in i2c_write_data() 38 uint8_t i2c_write_cmd(handle_t *handle, uint8_t cmd) in i2c_write_cmd() 48 uint8_t i2c_read_data(handle_t *handle, uint8_t *data, int length) in i2c_read_data() 58 uint8_t i2c_read_ack(handle_t *handle) in i2c_read_ack() 68 int i2c_init(handle_t *handle) in i2c_init()
|
D | uart.c | 29 uint8_t uart_write_data(handle_t *handle, uint8_t *buffer, int length) in uart_write_data() 41 uint8_t uart_write_cmd(handle_t *handle, uint8_t cmd) in uart_write_cmd() 56 uint8_t uart_read_data(handle_t *handle, uint8_t *data, int length) in uart_read_data() 72 uint8_t uart_read_ack(handle_t *handle) in uart_read_ack() 82 int uart_init(handle_t *handle) in uart_init()
|
/aosp_15_r20/external/tpm2-tss/test/unit/ |
H A D | tctildr-dl.c | 48 __wrap_dlclose(void *handle) in __wrap_dlclose() 56 __wrap_dlsym(void *handle, const char *symbol) in __wrap_dlsym() 144 void *handle = NULL; in test_handle_from_name_first_dlopen_success() local 160 void *handle = NULL; in test_handle_from_name_second_dlopen_success() local 179 void *handle = NULL; in test_handle_from_name_third_dlopen_success() local 218 void *handle; in test_get_info_default_success() local 250 void *handle; in test_get_info_default_info_fail() local 304 void *handle = NULL; in test_tcti_default() local
|
/aosp_15_r20/external/python/cpython2/PC/ |
D | _subprocess.c | 53 HANDLE handle; member 59 sp_handle_new(HANDLE handle) in sp_handle_new() 73 #define HANDLE_TO_PYNUM(handle) PyInt_FromLong((long) handle) argument 76 #define HANDLE_TO_PYNUM(handle) PyLong_FromLongLong((long long) handle) argument 83 HANDLE handle; in sp_handle_detach() local 167 HANDLE handle; in sp_GetStdHandle() local 174 handle = GetStdHandle((DWORD) std_handle); in sp_GetStdHandle() local 564 HANDLE handle; in sp_WaitForSingleObject() local
|
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/device3/ |
H A D | Camera3OutputUtilsTemplated.h | 107 inline bool isHandleNull(const hardware::hidl_handle &handle) { in isHandleNull() 111 inline bool isHandleNull(const aidl::android::hardware::common::NativeHandle &handle) { in isHandleNull() 115 inline size_t numFdsInHandle(const hardware::hidl_handle &handle) { in numFdsInHandle() 119 inline size_t numFdsInHandle(const aidl::android::hardware::common::NativeHandle &handle) { in numFdsInHandle() 123 inline int32_t getHandleFirstFd(const hardware::hidl_handle &handle) { in getHandleFirstFd() 130 inline int32_t getHandleFirstFd(const aidl::android::hardware::common::NativeHandle &handle) { in getHandleFirstFd()
|
/aosp_15_r20/frameworks/base/media/java/android/mtp/ |
H A D | MtpServer.java | 123 public void sendObjectAdded(int handle) { in sendObjectAdded() 127 public void sendObjectRemoved(int handle) { in sendObjectRemoved() 131 public void sendObjectInfoChanged(int handle) { in sendObjectInfoChanged() 157 private native final void native_send_object_added(int handle); in native_send_object_added() 158 private native final void native_send_object_removed(int handle); in native_send_object_removed() 159 private native final void native_send_object_info_changed(int handle); in native_send_object_info_changed()
|
/aosp_15_r20/frameworks/native/libs/sensor/ |
H A D | ISensorEventConnection.cpp | 61 virtual status_t enableDisable(int handle, bool enabled, nsecs_t samplingPeriodNs, in enableDisable() 75 virtual status_t setEventRate(int handle, nsecs_t ns) in setEventRate() 92 virtual int32_t configureChannel(int32_t handle, int32_t rateLevel) { in configureChannel() 133 int handle = data.readInt32(); in onTransact() local 145 int handle = data.readInt32(); in onTransact() local 159 int handle = data.readInt32(); in onTransact() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/bta/vc/ |
D | vc.cc | 324 void OnCharacteristicValueChanged(tCONN_ID conn_id, tGATT_STATUS status, uint16_t handle, in OnCharacteristicValueChanged() 399 void OnNotificationEvent(tCONN_ID conn_id, uint16_t handle, uint16_t len, uint8_t* value) { in OnNotificationEvent() 404 void VolumeControlReadCommon(tCONN_ID conn_id, uint16_t handle) { in VolumeControlReadCommon() 695 void OnExtAudioInCPWrite(uint16_t connection_id, tGATT_STATUS status, uint16_t handle, in OnExtAudioInCPWrite() 753 void OnExtAudioOutCPWrite(tCONN_ID connection_id, tGATT_STATUS status, uint16_t handle, in OnExtAudioOutCPWrite() 788 void OnGattWriteCcc(tCONN_ID connection_id, tGATT_STATUS status, uint16_t handle, in OnGattWriteCcc() argument 816 static void OnGattWriteCccStatic(tCONN_ID connection_id, tGATT_STATUS status, uint16_t handle, in OnGattWriteCccStatic() 958 void OnWriteControlResponse(tCONN_ID connection_id, tGATT_STATUS status, uint16_t handle, in OnWriteControlResponse() 1346 const uint8_t* /*value*/, void* data) { in SetExtAudioInGainSetting() 1376 const uint8_t* /*value*/, void* data) { in SetExtAudioInGainMode() [all …]
|
/aosp_15_r20/external/deqp/framework/delibs/dethread/win32/ |
H A D | deSemaphoreWin32.c | 38 HANDLE handle; in deSemaphore_create() local 53 HANDLE handle = (HANDLE)semaphore; in deSemaphore_destroy() local 59 HANDLE handle = (HANDLE)semaphore; in deSemaphore_increment() local 67 HANDLE handle = (HANDLE)semaphore; in deSemaphore_decrement() local 75 HANDLE handle = (HANDLE)semaphore; in deSemaphore_tryDecrement() local
|
/aosp_15_r20/system/libhwbinder/ |
H A D | IPCThreadState.cpp | 615 status_t IPCThreadState::transact(int32_t handle, in transact() 683 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle() 693 void IPCThreadState::decStrongHandle(int32_t handle) in decStrongHandle() 700 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle() 710 void IPCThreadState::decWeakHandle(int32_t handle) in decWeakHandle() 717 status_t IPCThreadState::attemptIncStrongHandle(int32_t handle) in attemptIncStrongHandle() 741 void IPCThreadState::expungeHandle(int32_t handle, IBinder* binder) in expungeHandle() 749 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification() 757 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification() 1004 int32_t handle, uint32_t code, const Parcel& data, status_t* statusBuffer) in writeTransactionData()
|
/aosp_15_r20/cts/tests/tests/os/src/android/os/cts/ |
H A D | HidlMemoryTest.java | 35 NativeHandle handle = new NativeHandle(); in testAccessors() local 44 NativeHandle handle = new NativeHandle(); in testClose() local 59 NativeHandle handle = new NativeHandle(); in testRelease() local 71 NativeHandle handle = new NativeHandle(); in testDup() local 97 private static boolean isHandleClosed(NativeHandle handle) { in isHandleClosed()
|
/aosp_15_r20/external/libchrome/base/memory/ |
H A D | writable_shared_memory_region.cc | 16 subtle::PlatformSharedMemoryRegion handle = in Create() local 24 subtle::PlatformSharedMemoryRegion handle) { in Deserialize() 38 subtle::PlatformSharedMemoryRegion handle = std::move(region.handle_); in ConvertToReadOnly() local 47 subtle::PlatformSharedMemoryRegion handle = std::move(region.handle_); in ConvertToUnsafe() local 85 subtle::PlatformSharedMemoryRegion handle) in WritableSharedMemoryRegion()
|
H A D | shared_memory_posix.cc | 44 SharedMemory::SharedMemory(const SharedMemoryHandle& handle, bool read_only) in SharedMemory() 53 bool SharedMemory::IsHandleValid(const SharedMemoryHandle& handle) { in IsHandleValid() 58 void SharedMemory::CloseHandle(const SharedMemoryHandle& handle) { in CloseHandle() 70 const SharedMemoryHandle& handle) { in DuplicateHandle() 76 const SharedMemoryHandle& handle) { in GetFdFromSharedMemoryHandle() 328 SharedMemoryHandle SharedMemory::handle() const { in handle() function in base::SharedMemory
|
/aosp_15_r20/external/selinux/libsepol/src/ |
H A D | users.c | 15 static int user_to_record(sepol_handle_t * handle, in user_to_record() 104 int sepol_user_modify(sepol_handle_t * handle, in sepol_user_modify() 287 int sepol_user_exists(sepol_handle_t * handle __attribute__ ((unused)), in sepol_user_exists() 302 int sepol_user_count(sepol_handle_t * handle __attribute__ ((unused)), in sepol_user_count() 312 int sepol_user_query(sepol_handle_t * handle, in sepol_user_query() 341 int sepol_user_iterate(sepol_handle_t * handle, in sepol_user_iterate()
|
/aosp_15_r20/hardware/qcom/wlan/wcn6740/qcwcn/wifi_hal/ |
D | tdls.cpp | 48 TdlsCommand::TdlsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in TdlsCommand() 62 TdlsCommand* TdlsCommand::instance(wifi_handle handle) in instance() 362 wifi_handle handle = getWifiHandle(iface); in wifi_enable_tdls() local 448 wifi_handle handle = getWifiHandle(iface); in wifi_disable_tdls() local 499 wifi_handle handle = getWifiHandle(iface); in wifi_get_tdls_status() local 553 wifi_handle handle = getWifiHandle(iface); in wifi_get_tdls_capabilities() local
|
/aosp_15_r20/hardware/qcom/wlan/legacy/qcwcn/wifi_hal/ |
D | tdls.cpp | 43 TdlsCommand::TdlsCommand(wifi_handle handle, int id, u32 vendor_id, u32 subcmd) in TdlsCommand() 57 TdlsCommand* TdlsCommand::instance(wifi_handle handle) in instance() 357 wifi_handle handle = getWifiHandle(iface); in wifi_enable_tdls() local 441 wifi_handle handle = getWifiHandle(iface); in wifi_disable_tdls() local 490 wifi_handle handle = getWifiHandle(iface); in wifi_get_tdls_status() local 542 wifi_handle handle = getWifiHandle(iface); in wifi_get_tdls_capabilities() local
|
/aosp_15_r20/packages/modules/Bluetooth/system/stack/acl/ |
D | ble_acl.cc | 43 static bool acl_ble_common_connection(const tBLE_BD_ADDR& address_with_type, uint16_t handle, in acl_ble_common_connection() 78 void acl_ble_enhanced_connection_complete(const tBLE_BD_ADDR& address_with_type, uint16_t handle, in acl_ble_enhanced_connection_complete() 107 const tBLE_BD_ADDR& address_with_type, uint16_t handle, tHCI_ROLE role, in acl_ble_enhanced_connection_complete_from_shim() 146 void acl_ble_update_event_received(tHCI_STATUS status, uint16_t handle, uint16_t interval, in acl_ble_update_event_received() 159 void acl_ble_update_request_event_received(uint16_t handle, uint16_t interval_min, in acl_ble_update_request_event_received() 165 void acl_ble_data_length_change_event(uint16_t handle, uint16_t max_tx_octets, uint16_t max_tx_time, in acl_ble_data_length_change_event()
|
/aosp_15_r20/system/chre/platform/shared/audio_pal/ |
H A D | platform_audio.cc | 67 void PlatformAudio::setHandleEnabled(uint32_t handle, bool enabled) { in setHandleEnabled() 72 bool PlatformAudio::requestAudioDataEvent(uint32_t handle, uint32_t numSamples, in requestAudioDataEvent() 83 void PlatformAudio::cancelAudioDataEventRequest(uint32_t handle) { in cancelAudioDataEventRequest() 106 bool PlatformAudio::getAudioSource(uint32_t handle, in getAudioSource() 123 void PlatformAudioBase::audioAvailabilityCallback(uint32_t handle, in audioAvailabilityCallback()
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | writable_shared_memory_region.cc | 21 subtle::PlatformSharedMemoryRegion handle = in Create() local 29 subtle::PlatformSharedMemoryRegion handle) { in Deserialize() 43 subtle::PlatformSharedMemoryRegion handle = std::move(region.handle_); in ConvertToReadOnly() local 52 subtle::PlatformSharedMemoryRegion handle = std::move(region.handle_); in ConvertToUnsafe() local 91 subtle::PlatformSharedMemoryRegion handle) in WritableSharedMemoryRegion()
|
/aosp_15_r20/external/skia/tools/sk_app/android/ |
H A D | surface_glue_android.cpp | 251 JNIEnv* env, jobject application, jlong handle) { in Java_org_skia_viewer_ViewerApplication_destroyNativeApp() 257 JNIEnv* env, jobject activity, jlong handle, jobject surface) { in Java_org_skia_viewer_ViewerActivity_onSurfaceCreated() 265 JNIEnv* env, jobject activity, jlong handle, jobject surface) { in Java_org_skia_viewer_ViewerActivity_onSurfaceChanged() 273 JNIEnv* env, jobject activity, jlong handle) { in Java_org_skia_viewer_ViewerActivity_onSurfaceDestroyed() 280 jlong handle, in Java_org_skia_viewer_ViewerActivity_onKeyPressed() 289 JNIEnv* env, jobject activity, jlong handle, jint owner, jint state, jfloat x, jfloat y) { in Java_org_skia_viewer_ViewerActivity_onTouched() 300 JNIEnv* env, jobject activity, jlong handle, jstring stateName, jstring stateValue) { in Java_org_skia_viewer_ViewerActivity_onUIStateChanged()
|