Home
last modified time | relevance | path

Searched refs:sv (Results 1 – 25 of 58) sorted by relevance

123

/packages/services/Car/surround_view/service-impl/
DAndroid.bp166 "android.hardware.automotive.sv@1.0",
224 "android.hardware.automotive.sv@1.0",
260 name : "android.automotive.sv.service@1.0-impl",
266 init_rc : ["android.automotive.sv.service@1.0-impl.rc"],
269 "android.hardware.automotive.sv@1.0",
312 "manifest_android.hardware.automotive.sv@1.0.xml",
343 sub_dir : "automotive/sv",
350 sub_dir : "automotive/sv",
357 sub_dir : "automotive/sv",
364 sub_dir : "automotive/sv",
[all …]
DSurroundViewService.h37 using namespace ::android::hardware::automotive::sv::V1_0;
44 namespace sv {
DSurroundView2dSession.h37 using namespace ::android::hardware::automotive::sv::V1_0;
51 namespace sv {
DSurroundView3dSession.h38 using namespace ::android::hardware::automotive::sv::V1_0;
53 namespace sv {
Dandroid.automotive.sv.service@1.0-impl.rc1 service sv_service_impl /vendor/bin/android.automotive.sv.service@1.0-impl
DCarModelConfigReader.h27 namespace sv {
DConfigReader.h28 namespace sv {
DObjReaderTests.cpp31 namespace sv { namespace
DIOModule.h24 namespace sv {
Dservice.cpp34 using android::hardware::automotive::sv::V1_0::implementation::SurroundViewService;
DObjReader.h28 namespace sv {
DConfigReaderUtil.h27 namespace sv {
DCameraUtils.h33 namespace sv {
DVhalHandler.h31 namespace sv {
DIOModule.cpp27 namespace sv { namespace
DSurroundViewSessionTests.cpp35 namespace sv { namespace
DMtlReader.h28 namespace sv {
DConfigReaderUtil.cpp28 namespace sv { namespace
/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
Ddb_feature_detection.cpp1382 float sv; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1387 sv=s[i][j]; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1389 if( sv>s[i-2][j-2] && sv>s[i-2][j-1] && sv>s[i-2][j] && sv>s[i-2][j+1] && sv>s[i-2][j+2] && in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1390 sv>s[i-1][j-2] && sv>s[i-1][j-1] && sv>s[i-1][j] && sv>s[i-1][j+1] && sv>s[i-1][j+2] && in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1391 sv>s[ i][j-2] && sv>s[ i][j-1] && sv>s[ i][j+1] && sv>s[ i][j+2] && in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1392 sv>s[i+1][j-2] && sv>s[i+1][j-1] && sv>s[i+1][j] && sv>s[i+1][j+1] && sv>s[i+1][j+2] && in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1393 sv>s[i+2][j-2] && sv>s[i+2][j-1] && sv>s[i+2][j] && sv>s[i+2][j+1] && sv>s[i+2][j+2]) in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
1397 else sf[i][j-2]=sv; in db_MaxSuppressFilterChunk_5x5_Aligned16_f()
/packages/apps/Launcher3/src/com/android/launcher3/popup/
DPopupContainerWithArrow.java671 DeepShortcutView sv = (DeepShortcutView) v.getParent();
672 sv.setWillDrawIcon(false);
676 iconShift.x = mIconLastTouchPos.x - sv.getIconCenter().x;
680 WorkspaceItemInfo itemInfo = sv.getFinalInfo();
682 DragView dv = mLauncher.getWorkspace().beginDragShared(sv.getIconView(), draggableView,
684 new ShortcutDragPreviewProvider(sv.getIconView(), iconShift),
/packages/services/Car/surround_view/service-impl/mock-evs/
DMockSurroundViewCallback.h22 using namespace android::hardware::automotive::sv::V1_0;
27 namespace sv {
DMockSurroundViewCallback.cpp27 namespace sv { namespace
/packages/providers/MediaProvider/apex/framework/java/android/provider/
DMediaStore.java3677 for (StorageVolume sv : sm.getStorageVolumes()) { in getExternalVolumeNames()
3678 Log.v(TAG, "Examining volume " + sv.getId() + " with name " in getExternalVolumeNames()
3679 + sv.getMediaStoreVolumeName() + " and state " + sv.getState()); in getExternalVolumeNames()
3680 switch (sv.getState()) { in getExternalVolumeNames()
3683 final String volumeName = sv.getMediaStoreVolumeName(); in getExternalVolumeNames()
3709 for (StorageVolume sv : sm.getRecentStorageVolumes()) { in getRecentExternalVolumeNames()
3710 final String volumeName = sv.getMediaStoreVolumeName(); in getRecentExternalVolumeNames()
/packages/services/Car/surround_view/sepolicy/
Dfile_contexts6 /vendor/bin/android\.automotive\.sv\.service@1\.[0-9]+-impl u:object_r:sv_service_impl_exec:s0
/packages/services/Car/surround_view/app/
DSurroundViewServiceCallback.h32 using namespace android::hardware::automotive::sv::V1_0;

123