Searched defs:proxy (Results 1 – 11 of 11) sorted by relevance
/system/media/alsa_utils/ |
D | alsa_device_proxy.c | 51 int proxy_prepare(alsa_device_proxy * proxy, const alsa_device_profile* profile, in proxy_prepare() 140 int proxy_prepare_from_default_config(alsa_device_proxy * proxy, in proxy_prepare_from_default_config() 167 int proxy_open(alsa_device_proxy * proxy) in proxy_open() 196 void proxy_close(alsa_device_proxy * proxy) in proxy_close() 209 unsigned proxy_get_sample_rate(const alsa_device_proxy * proxy) in proxy_get_sample_rate() 217 enum pcm_format proxy_get_format(const alsa_device_proxy * proxy) in proxy_get_format() 225 unsigned proxy_get_channel_count(const alsa_device_proxy * proxy) in proxy_get_channel_count() 233 unsigned int proxy_get_period_size(const alsa_device_proxy * proxy) in proxy_get_period_size() 238 unsigned int proxy_get_period_count(const alsa_device_proxy * proxy) in proxy_get_period_count() 243 static unsigned int proxy_get_extra_latency_ms(const alsa_device_proxy * proxy) in proxy_get_extra_latency_ms() [all …]
|
/system/keymaster/km_openssl/ |
D | curve25519_key.cpp | 24 AuthProxy proxy(hw_enforced, sw_enforced); in IsEd25519Key() local 32 AuthProxy proxy(hw_enforced, sw_enforced); in IsX25519Key() local
|
D | attestation_utils.cpp | 287 AuthProxy proxy(tee_enforced, sw_enforced); in generate_attestation() local
|
/system/core/gatekeeperd/ |
D | main.cpp | 36 android::sp<android::GateKeeperProxy> proxy = new android::GateKeeperProxy(); in main() local
|
/system/libhwbinder/ |
D | IPCThreadState.cpp | 683 void IPCThreadState::incStrongHandle(int32_t handle, BpHwBinder *proxy) in incStrongHandle() 700 void IPCThreadState::incWeakHandle(int32_t handle, BpHwBinder *proxy) in incWeakHandle() 749 status_t IPCThreadState::requestDeathNotification(int32_t handle, BpHwBinder* proxy) in requestDeathNotification() 757 status_t IPCThreadState::clearDeathNotification(int32_t handle, BpHwBinder* proxy) in clearDeathNotification() 1264 BpHwBinder *proxy = (BpHwBinder*)mIn.readPointer(); in executeCommand() local 1272 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 | 98 auto proxy = [](void* arg) -> int { in Start() local
|
/system/keymaster/tests/ |
D | authorization_set_test.cpp | 707 AuthProxy proxy(hw_set, sw_set); in TEST() local 720 AuthProxy proxy(hw_set, sw_set); in TEST() local 743 AuthProxy proxy(hw_set, sw_set); in TEST() local
|
/system/update_engine/ |
D | libcurl_http_fetcher.cc | 112 bool LibcurlHttpFetcher::GetProxyType(const string& proxy, in GetProxyType()
|
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
D | HidlTestJava.java | 610 IBase proxy = IBase.getService("this-doesn't-exist"); in client() local 622 IBase proxy = IBase.getService("this-doesn't-exist", true /*retry*/); in client() local 652 IBaz proxy = IBaz.getService(); in client() local
|
/system/tools/aidl/ |
D | generate_java_binder.cpp | 1063 std::shared_ptr<ProxyClass> proxy) { in GenerateInterfaceDescriptors() 1364 auto proxy = std::make_shared<ProxyClass>(iface, options); in GenerateInterfaceClass() local
|