Searched defs:proxy (Results 1 – 11 of 11) sorted by relevance
/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/binder/android/bluetooth/ |
D | IBluetoothManager.aidl | 43 boolean bindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in bindBluetoothProfileService() 44 void unbindBluetoothProfileService(int profile, IBluetoothProfileServiceConnection proxy); in unbindBluetoothProfileService()
|
/system/libhwbinder/ |
D | IPCThreadState.cpp | 692 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
|
D | Parcel.cpp | 196 BpHwBinder *proxy = binder->remoteBinder(); in flatten_binder() local 241 BpHwBinder *proxy = real->remoteBinder(); in flatten_binder() local
|
/system/core/libmemunreachable/ |
D | PtracerThread.cpp | 96 auto proxy = [](void* arg) -> int { in Start() local
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 595 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
|
D | type_java.cpp | 222 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
|
D | generate_cpp.cpp | 404 const string proxy = ClassName(interface, ClassNames::CLIENT); in DefineClientMetaTransaction() local
|
/system/update_engine/ |
D | libcurl_http_fetcher.cc | 116 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType()
|
/system/core/gatekeeperd/ |
D | gatekeeperd.cpp | 433 android::sp<android::GateKeeperProxy> proxy = new android::GateKeeperProxy(); in main() local
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 539 IBase proxy = IBase.getService("this-doesn't-exist"); in client() local 569 IBaz proxy = IBaz.getService(); in client() local
|