Home
last modified time | relevance | path

Searched defs:proxy (Results 1 – 11 of 11) 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/binder/android/bluetooth/
DIBluetoothManager.aidl43 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService()
44 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
/system/libhwbinder/
DIPCThreadState.cpp692 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle()
709 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle()
758 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification()
766 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification()
1252 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local
1260 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local
DParcel.cpp196 BpHwBinder *proxy = binder->remoteBinder(); in flatten_binder() local
241 BpHwBinder *proxy = real->remoteBinder(); in flatten_binder() local
/system/core/libmemunreachable/
DPtracerThread.cpp96 auto proxy = [](void* arg) -> int { in Start() local
/system/tools/aidl/
Dgenerate_java_binder.cpp595 std::unique_ptr<Method> proxy(new Method); in generate_proxy_method() local
811 ClassElement* proxy = nullptr; in generate_methods() local
848 static void generate_interface_descriptors(StubClass* stub, ProxyClass* proxy, in generate_interface_descriptors()
1014 ProxyClass* proxy = new ProxyClass(types, interfaceType->GetProxy(), interfaceType, options); in generate_binder_interface_class() local
Dtype_java.cpp222 const Type* stub, const Type* proxy, const Type* defaultImpl) in InterfaceType()
331 auto proxy = std::make_unique<Type>(this, b.GetPackage(), b.GetName() + ".Stub.Proxy", in AddBinderType() local
Dgenerate_cpp.cpp404 const string proxy = ClassName(interface, ClassNames::CLIENT); in DefineClientMetaTransaction() local
/system/update_engine/
Dlibcurl_http_fetcher.cc116 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType()
/system/core/gatekeeperd/
Dgatekeeperd.cpp433 android::sp<android::GateKeeperProxy> proxy = new android::GateKeeperProxy(); in main() local
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java539 IBase proxy = IBase.getService("this-doesn't-exist"); in client() local
569 IBaz proxy = IBaz.getService(); in client() local