Home
last modified time | relevance | path

Searched defs:deviceId (Results 1 – 25 of 27) sorted by relevance

12

/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/current/android/hardware/tv/input/
DITvInput.aidl37 void closeStream(in int deviceId, in int streamId); in closeStream()
38 android.hardware.tv.input.TvStreamConfig[] getStreamConfigurations(in int deviceId); in getStreamConfigurations()
39 android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId); in openStream()
41 …void setTvMessageEnabled(int deviceId, int streamId, in android.hardware.tv.input.TvMessageEventTy… in setTvMessageEnabled()
42 …criptor<byte,android.hardware.common.fmq.SynchronizedReadWrite> queue, int deviceId, int streamId); in getTvMessageQueueDesc()
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/2/android/hardware/tv/input/
DITvInput.aidl37 void closeStream(in int deviceId, in int streamId); in closeStream()
38 android.hardware.tv.input.TvStreamConfig[] getStreamConfigurations(in int deviceId); in getStreamConfigurations()
39 android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId); in openStream()
41 …void setTvMessageEnabled(int deviceId, int streamId, in android.hardware.tv.input.TvMessageEventTy… in setTvMessageEnabled()
42 …criptor<byte,android.hardware.common.fmq.SynchronizedReadWrite> queue, int deviceId, int streamId); in getTvMessageQueueDesc()
/hardware/interfaces/tv/input/aidl/aidl_api/android.hardware.tv.input/1/android/hardware/tv/input/
DITvInput.aidl37 void closeStream(in int deviceId, in int streamId); in closeStream()
38 android.hardware.tv.input.TvStreamConfig[] getStreamConfigurations(in int deviceId); in getStreamConfigurations()
39 android.hardware.common.NativeHandle openStream(in int deviceId, in int streamId); in openStream()
41 …void setTvMessageEnabled(int deviceId, int streamId, in android.hardware.tv.input.TvMessageEventTy… in setTvMessageEnabled()
42 …criptor<byte,android.hardware.common.fmq.SynchronizedReadWrite> queue, int deviceId, int streamId); in getTvMessageQueueDesc()
/hardware/interfaces/tv/input/aidl/android/hardware/tv/input/
DITvInput.aidl43 void closeStream(in int deviceId, in int streamId); in closeStream()
55 TvStreamConfig[] getStreamConfigurations(in int deviceId); in getStreamConfigurations()
66 NativeHandle openStream(in int deviceId, in int streamId); in openStream()
90 int deviceId, int streamId, in TvMessageEventType type, boolean enabled); in setTvMessageEnabled()
111 out MQDescriptor<byte, SynchronizedReadWrite> queue, int deviceId, int streamId); in getTvMessageQueueDesc()
/hardware/google/camera/devices/EmulatedCamera/hwl/tools/
Dparse_bugreport.py43 def parseCameraDump(deviceId, cameraDumpPath, tagList): argument
109 deviceId = "" variable
114 deviceId = str(sys.argv[2]) variable
/hardware/interfaces/automotive/ivn_android_device/vts/src/
DVtsHalIvnTargetTest.cpp68 for (int deviceId : otherDeviceIds) { in TEST_P() local
103 for (int deviceId : allDeviceIds) { in TEST_P() local
145 for (int deviceId : otherDeviceIds) { in TEST_P() local
/hardware/interfaces/tv/input/1.0/default/
DTvInput.cpp81 Return<void> TvInput::getStreamConfigurations(int32_t deviceId, getStreamConfigurations_cb cb) { in getStreamConfigurations()
106 Return<void> TvInput::openStream(int32_t deviceId, int32_t streamId, openStream_cb cb) { in openStream()
130 Return<Result> TvInput::closeStream(int32_t deviceId, int32_t streamId) { in closeStream()
/hardware/interfaces/input/processor/aidl/android/hardware/input/processor/
DIInputProcessor.aidl39 void resetDevice(in int deviceId); in resetDevice()
/hardware/interfaces/input/processor/aidl/aidl_api/android.hardware.input.processor/1/android/hardware/input/processor/
DIInputProcessor.aidl39 void resetDevice(in int deviceId); in resetDevice()
/hardware/interfaces/input/processor/aidl/aidl_api/android.hardware.input.processor/current/android/hardware/input/processor/
DIInputProcessor.aidl39 void resetDevice(in int deviceId); in resetDevice()
/hardware/interfaces/automotive/ivn_android_device/impl/default/test/
DIvnAndroidDeviceServiceUnittest.cpp48 int deviceId = -1; in TEST_F() local
66 int deviceId = -1; in TEST_F() local
/hardware/interfaces/automotive/ivn_android_device/impl/default/src/
DIvnAndroidDeviceService.cpp78 int deviceId = device["DeviceId"].asInt(); in init() local
136 ScopedAStatus IvnAndroidDeviceService::getMyDeviceId(int* deviceId) { in getMyDeviceId()
/hardware/interfaces/tv/input/aidl/vts/functional/
DVtsHalTvInputTargetTest.cpp80 void TvInputAidlTest::onDeviceUnavailable(int32_t deviceId) { in onDeviceUnavailable()
86 ::ndk::ScopedAStatus TvInputAidlTest::onStreamConfigurationsChanged(int32_t deviceId) { in onStreamConfigurationsChanged()
91 ::ndk::ScopedAStatus TvInputAidlTest::updateStreamConfigurations(int32_t deviceId) { in updateStreamConfigurations()
/hardware/interfaces/tv/input/1.0/vts/functional/
DVtsHalTvInputV1_0TargetTest.cpp66 void onDeviceUnavailable(int32_t deviceId) { device_info_.removeItem(deviceId); } in onDeviceUnavailable()
69 Result onStreamConfigurationsChanged(int32_t deviceId) { in onStreamConfigurationsChanged()
74 Result updateStreamConfigurations(int32_t deviceId) { in updateStreamConfigurations()
/hardware/interfaces/camera/provider/default/
DExternalCameraProvider.cpp255 std::string deviceId(de->d_name + kPrefixLen); in updateAttachedCameras() local
358 std::string deviceId = event->name + kPrefixLen; in threadLoop() local
/hardware/interfaces/camera/provider/2.4/default/
DExternalCameraProviderImpl_2_4.cpp309 std::string deviceId(de->d_name + kPrefixLen); in threadLoop() local
346 std::string deviceId(event->name + kPrefixLen); in threadLoop() local
/hardware/interfaces/biometrics/fingerprint/2.1/vts/functional/
DVtsHalBiometricsFingerprintV2_1TargetTest.cpp120 virtual Return<void> onEnumerate(uint64_t deviceId, uint32_t fingerId, in onEnumerate()
133 uint64_t deviceId; member in __anon61655c830111::EnumerateCallback
149 virtual Return<void> onError(uint64_t deviceId, FingerprintError error, in onError()
162 uint64_t deviceId; member in __anon61655c830111::ErrorCallback
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/2/android/hardware/automotive/evs/
DIEvsCamera.aidl44 android.hardware.automotive.evs.CameraDesc getPhysicalCameraInfo(in String deviceId); in getPhysicalCameraInfo()
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/current/android/hardware/automotive/evs/
DIEvsCamera.aidl44 android.hardware.automotive.evs.CameraDesc getPhysicalCameraInfo(in String deviceId); in getPhysicalCameraInfo()
/hardware/interfaces/automotive/evs/aidl/aidl_api/android.hardware.automotive.evs/1/android/hardware/automotive/evs/
DIEvsCamera.aidl44 android.hardware.automotive.evs.CameraDesc getPhysicalCameraInfo(in String deviceId); in getPhysicalCameraInfo()
/hardware/interfaces/automotive/evs/aidl/android/hardware/automotive/evs/
DIEvsCamera.aidl122 CameraDesc getPhysicalCameraInfo(in String deviceId); in getPhysicalCameraInfo()
/hardware/interfaces/camera/provider/2.7/default/
DExternalCameraProviderImpl_2_7.cpp141 std::string deviceId(de->d_name + kPrefixLen); in updateAttachedCameras() local
340 std::string deviceId(event->name + kPrefixLen); in threadLoop() local
/hardware/interfaces/tv/input/aidl/default/
DTvInput.cpp71 ::ndk::ScopedAStatus TvInput::setTvMessageEnabled(int32_t deviceId, int32_t streamId, in setTvMessageEnabled()
/hardware/interfaces/audio/aidl/default/
DSoundDose.cpp121 audio_port_handle_t deviceId in onNewMelValues()
/hardware/interfaces/camera/provider/aidl/vts/
DVtsAidlHalCameraProvider_TargetTest.cpp1567 std::string version, deviceId; in TEST_P() local
1812 std::string version, deviceId; in TEST_P() local
1978 std::string version, deviceId; in TEST_P() local

12