/system/media/alsa_utils/ |
D | alsa_device_proxy.c | 46 int proxy_prepare(alsa_device_proxy * proxy, const alsa_device_profile* profile, in proxy_prepare() 129 int proxy_open(alsa_device_proxy * proxy) in proxy_open() 158 void proxy_close(alsa_device_proxy * proxy) in proxy_close() 171 unsigned proxy_get_sample_rate(const alsa_device_proxy * proxy) in proxy_get_sample_rate() 179 enum pcm_format proxy_get_format(const alsa_device_proxy * proxy) in proxy_get_format() 187 unsigned proxy_get_channel_count(const alsa_device_proxy * proxy) in proxy_get_channel_count() 195 unsigned int proxy_get_period_size(const alsa_device_proxy * proxy) in proxy_get_period_size() 200 unsigned int proxy_get_period_count(const alsa_device_proxy * proxy) in proxy_get_period_count() 205 unsigned proxy_get_latency(const alsa_device_proxy * proxy) in proxy_get_latency() 211 int proxy_get_presentation_position(const alsa_device_proxy * proxy, in proxy_get_presentation_position() [all …]
|
/system/bt/gd/rust/linux/mgmt/src/bin/btmanagerd/ |
D | main.rs | 11 let proxy = context.get_proxy(); in main() localVariable 45 let proxy = in main() localVariable 60 let proxy = in main() localVariable 74 let proxy = in main() localVariable 92 let proxy = in main() localVariable 111 let proxy = in main() localVariable
|
/system/bt/binder/android/bluetooth/ |
D | IBluetoothManager.aidl | 54 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService() 56 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
|
/system/libhwbinder/ |
D | IPCThreadState.cpp | 678 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle() 695 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle() 744 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification() 752 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification() 1250 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local 1258 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local
|
D | Parcel.cpp | 190 BpHwBinder *proxy = binder->remoteBinder(); in flatten_binder() local
|
/system/memory/libmemunreachable/ |
D | PtracerThread.cpp | 96 auto proxy = [](void* arg) -> int { in Start() local
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 586 auto proxy = std::make_shared<Method>(); in generate_proxy_method() local 851 std::shared_ptr<ClassElement> proxy = nullptr; in generate_methods() local 923 std::shared_ptr<ProxyClass> proxy) { in generate_interface_descriptors() 1116 auto proxy = std::make_shared<ProxyClass>(iface, options); in generate_binder_interface_class() local
|
D | generate_cpp.cpp | 413 const string proxy = ClassName(interface, ClassNames::CLIENT); in DefineClientMetaTransaction() local 440 const string proxy = ClassName(interface, ClassNames::CLIENT); in DefineClientMetaTransaction() local
|
/system/update_engine/ |
D | libcurl_http_fetcher.cc | 113 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType()
|
/system/keymaster/km_openssl/ |
D | attestation_utils.cpp | 295 AuthProxy proxy(tee_enforced, sw_enforced); in generate_attestation() local
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 593 IBase proxy = IBase.getService("this-doesn't-exist"); in client() local 605 IBase proxy = IBase.getService("this-doesn't-exist", true /*retry*/); in client() local 635 IBaz proxy = IBaz.getService(); in client() local
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 416 android::sp<android::GateKeeperProxy> proxy = new android::GateKeeperProxy(); in main() local
|
/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/ |
D | lib.rs | 450 let proxy = dbus::nonblock::Proxy::new( in dbus_proxy_obj() localVariable
|