HomeSort by relevance Sort by last modified time
    Searched refs:openInput (Results 1 - 18 of 18) sorted by null

  /cts/tests/tests/content/src/android/content/res/cts/
AssetFileDescriptor_AutoCloseInputStreamTest.java 78 openInput(0, FILE_LENGTH);
101 openInput(0, FILE_LENGTH);
122 openInput(0, len);
142 openInput(0, FILE_LENGTH);
164 openInput(0, FILE_LENGTH);
187 openInput(0, len);
209 openInput(0, FILE_LENGTH);
228 openInput(0, FILE_LENGTH);
248 openInput(0, FILE_LENGTH);
281 openInput(0, FILE_LENGTH)
    [all...]
  /device/moto/stingray/sensors/
SensorBase.h 37 static int openInput(const char* inputName);
SensorBase.cpp 39 data_fd = openInput(data_name);
86 int SensorBase::openInput(const char* inputName) {
  /device/samsung/crespo/libsensors/
SensorBase.h 38 int openInput(const char* inputName);
SensorBase.cpp 40 data_fd = openInput(data_name);
91 int SensorBase::openInput(const char* inputName) {
AkmSensor.cpp 62 data_fd = openInput("compass");
  /hardware/invensense/libsensors/
SensorBase.h 38 int openInput(const char* inputName);
SensorBase.cpp 40 data_fd = openInput(data_name);
91 int SensorBase::openInput(const char* inputName) {
  /hardware/libhardware_legacy/audio/
AudioPolicyCompatClient.h 49 virtual audio_io_handle_t openInput(uint32_t *pDevices,
AudioPolicyCompatClient.cpp 66 audio_io_handle_t AudioPolicyCompatClient::openInput(uint32_t *pDevices,
AudioPolicyManagerBase.cpp 712 input = mpClientInterface->openInput(&inputDesc->mDevice,
    [all...]
  /frameworks/base/include/media/
IAudioFlinger.h 125 virtual int openInput(uint32_t *pDevices,
  /hardware/libhardware_legacy/include/hardware_legacy/
AudioPolicyInterface.h 195 virtual audio_io_handle_t openInput(uint32_t *pDevices,
  /external/quake/src/com/android/quake/
DownloaderActivity.java 631 FileInputStream is = openInput(file.dest);
    [all...]
  /frameworks/base/media/libmedia/
IAudioFlinger.cpp 431 virtual int openInput(uint32_t *pDevices,
886 int input = openInput(&devices,
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.h 136 virtual int openInput(uint32_t *pDevices,
    [all...]
AudioPolicyService.cpp     [all...]
AudioFlinger.cpp     [all...]

Completed in 351 milliseconds