Searched refs:device (Results 376 - 400 of 497) sorted by relevance

<<11121314151617181920

/frameworks/av/media/libaudiohal/2.0/
H A DDeviceHalHidl.h118 sp<IPrimaryDevice> mPrimaryDevice; // Null if it's not a primary device.
121 explicit DeviceHalHidl(const sp<IDevice>& device);
123 // The destructor automatically closes the device.
/frameworks/av/media/libaudiohal/4.0/
H A DDeviceHalHidl.h119 sp<IPrimaryDevice> mPrimaryDevice; // Null if it's not a primary device.
122 explicit DeviceHalHidl(const sp<IDevice>& device);
124 // The destructor automatically closes the device.
/frameworks/av/media/libaudioprocessing/tests/
H A Dmixer_to_wav_tests.sh46 # send to device
47 echo "waiting for device"
48 adb root && adb wait-for-device remount
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioInputDescriptor.h46 audio_devices_t mDevice; // current device this input is routed to
77 audio_devices_t device,
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DConfigParsingUtils.cpp142 ALOGV("loadDevice() adding device tag (literal type) %s type %08x address %s",
230 ALOGV("loadHwModule() loading device %s", node->name);
342 audio_devices_t device = AUDIO_DEVICE_NONE; local
343 deviceFromString(node->value, device);
344 if (device != AUDIO_DEVICE_NONE) {
345 sp<DeviceDescriptor> defaultOutputDevice = new DeviceDescriptor(device);
349 ALOGW("loadGlobalConfig() default device not specified");
/frameworks/av/services/audiopolicy/enginedefault/src/
H A DEngine.h123 status_t setDefaultDevice(audio_devices_t device);
/frameworks/av/services/camera/libcameraservice/
H A DCameraFlashlight.h33 * that a flash control for each camera module/device version should implement.
39 // Whether a camera device has a flash unit. Calling this function may
65 // Whether a camera device has a flash unit. Before findFlashUnits() is
73 // device. CameraFlashlight will free the resources that may cause the
75 // opening a camera device.
79 // device. CameraFlashlight may invoke callbacks for torch mode
85 // device API versions.
142 // connect to a camera device
149 status_t initializePreviewWindow(const sp<CameraHardwareInterface>& device,
159 // If this function opens camera device i
[all...]
/frameworks/ml/nn/runtime/
H A DModelBuilder.h95 PerformanceInfo getPerformanceInfo(const std::shared_ptr<Device> device,
H A DExecutionBuilder.cpp388 // on a device as opposed to a CPU).
392 for (const auto& device : devices) {
394 VLOG(EXECUTION) << "Checking " << device->getName();
395 device->getSupportedOperations(hidlModel, &supports);
397 VLOG(EXECUTION) << "ExecutionBuilder::startCompute (without plan) on " << device->getName();
398 StepExecutor executor(this, mModel, device->getInterface(),
/frameworks/opt/net/lowpan/tests/
H A Djointest.sh31 adb wait-for-device || die
/frameworks/rs/perf-test-scripts/
H A Dset-cpu-freq38 adb wait-for-device
41 # device name
/frameworks/base/services/core/java/com/android/server/hdmi/
H A DHdmiCecLocalDeviceTv.java65 * Represent a logical device of type TV residing in Android system.
91 // (either by TV or source device). Manual port switching invalidates this value to
105 // All external cec input(source) devices. Does not include system audio device.
110 // device id is used as key of container.
126 // Set to true when the device was woken up by <Text/Image View On>.
134 // from a source device, for instance, needs to be buffered if the device is not
161 // Keeps the mapping (TV input ID, HDMI device ID) to keep track of the TV inputs ready to
227 for (HdmiCecLocalDevice device : mService.getAllLocalDevices()) {
228 addresses.add(device
[all...]
/frameworks/av/media/audioserver/
H A DAndroid.mk46 # If AUDIOSERVER_MULTILIB in device.mk is non-empty then it is used to control
/frameworks/av/services/audiopolicy/engineconfigurable/src/
H A DEngine.h138 audio_devices_t device)
140 return mPolicyEngine->setPropertyForKey<audio_devices_t, audio_source_t>(device,
137 setDeviceForInputSource(const audio_source_t &inputSource, audio_devices_t device) argument
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyClientImpl.cpp102 audio_devices_t *device,
113 return af->openInput(module, input, config, device, address, source, flags);
99 openInput(audio_module_handle_t module, audio_io_handle_t *input, audio_config_t *config, audio_devices_t *device, const String8& address, audio_source_t source, audio_input_flags_t flags) argument
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/le/
H A DScanFilterTest.java54 BluetoothDevice device = adapter.getRemoteDevice(DEVICE_MAC);
55 mScanResult = new ScanResult(device, ScanRecord.parseFromBytes(scanRecord),
73 assertTrue("device filter fails", filter.matches(mScanResult));
76 assertFalse("device filter fails", filter.matches(mScanResult));
/frameworks/base/media/packages/BluetoothMidiService/src/com/android/bluetoothmidiservice/
H A DBluetoothMidiDevice.java46 * Class used to implement a Bluetooth MIDI device.
162 Log.e(TAG, "No CLIENT_CHARACTERISTIC_CONFIG for device " + mBluetoothDevice);
219 public BluetoothMidiDevice(Context context, BluetoothDevice device, argument
221 mBluetoothDevice = device;
/frameworks/base/packages/SettingsLib/tests/integ/
H A DAndroid.mk29 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/base/packages/SystemUI/shared/tests/
H A DAndroid.mk30 LOCAL_COMPATIBILITY_SUITE := device-tests
/frameworks/base/telecomm/java/android/telecom/
H A DCallAudioState.java49 /** Direct the audio stream through the device's earpiece. */
58 /** Direct the audio stream through the device's speakerphone. */
62 * Direct the audio stream through the device's earpiece or wired headset if one is
147 for (BluetoothDevice device : supportedBluetoothDevices) {
148 if (!state.supportedBluetoothDevices.contains(device)) {
/frameworks/base/tools/bit/
H A Dmake.cpp124 read_modules(const string& buildOut, const string& device, map<string,Module>* result, bool quiet) argument
126 string filename(string(buildOut + "/target/product/") + device + "/module-info.json");
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pServiceResponse.java58 * Source device.
115 * @param device source device.
119 WifiP2pDevice device, byte[] data) {
123 mDevice = device;
169 * Returns the source device of service discovery response.
173 * @return the source device of service discovery response.
118 WifiP2pServiceResponse(int serviceType, int status, int transId, WifiP2pDevice device, byte[] data) argument
/frameworks/base/media/java/android/media/
H A DAudioManager.java315 * supported by the HDMI device.
316 * The corresponding integer value is only available when the device is plugged in (as expressed
323 * the connected HDMI device.
324 * The corresponding array of encoding values is only available when the device is plugged in
352 * speaker (TTS) of the device */
773 * Indicates if the device implements a fixed volume policy.
828 * This method has no effect if the device implements a fixed volume policy
854 * This method has no effect if the device implements a fixed volume policy
1006 * the given type of audio output device.
1011 * @param deviceType the type of audio output device fo
3805 isOutputDevice(int device) argument
3814 isInputDevice(int device) argument
3904 setHearingAidDeviceConnectionState(BluetoothDevice device, int state) argument
3924 setBluetoothA2dpDeviceConnectionState(BluetoothDevice device, int state, int profile) argument
3951 setBluetoothA2dpDeviceConnectionStateSuppressNoisyIntent( BluetoothDevice device, int state, int profile, boolean suppressNoisyIntent, int a2dpVolume) argument
3970 handleBluetoothA2dpDeviceConfigChange(BluetoothDevice device) argument
[all...]
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java205 // If the documentId specifies a device having exact one storage, we repalce some device
253 // Remote device does not provide storages. Maybe it is locked.
286 final MtpDeviceRecord device = getDeviceToolkit(identifier.mDeviceId).mDeviceRecord;
298 device.operationsSupported, fileSize)) {
304 // If getPartialObject{|64} are not supported for the device, returns
311 if (MtpDeviceRecord.isWritingSupported(device.operationsSupported)) {
317 "The device does not support writing operation.");
361 // If the parent is storage, the object might be appeared as child of device because
362 // we skip storage when the device ha
[all...]
/frameworks/native/vulkan/libvulkan/
H A Dapi.cpp469 static VKAPI_ATTR VkResult SetDeviceLoaderData(VkDevice device,
579 // log a message if the application device layer array is not empty nor an
937 // query driver device extensions
957 "Failed to enable missing device extension %s", name);
1030 VkResult LayerChain::SetDeviceLoaderData(VkDevice device, void* object) { argument
1034 return (driver::SetDataInternal(dispatchable, &driver::GetData(device)))
1144 void LayerChain::DestroyDevice(VkDevice device, argument
1146 DeviceData& data = GetData(device);
1148 data.dispatch.DestroyDevice(device, allocator);
1199 void DestroyDevice(VkDevice device, cons argument
[all...]

Completed in 4350 milliseconds

<<11121314151617181920