Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 13 of 13) sorted by relevance

/system/media/alsa_utils/
Dalsa_device_proxy.c46 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/
Dmain.rs11 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/
DIBluetoothManager.aidl54 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()
56 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
/system/libhwbinder/
DIPCThreadState.cpp678 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
DParcel.cpp190 BpHwBinder *proxy = binder->remoteBinder(); in flatten_binder() local
/system/memory/libmemunreachable/
DPtracerThread.cpp96 auto proxy = [](void* arg) -> int { in Start() local
/system/tools/aidl/
Dgenerate_java_binder.cpp586 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
Dgenerate_cpp.cpp413 const string proxy = ClassName(interface, ClassNames::CLIENT); in DefineClientMetaTransaction() local
440 const string proxy = ClassName(interface, ClassNames::CLIENT); in DefineClientMetaTransaction() local
/system/update_engine/
Dlibcurl_http_fetcher.cc113 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType()
/system/keymaster/km_openssl/
Dattestation_utils.cpp295 AuthProxy proxy(tee_enforced, sw_enforced); in generate_attestation() local
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java593 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/
Dgatekeeperd.cpp416 android::sp<android::GateKeeperProxy> proxy = new android::GateKeeperProxy(); in main() local
/system/bt/gd/rust/linux/dbus_projection/dbus_macros/src/
Dlib.rs450 let proxy = dbus::nonblock::Proxy::new( in dbus_proxy_obj() localVariable