Home
last modified time | relevance | path

Searched refs:existing (Results 1 – 25 of 28) sorted by relevance

12

/hardware/interfaces/audio/core/all-versions/vts/functional/
DDeviceManager.h26 auto existing = instances.find(name); in getExisting() local
27 return existing != instances.end() ? existing->second : sp<Interface>(); in getExisting()
31 auto existing = instances.find(name); in get() local
32 if (existing != instances.end()) return existing->second; in get()
/hardware/libhardware/tests/input/evdev/
DAndroid.bp30 // mkfifo fails on existing files.
/hardware/libhardware/modules/sensors/dynamic_sensor/
DAndroid.bp74 // 1. Use as an extension in an existing hal: declare dependency on libdynamic_sensor_ext shared
75 // library in existing sensor hal.
/hardware/google/av/codec2/vndk/
DC2Buffer.cpp930 std::shared_ptr<Mapped> existing = mMapped.lock(); in map() local
931 if (!existing) { in map()
932 existing = std::shared_ptr<Mapped>(new Mapped(shared_from_this(), writable, fence)); in map()
933 mMapped = existing; in map()
936 if (writable && !existing->writable()) { in map()
937 existing = std::shared_ptr<Mapped>(new Mapped(C2_CANNOT_DO)); in map()
943 return existing; in map()
/hardware/interfaces/gnss/1.1/
DIGnssConfiguration.hal56 * should not be trusted for location on top of existing sources of similar information
/hardware/interfaces/wifi/1.2/
DIWifiNanIface.hal76 * Configure NAN: configures an existing NAN functionality (i.e. assumes
/hardware/interfaces/wifi/1.0/
DIWifiChipEventCallback.hal50 * Callback indicating that an existing iface has been removed from the chip.
DIWifiNanIface.hal77 * Configure NAN: configures an existing NAN functionality (i.e. assumes
DIWifiStaIface.hal144 * Installs an APF program on this iface, replacing an existing
DIWifiChip.hal229 * Any existing |IWifiIface| objects must be marked invalid after this call.
/hardware/interfaces/radio/1.2/
DIRadio.hal156 * addresses of the existing data connection. The format is IP address with optional "/"
163 * addresses of the existing data connection. The format is defined in RFC-4291 section
/hardware/interfaces/wifi/hostapd/1.0/
DIHostapd.hal147 * Removes an existing access point from hostapd.
/hardware/interfaces/radio/1.4/
DIRadio.hal68 * addresses of the existing data connection. The format is IP address with optional "/"
75 * addresses of the existing data connection. The format is defined in RFC-4291 section
Dtypes.hal528 * New call bring up is rejected since the existing data call IP type doesn't match the
804 * Active dedicated bearer was requested for an existing default bearer.
1341 * all existing PDNs are brought down with this end reason because one of the PDN bring up was
/hardware/interfaces/boot/1.0/
DIBootControl.hal100 * Returns the empty string "" if slot does not match an existing slot.
/hardware/interfaces/gnss/1.0/
DIGnssConfiguration.hal76 * constructed and enabled. GNSS HAL must maintain the existing requests
DIGnss.hal117 * implementation must immediately stop responding to any existing requests until the
/hardware/interfaces/keymaster/3.0/
Dtypes.hal74 USAGE_EXPIRE_DATETIME = TagType:DATE | 402, /* Date when existing "messages" should no
175 * except for compatibility with existing other protocols. */
/hardware/interfaces/sensors/2.0/
DISensors.hal58 * After sensor de-activation, existing sensor events that have not
124 * initialize is invoked, then both existing FMQs must be discarded and the
/hardware/interfaces/radio/1.5/
DIRadio.hal186 * addresses of the existing data connection. This parameter must be ignored unless reason
189 * addresses of the existing data connection. The format is defined in RFC-4291 section
Dtypes.hal460 * was deprecated. -1 indicates this information is not available. At the time existing
/hardware/interfaces/health/2.1/
DREADME.md12 1. Delete existing VINTF manifest entry. Search for `android.hardware.health` in
/hardware/interfaces/sensors/1.0/
DISensors.hal43 * After sensor de-activation, existing sensor events that have not
/hardware/interfaces/camera/device/3.2/
DICameraDeviceSession.hal70 * output streams. This call replaces any existing stream configuration with
82 * If the HAL needs to change the stream configuration for an existing
/hardware/interfaces/wifi/supplicant/1.0/
DISupplicantP2pIface.hal194 * existing group as a client. It skips the group owner negotiation

12