/frameworks/rs/cpu_ref/ |
D | rsCpuIntrinsicBLAS.cpp | 102 RsBlasCall* call = (RsBlasCall*) usr; in invokeForEach() local 104 enum CBLAS_TRANSPOSE TransA = (enum CBLAS_TRANSPOSE)call->transA; in invokeForEach() 105 enum CBLAS_TRANSPOSE TransB = (enum CBLAS_TRANSPOSE)call->transB; in invokeForEach() 106 enum CBLAS_UPLO Uplo = (enum CBLAS_UPLO)call->uplo; in invokeForEach() 107 enum CBLAS_DIAG Diag = (enum CBLAS_DIAG)call->diag; in invokeForEach() 108 enum CBLAS_SIDE Side = (enum CBLAS_SIDE)call->side; in invokeForEach() 120 if (call->func != RsBlas_bnnm && !isBlasLibInitialized) { in invokeForEach() 129 switch (call->func) { in invokeForEach() 137 cblas_sgemv(CblasRowMajor, TransA, call->M, call->N, call->alpha.f, (float*)A, in invokeForEach() 138 lda, (float*)X, call->incX, call->beta.f, (float*)Y, call->incY); in invokeForEach() [all …]
|
/frameworks/base/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/framework_intermediates/s… 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/FrameworkTest_intermediates/) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/android.policy*) 55 $(call add-clean-step, rm -rf $(TARGET_OUT_JAVA_LIBRARIES)/android.policy.jar) [all …]
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Phone.java | 79 public void onCallAdded(Phone phone, Call call) { } in onCallAdded() argument 90 public void onCallRemoved(Phone phone, Call call) { } in onCallRemoved() argument 133 Call call = new Call(this, parcelableCall.getId(), mInCallAdapter, in internalAddCall() local 135 mCallByTelecomCallId.put(parcelableCall.getId(), call); in internalAddCall() local 136 mCalls.add(call); in internalAddCall() 138 call.internalUpdate(parcelableCall, mCallByTelecomCallId); in internalAddCall() 139 fireCallAdded(call); in internalAddCall() 142 final void internalRemoveCall(Call call) { in internalRemoveCall() argument 143 mCallByTelecomCallId.remove(call.internalGetCallId()); in internalRemoveCall() 144 mCalls.remove(call); in internalRemoveCall() [all …]
|
/frameworks/compile/libbcc/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libbcc_intermediates) 47 $(call add-clean-step, rm -rf $(HOST_OUT)/obj/SHARED_LIBRARIES/libbcc_intermediates) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libruntime.bc) 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libclcore.bc_intermediates) 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libbcc_sha1_intermediates) 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libbcc_sha1.so) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libclcore.bc_intermediates) 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libclcore.bc_intermediates) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libclcore.bc_intermediates) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libclcore.bc_intermediates) [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/test/ |
D | SimulatedGsmCallState.java | 185 CallInfo call = mCalls[i]; in triggerRing() local 187 if (call == null && empty < 0) { in triggerRing() 189 } else if (call != null in triggerRing() 190 && (call.mState == CallInfo.State.INCOMING in triggerRing() 191 || call.mState == CallInfo.State.WAITING) in triggerRing() 196 } else if (call != null) { in triggerRing() 222 CallInfo call = mCalls[i]; in progressConnectingCallState() local 224 if (call != null && call.mState == CallInfo.State.DIALING) { in progressConnectingCallState() 225 call.mState = CallInfo.State.ALERTING; in progressConnectingCallState() 229 obtainMessage(EVENT_PROGRESS_CALL_STATE, call), in progressConnectingCallState() [all …]
|
/frameworks/av/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libmedia_native_intermediates) 47 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/lib/libmedia_native.so) 48 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/symbols/system/lib/libmedia_native.so) 49 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libmedia_native.so) 50 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudioflinger_intermediates) 51 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudioflinger.so) 52 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudiopolicy_intermediates) 53 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicy.so) 54 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/obj/SHARED_LIBRARIES/libaudiopolicy_intermediates) 55 $(call add-clean-step, rm -rf $(PRODUCT_OUT)/system/lib/libaudiopolicy.so) [all …]
|
/frameworks/base/tools/layoutlib/ |
D | Android.mk | 28 built_framework_dep := $(call java-lib-deps,framework) 29 built_framework_classes := $(call java-lib-files,framework) 31 built_oj_dep := $(call java-lib-deps,core-oj) 32 built_oj_classes := $(call java-lib-files,core-oj) 34 built_core_dep := $(call java-lib-deps,core-libart) 35 built_core_classes := $(call java-lib-files,core-libart) 37 built_ext_dep := $(call java-lib-deps,ext) 38 built_ext_classes := $(call java-lib-files,ext) 39 built_ext_data := $(call intermediates-dir-for, \ 41 built_icudata_dep := $(call java-lib-deps,icu4j-icudata-host-jarjar,HOST) [all …]
|
/frameworks/opt/telephony/ |
D | CleanSpec.mk | 41 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 42 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 43 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 44 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 45 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/telephony-common_intermed… [all …]
|
/frameworks/base/core/tests/coretests/apks/keyset/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 5 LOCAL_SRC_FILES := $(call all-subdir-java-files) 12 LOCAL_SRC_FILES := $(call all-subdir-java-files) 19 LOCAL_SRC_FILES := $(call all-subdir-java-files) 26 LOCAL_SRC_FILES := $(call all-subdir-java-files) 33 LOCAL_SRC_FILES := $(call all-subdir-java-files) 40 LOCAL_SRC_FILES := $(call all-subdir-java-files) 47 LOCAL_SRC_FILES := $(call all-subdir-java-files) 55 LOCAL_SRC_FILES := $(call all-subdir-java-files) 62 LOCAL_SRC_FILES := $(call all-subdir-java-files) [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | CallManager.java | 1862 Call call = getFirstNonIdleCall(mForegroundCalls); in getActiveFgCall() local 1863 if (call == null) { in getActiveFgCall() 1864 call = (mDefaultPhone == null) in getActiveFgCall() 1868 return call; in getActiveFgCall() 1872 Call call = getFirstNonIdleCall(mForegroundCalls, subId); in getActiveFgCall() local 1873 if (call == null) { in getActiveFgCall() 1875 call = (phone == null) in getActiveFgCall() 1879 return call; in getActiveFgCall() 1886 for (Call call : calls) { in getFirstNonIdleCall() 1887 if (!call.isIdle()) { in getFirstNonIdleCall() [all …]
|
/frameworks/support/v4/ |
D | Android.mk | 15 LOCAL_PATH := $(call my-dir) 21 LOCAL_SRC_FILES := $(call all-java-files-under, donut) 35 LOCAL_SRC_FILES := $(call all-java-files-under, eclair) 48 LOCAL_SRC_FILES := $(call all-java-files-under, eclair-mr1) 61 LOCAL_SRC_FILES := $(call all-java-files-under, froyo) 74 LOCAL_SRC_FILES := $(call all-java-files-under, gingerbread) 87 LOCAL_SRC_FILES := $(call all-java-files-under, honeycomb) 100 LOCAL_SRC_FILES := $(call all-java-files-under, honeycomb_mr1) 113 LOCAL_SRC_FILES := $(call all-java-files-under, honeycomb_mr2) 126 LOCAL_SRC_FILES := $(call all-java-files-under, ics) [all …]
|
/frameworks/rs/ |
D | CleanSpec.mk | 46 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp) 47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript/) 48 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/renderscript) 49 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/renderscript) 50 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/*/src/RenderScript.stamp) 51 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/JAVA_LIBRARIES/*/src/RenderScript.stamp) 52 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/lib*.bc_intermediate… 53 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/librs*_intermediates) 54 $(call add-clean-step, rm -rf $(OUT_DIR)/target/product/*/obj/SHARED_LIBRARIES/libhellocomputendk_i… 55 $(call add-clean-step, rm -rf $(OUT_DIR)/host/*/obj/SHARED_LIBRARIES/librsrt*.bc)
|
/frameworks/wilhelm/tests/sandbox/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 10 $(call include-path-for, wilhelm) 39 $(call include-path-for, wilhelm) 66 $(call include-path-for, wilhelm) \ 67 $(call include-path-for, wilhelm-ut) 98 $(call include-path-for, wilhelm) \ 99 $(call include-path-for, wilhelm-ut) 130 $(call include-path-for, wilhelm) 157 $(call include-path-for, wilhelm) 188 $(call include-path-for, wilhelm) [all …]
|
/frameworks/wilhelm/tests/examples/ |
D | Android.mk | 1 LOCAL_PATH:= $(call my-dir) 10 $(call include-path-for, wilhelm) \ 11 $(call include-path-for, audio-utils) 40 $(call include-path-for, wilhelm) 65 $(call include-path-for, wilhelm) \ 66 $(call include-path-for, audio-utils) 97 $(call include-path-for, wilhelm) 123 $(call include-path-for, wilhelm) 148 $(call include-path-for, wilhelm) 173 $(call include-path-for, wilhelm) [all …]
|
/frameworks/av/services/audiopolicy/engineconfigurable/parameter-framework/examples/Settings/ |
D | device_for_strategy_sonification_respectful.pfw | 6 # - If in call: Strategy sonification (that follows phone strategy in call also...) 7 # - If not in call AND a music stream is active remotely: Strategy sonification (that 9 # - if not in call and no music stream active remotely and music stream active): strategy 35 # Follows sonification strategy if not in call and replace speaker by speaker safe 49 # Follows sonification strategy if not in call 56 # Follows Phone Strategy if call 76 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call 103 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call 130 # SonificationRespectful Follows Sonification that falls through Media strategy if not in call 157 # SonificationRespectful Follows Phone strategy if in call [all …]
|
D | device_for_strategy_sonification.pfw | 16 # Sonification follows phone strategy if in call but HDMI is not reachable 29 # Sonification falls through ENFORCED_AUDIBLE if not in call (widely speaking) 36 # Sonification follows phone strategy if in call (widely speaking) 55 # Sonification falls through media strategy if not in call (widely speaking) 81 # Sonification falls through media strategy if not in call (widely speaking) 107 # Sonification falls through media strategy if not in call (widely speaking) 133 # Sonification follows phone strategy if in call (widely speaking) 160 # Sonification follows phone strategy if in call (widely speaking) 187 # Sonification follows phone strategy if in call (widely speaking) 216 # Sonification falls through media strategy if not in call (widely speaking) [all …]
|
D | device_for_strategy_accessibility.pfw | 5 # STRATEGY_ACCESSIBILITY follows STRATEGY_PHONE if in call widely speaking 26 # Accessibility follows Media strategy if not in call 53 # Accessibility falls through media strategy if not in call (widely speaking) 81 # Accessibility falls through media strategy if not in call (widely speaking) 109 # Accessibility falls through media strategy if not in call (widely speaking) 137 # Accessibility follows Media strategy if not in call 165 # accessibility falls through Phone strategy if in call 194 # accessibility falls through Phone strategy if in call 223 # accessibility falls through Phone strategy if in call 253 # accessibility falls through Phone strategy if in call [all …]
|
D | device_for_strategy_dtmf.pfw | 18 # DTMF follows Media strategy if not in call 45 # DTMF follows Media strategy if not in call 73 # DTMF follows Media strategy if not in call 101 # DTMF follows Media strategy if not in call 129 # DTMF follows Media strategy if not in call 158 # DTMF falls through Phone strategy if in call 187 # DTMF falls through Phone strategy if in call 217 # DTMF falls through Phone strategy if in call 225 # DTMF follows Media strategy if not in call 254 # DTMF falls through Phone strategy if in call [all …]
|
/frameworks/base/core/tests/coretests/ |
D | Android.mk | 1 ACTUAL_LOCAL_PATH := $(call my-dir) 8 include $(call all-makefiles-under,$(ACTUAL_LOCAL_PATH)) 19 $(call all-java-files-under, src) \ 20 $(call all-Iaidl-files-under, src) \ 21 $(call all-java-files-under, DisabledTestApp/src) \ 22 $(call all-java-files-under, EnabledTestApp/src) 43 FrameworkCoreTests_intermediates := $(call intermediates-dir-for,APPS,$(LOCAL_PACKAGE_NAME))/test_a… 51 $(FrameworkCoreTests_all_apks_res): $(FrameworkCoreTests_intermediates)/raw/%: $(call intermediates… 52 $(call copy-file-to-new-target)
|
/frameworks/opt/net/wifi/service/ |
D | Android.mk | 15 LOCAL_PATH := $(call my-dir) 31 $(call include-path-for, libhardware_legacy)/hardware_legacy 53 $(call include-path-for, libhardware_legacy)/hardware_legacy 90 $(call include-path-for, libhardware)/hardware \ 91 $(call include-path-for, libhardware_legacy)/hardware_legacy \ 127 LOCAL_SRC_FILES := $(call all-java-files-under, java) \ 128 $(call all-Iaidl-files-under, java) \ 129 $(call all-logtags-files-under, java) \ 130 $(call all-proto-files-under, proto) 133 LOCAL_SRC_FILES := $(filter-out $(call all-java-files-under, \
|
/frameworks/rs/driver/runtime/arch/ |
D | asimd.ll | 109 …%1 = tail call <4 x float> @llvm.aarch64.neon.fmin.v4f32(<4 x float> %value, <4 x float> %high) no… 110 …%2 = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %1, <4 x float> %low) nounwin… 115 %_high = tail call <4 x float> @smear_4f(float %high) nounwind readnone 116 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone 117 …%out = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %value, <4 x float> %_low, <4 x float>… 125 …%a = tail call <4 x float> @llvm.aarch64.neon.fmin.v4f32(<4 x float> %_value, <4 x float> %_high) … 126 …%b = tail call <4 x float> @llvm.aarch64.neon.fmax.v4f32(<4 x float> %a, <4 x float> %_low) nounwi… 133 %_high = tail call <4 x float> @smear_4f(float %high) nounwind readnone 134 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone 135 …%a = tail call <4 x float> @llvm.aarch64.neon.fmin.v4f32(<4 x float> %_value, <4 x float> %_high) … [all …]
|
D | x86_sse3.ll | 10 …%2 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %1, <4 x float> %1) nounwind readnone 11 …%3 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %2, <4 x float> %2) nounwind readnone 20 %4 = tail call <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64> %3, i32 32) 22 …%6 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %5, <4 x float> %5) nounwind readnone 23 …%7 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %6, <4 x float> %6) nounwind readnone 31 …%3 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %2, <4 x float> %2) nounwind readnone 43 …%2 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %1, <4 x float> %1) nounwind readnone 44 …%3 = tail call <4 x float> @llvm.x86.sse3.hadd.ps(<4 x float> %2, <4 x float> %2) nounwind readnone 46 %5 = tail call float @llvm.sqrt.f32(float %4) nounwind readnone 54 %4 = tail call <2 x i64> @llvm.x86.sse2.psll.dq(<2 x i64> %3, i32 32) [all …]
|
D | neon.ll | 113 …%1 = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %value, <4 x float> %high) nounw… 114 …%2 = tail call <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float> %1, <4 x float> %low) nounwind r… 119 %_high = tail call <4 x float> @smear_4f(float %high) nounwind readnone 120 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone 121 …%out = tail call <4 x float> @_Z5clampDv4_fS_S_(<4 x float> %value, <4 x float> %_low, <4 x float>… 129 …%a = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %_value, <4 x float> %_high) nou… 130 …%b = tail call <4 x float> @llvm.arm.neon.vmaxs.v4f32(<4 x float> %a, <4 x float> %_low) nounwind … 137 %_high = tail call <4 x float> @smear_4f(float %high) nounwind readnone 138 %_low = tail call <4 x float> @smear_4f(float %low) nounwind readnone 139 …%a = tail call <4 x float> @llvm.arm.neon.vmins.v4f32(<4 x float> %_value, <4 x float> %_high) nou… [all …]
|
/frameworks/opt/photoviewer/ |
D | Android.mk | 15 LOCAL_PATH := $(call my-dir) 32 $(call all-java-files-under, src) \ 33 $(call all-java-files-under, appcompat/src) \ 34 $(call all-logtags-files-under, src) 53 $(call all-java-files-under, src) \ 54 $(call all-java-files-under, activity/src) \ 55 $(call all-logtags-files-under, src) 101 include $(call all-makefiles-under,$(LOCAL_PATH))
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 88 public void onCallProgressing(ImsCall call) { in onCallProgressing() argument 89 onCallStateChanged(call); in onCallProgressing() 98 public void onCallStarted(ImsCall call) { in onCallStarted() argument 99 onCallStateChanged(call); in onCallStarted() 109 public void onCallStartFailed(ImsCall call, ImsReasonInfo reasonInfo) { in onCallStartFailed() argument 110 onCallError(call, reasonInfo); in onCallStartFailed() 120 public void onCallTerminated(ImsCall call, ImsReasonInfo reasonInfo) { in onCallTerminated() argument 123 onCallStateChanged(call); in onCallTerminated() 132 public void onCallHeld(ImsCall call) { in onCallHeld() argument 133 onCallStateChanged(call); in onCallHeld() [all …]
|