/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
H A D | BaseCommands.java | 220 public void unregisterForOn(Handler h) { in unregisterForOn() 357 public void unSetOnNewGsmSms(Handler h) { in unSetOnNewGsmSms() 370 public void unSetOnNewCdmaSms(Handler h) { in unSetOnNewCdmaSms() 396 public void unSetOnSmsOnSim(Handler h) { in unSetOnSmsOnSim() 409 public void unSetOnSmsStatus(Handler h) { in unSetOnSmsStatus() 435 public void unSetOnNITZTime(Handler h) { in unSetOnNITZTime() 448 public void unSetOnUSSD(Handler h) { in unSetOnUSSD() 500 public void unSetOnCatEvent(Handler h) { in unSetOnCatEvent() 526 public void unSetOnIccSmsFull(Handler h) { in unSetOnIccSmsFull() 562 public void unSetOnCallRing(Handler h) { in unSetOnCallRing() [all …]
|
H A D | CommandsInterface.java | 173 void unregisterForOn(Handler h); in unregisterForOn() 266 void unSetOnNewGsmSms(Handler h); in unSetOnNewGsmSms() 276 void unSetOnNewCdmaSms(Handler h); in unSetOnNewCdmaSms() 294 void unSetOnSmsOnSim(Handler h); in unSetOnSmsOnSim() 303 void unSetOnSmsStatus(Handler h); in unSetOnSmsStatus() 319 void unSetOnNITZTime(Handler h); in unSetOnNITZTime() 341 void unSetOnUSSD(Handler h); in unSetOnUSSD() 365 void unSetOnIccSmsFull(Handler h); in unSetOnIccSmsFull() 392 void unSetOnCallRing(Handler h); in unSetOnCallRing() 452 void unSetOnCatEvent(Handler h); in unSetOnCatEvent() [all …]
|
H A D | CallManager.java | 1178 public void unregisterForDisconnect(Handler h){ in unregisterForDisconnect() 1265 public void unregisterForIncomingRing(Handler h){ in unregisterForIncomingRing() 1286 public void unregisterForRingbackTone(Handler h){ in unregisterForRingbackTone() 1307 public void unregisterForOnHoldTone(Handler h){ in unregisterForOnHoldTone() 1322 public void unregisterForResendIncallMute(Handler h){ in unregisterForResendIncallMute() 1345 public void unregisterForMmiInitiate(Handler h){ in unregisterForMmiInitiate() 1366 public void unregisterForMmiComplete(Handler h){ in unregisterForMmiComplete() 1384 public void unregisterForEcmTimerReset(Handler h){ in unregisterForEcmTimerReset() 1482 public void unregisterForCallWaiting(Handler h){ in unregisterForCallWaiting() 1507 public void unregisterForSignalInfo(Handler h){ in unregisterForSignalInfo() [all …]
|
H A D | Phone.java | 1125 Handler h, int what, Object obj) { in registerForNewRingingConnection() 1149 Handler h, int what, Object obj) { in registerForVideoCapabilityChanged() 1216 Handler h, int what, Object obj) { in registerForIncomingRing() 1253 public void unregisterForDisconnect(Handler h) { in unregisterForDisconnect() 1304 public void unregisterForMmiInitiate(Handler h) { in unregisterForMmiInitiate() 1328 public void unregisterForMmiComplete(Handler h) { in unregisterForMmiComplete() 1640 Handler h, int what, Object obj) { in registerForServiceStateChanged() 1690 public void unregisterForOnHoldTone(Handler h) { in unregisterForOnHoldTone() 1714 Handler h, int what, Object obj) { in registerForCellInfo() 1722 public void unregisterForCellInfo(Handler h) { in unregisterForCellInfo() [all …]
|
/aosp12/hardware/google/gchips/gralloc3/src/ |
H A D | local_mfc_macros.h | 32 #define SBWC_Y_VSTRIDE_BLOCKS(h) ((__ALIGN_UP((h), 16) + 3) / 4) argument 33 #define SBWC_CBCR_VSTRIDE_BLOCKS(h) (((__ALIGN_UP((h), 16) / 2) + 3) / 4) argument 35 #define SBWC_8B_Y_SIZE(w, h) ((SBWC_8B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument 37 #define SBWC_8B_CBCR_SIZE(w, h) ((SBWC_8B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + 6… argument 40 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument 42 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + … argument 49 #define SBWCL_8B_Y_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) argument 50 #define SBWCL_8B_CBCR_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * (((__ALIGN_UP((h), 8) / 2) + 3) / 4… argument 52 #define SBWCL_10B_Y_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) argument 55 #define SBWCL_8B_CBCR_BASE(base, w, h, r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument [all …]
|
H A D | gralloc_helper.h | 65 #define PLANE_SIZE(w, h, ext_size) ((w) * (h) + ext_size) argument 67 #define P010_PLANE_SIZE(w, h, ext_size) ((((w) * 2) * (h)) + ext_size) argument 70 #define NV12N_S8B_LUMA_SIZE(w, h, ext_size) PLANE_SIZE(w, h, ext_size) argument 71 #define NV12N_S8B_CHROMA_SIZE(w, h, ext_size) (GRALLOC_ALIGN(((w) * (h)) + ext_size… argument 72 #define NV12N_S2B_SIZE(w, h) ((GRALLOC_ALIGN((w) / 4, 16) * (h)) +… argument 73 #define NV12M_S8B_SIZE(w, h, ext_size) PLANE_SIZE(w, h, ext_size) argument 76 #define NV12M_S2B_LUMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (GRALL… argument 77 #define NV12M_S2B_CHROMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (GRALL… argument 79 #define NV12M_S2B_LUMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (h)) +… argument 80 #define NV12M_S2B_CHROMA_SIZE(w, h, ext_size) ((GRALLOC_ALIGN((w) / 4, 16) * (h / 2… argument
|
/aosp12/hardware/google/gchips/gralloc4/src/core/ |
H A D | mfc_macros_local.h | 34 #define SBWC_Y_VSTRIDE_BLOCKS(h) ((__ALIGN_UP((h), 16) + 3) / 4) argument 35 #define SBWC_CBCR_VSTRIDE_BLOCKS(h) (((__ALIGN_UP((h), 16) / 2) + 3) / 4) argument 37 #define SBWC_8B_Y_SIZE(w, h) ((SBWC_8B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument 39 #define SBWC_8B_CBCR_SIZE(w, h) ((SBWC_8B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + 6… argument 42 #define SBWC_10B_Y_SIZE(w, h) ((SBWC_10B_STRIDE(w) * ((__ALIGN_UP((h), 16) + 3) / 4)) + 64) argument 44 #define SBWC_10B_CBCR_SIZE(w, h) ((SBWC_10B_STRIDE(w) * (((__ALIGN_UP((h), 16) / 2) + 3) / 4)) + … argument 51 #define SBWCL_8B_Y_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) argument 52 #define SBWCL_8B_CBCR_SIZE(w, h, r) ((SBWCL_8B_STRIDE(w, r) * (((__ALIGN_UP((h), 8) / 2) + 3) / 4… argument 54 #define SBWCL_10B_Y_SIZE(w, h, r) ((SBWCL_10B_STRIDE(w, r) * ((__ALIGN_UP((h), 8) + 3) / 4)) + 64) argument 57 #define SBWCL_8B_CBCR_BASE(base, w, h, r) ((base) + SBWCL_8B_Y_SIZE(w, h, r)) argument [all …]
|
H A D | exynos_format_allocation.h | 25 #define PLANE_SIZE(w, h) ((w) * (h)) argument 26 #define S2B_PLANE_SIZE(w, h) (GRALLOC_ALIGN((w) / 4, 16) * (GRALLOC_ALIGN(h, 16))) argument 34 static std::pair<size_t, size_t> sbwc_sizes(int w, int h) { in sbwc_sizes() 59 int setup_sbwc_420_sp(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp() 86 int setup_sbwc_420_sp_10bit(int w, int h, int fd_count, plane_info_t *plane) in setup_sbwc_420_sp_10bit()
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | Half.java | 365 public int compareTo(@NonNull Half h) { in compareTo() 376 public static int hashCode(@HalfFloat short h) { in hashCode() 435 public static int halfToIntBits(@HalfFloat short h) { in halfToIntBits() 697 public static int getSign(@HalfFloat short h) { in getSign() 711 public static int getExponent(@HalfFloat short h) { in getExponent() 722 public static int getSignificand(@HalfFloat short h) { in getSignificand() 734 public static boolean isInfinite(@HalfFloat short h) { in isInfinite() 745 public static boolean isNaN(@HalfFloat short h) { in isNaN() 778 public static float toFloat(@HalfFloat short h) { in toFloat() 870 public static String toString(@HalfFloat short h) { in toString() [all …]
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
H A D | SimulatedCommandsVerifier.java | 102 public void unregisterForOn(Handler h) { in unregisterForOn() 252 public void unSetOnNewGsmSms(Handler h) { in unSetOnNewGsmSms() 262 public void unSetOnNewCdmaSms(Handler h) { in unSetOnNewCdmaSms() 282 public void unSetOnSmsOnSim(Handler h) { in unSetOnSmsOnSim() 292 public void unSetOnSmsStatus(Handler h) { in unSetOnSmsStatus() 302 public void unSetOnNITZTime(Handler h) { in unSetOnNITZTime() 312 public void unSetOnUSSD(Handler h) { in unSetOnUSSD() 332 public void unSetOnIccSmsFull(Handler h) { in unSetOnIccSmsFull() 362 public void unSetOnCallRing(Handler h) { in unSetOnCallRing() 412 public void unSetOnCatEvent(Handler h) { in unSetOnCatEvent() [all …]
|
/aosp12/frameworks/libs/net/common/tests/unit/src/com/android/net/module/util/ |
H A D | PacketReaderTest.java | 80 UdpLoopbackReader(Handler h) { in UdpLoopbackReader() 164 final Handler h = mHandlerThread.getThreadHandler(); in testBasicWorking() local 198 NullPacketReader(Handler h, int recvbufsize) { in NullPacketReader() 210 final Handler h = mHandlerThread.getThreadHandler(); in testMinimalRecvBufSize() local 220 final Handler h = mHandlerThread.getThreadHandler(); in testStartingFromWrongThread() local 227 final Handler h = mHandlerThread.getThreadHandler(); in testStoppingFromWrongThread() local 234 final Handler h = mHandlerThread.getThreadHandler(); in testSuccessToCreateSocket() local 241 final Handler h = mHandlerThread.getThreadHandler(); in testFailToCreateSocket() local
|
/aosp12/packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/ |
H A D | db_utilities.cpp | 23 float** db_SetupImageReferences_f(float *im,int w,int h) in db_SetupImageReferences_f() 36 unsigned char** db_SetupImageReferences_u(unsigned char *im,int w,int h) in db_SetupImageReferences_u() 50 float** db_AllocImage_f(int w,int h,int over_allocation) in db_AllocImage_f() 60 unsigned char** db_AllocImage_u(int w,int h,int over_allocation) in db_AllocImage_u() 70 void db_FreeImage_f(float **img,int h) in db_FreeImage_f() 76 void db_FreeImage_u(unsigned char **img,int h) in db_FreeImage_u() 89 void db_CopyImage_u(unsigned char **d,const unsigned char * const *s, int w, int h, int over_alloca… in db_CopyImage_u() 102 …e void db_WarpImageLutFast_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutFast_u() 123 …id db_WarpImageLutBilinear_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLutBilinear_u() 143 void db_WarpImageLut_u(const unsigned char * const * src, unsigned char ** dst, int w, int h, in db_WarpImageLut_u()
|
/aosp12/frameworks/base/tests/testables/tests/src/android/testing/ |
H A D | TestableLooperTest.java | 53 Handler h = new Handler(); in testMessageExecuted() local 63 Handler h = new Handler(); in testMessageCallback() local 83 Handler h = new Handler(); in testProcessNumberOfMessages() local 96 Handler h = new Handler(); in testProcessAllMessages() local 107 Handler h = new Handler(); in test3Chain() local 119 Handler h = new Handler(); in testProcessAllMessages_2Messages() local
|
/aosp12/system/bt/btif/src/ |
H A D | btif_sock_thread.cc | 145 static void free_thread_slot(int h) { in free_thread_slot() 156 int h; in btsock_thread_init() local 170 int h = alloc_thread_slot(); in btsock_thread_create() local 189 static inline void init_cmd_fd(int h) { in init_cmd_fd() 198 static inline void close_cmd_fd(int h) { in close_cmd_fd() 294 int btsock_thread_wakeup(int h) { in btsock_thread_wakeup() 310 int btsock_thread_exit(int h) { in btsock_thread_exit() 334 static void init_poll(int h) { in init_poll() 404 static int process_cmd_sock(int h) { in process_cmd_sock() 473 static void prepare_poll_fds(int h, struct pollfd* pfds) { in prepare_poll_fds() [all …]
|
/aosp12/system/core/fastboot/device/ |
H A D | usb.cpp | 78 static int usb_ffs_write(usb_handle* h, const void* data, int len) { in usb_ffs_write() 98 static int usb_ffs_read(usb_handle* h, void* data, int len, bool allow_partial) { in usb_ffs_read() 129 static int usb_ffs_do_aio(usb_handle* h, const void* data, int len, bool read) { in usb_ffs_do_aio() 188 static int usb_ffs_aio_read(usb_handle* h, void* data, int len, bool /* allow_partial */) { in usb_ffs_aio_read() 192 static int usb_ffs_aio_write(usb_handle* h, const void* data, int len) { in usb_ffs_aio_write() 196 static void usb_ffs_close(usb_handle* h) { in usb_ffs_close() 210 usb_handle* h = new usb_handle(); in create_usb_handle() local
|
/aosp12/bionic/libc/include/ |
H A D | string.h | 204 char* __bionic_strstr(const char* h, const char* n) { return strstr(h, n); } in __bionic_strstr() 207 const char* strstr(const char* h, const char* n) __prefer_this_overload { in strstr() 212 char* strstr(char* h, const char* n) __prefer_this_overload { in strstr() 217 char* __bionic_strpbrk(const char* h, const char* n) { return strpbrk(h, n); } in __bionic_strpbrk() 220 char* strpbrk(char* h, const char* n) __prefer_this_overload { in strpbrk() 225 const char* strpbrk(const char* h, const char* n) __prefer_this_overload { in strpbrk()
|
/aosp12/frameworks/base/core/java/android/hardware/camera2/utils/ |
H A D | HashCodeHelpers.java | 49 int h = 1; in hashCode() local 72 int h = 1; in hashCode() local 95 int h = 1; in hashCodeGeneric() local
|
/aosp12/bionic/libc/upstream-openbsd/lib/libc/string/ |
H A D | strstr.c | 30 twobyte_strstr(const unsigned char *h, const unsigned char *n) in twobyte_strstr() 38 threebyte_strstr(const unsigned char *h, const unsigned char *n) in threebyte_strstr() 47 fourbyte_strstr(const unsigned char *h, const unsigned char *n) in fourbyte_strstr() 66 twoway_strstr(const unsigned char *h, const unsigned char *n) in twoway_strstr() 172 strstr(const char *h, const char *n) in strstr()
|
H A D | memmem.c | 30 twobyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in twobyte_memmem() 39 threebyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in threebyte_memmem() 49 fourbyte_memmem(const unsigned char *h, size_t k, const unsigned char *n) in fourbyte_memmem() 69 twoway_memmem(const unsigned char *h, const unsigned char *z, in twoway_memmem() 165 const unsigned char *h = h0, *n = n0; in memmem() local
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | TaskPositionerTests.java | 304 final int h = Math.round(w / MIN_ASPECT); in testLandscapePreservedWindowResizingDragTopLeft() local 341 final int h = Math.round((float) w / MIN_ASPECT); in testLandscapePreservedWindowResizingDragLeft() local 381 int h = r.bottom - MOUSE_DELTA_Y; in testLandscapePreservedWindowResizingDragTop() local 420 final int h = Math.max(mMinVisibleHeight, Math.round(w * MIN_ASPECT)); in testPortraitPreservedWindowResizingDragTopLeft() local 442 int h = Math.round(w * MIN_ASPECT); in testPortraitPreservedWindowResizingDragLeft() local 494 int h = r.bottom - MOUSE_DELTA_Y; in testPortraitPreservedWindowResizingDragTop() local
|
/aosp12/system/core/libcutils/ |
H A D | native_handle.cpp | 46 native_handle_t* h = static_cast<native_handle_t*>(malloc(mallocSize)); in native_handle_create() local 75 int native_handle_delete(native_handle_t* h) { in native_handle_delete() 83 int native_handle_close(const native_handle_t* h) { in native_handle_close()
|
/aosp12/frameworks/av/media/codecs/mp3dec/src/ |
H A D | pvmp3_huffman_decoding.cpp | 122 void pvmp3_huffman_quad_decoding(struct huffcodetab *h, in pvmp3_huffman_quad_decoding() 189 void pvmp3_huffman_pair_decoding(struct huffcodetab *h, /* pointer to huffman code record */ in pvmp3_huffman_pair_decoding() 244 void pvmp3_huffman_pair_decoding_linbits(struct huffcodetab *h, /* pointer to huffman code reco… in pvmp3_huffman_pair_decoding_linbits()
|
/aosp12/frameworks/base/core/java/com/android/internal/colorextraction/types/ |
H A D | Tonal.java | 152 float[] h = fit(palette.h, hsl[0], fitIndex, in runTonalExtraction() local 277 private int getColorInt(int fitIndex, float[] h, float[] s, float[] l) { in getColorInt() 284 private int[] getColorPalette(float[] h, float[] s, float[] l) { in getColorPalette() 326 private static int bestFit(@NonNull TonalPalette palette, float h, float s, float l) { in bestFit() 345 private TonalPalette findTonalPalette(float h, float s) { in findTonalPalette() 400 public final float[] h; field in Tonal.TonalPalette 406 TonalPalette(float[] h, float[] s, float[] l) { in TonalPalette() 449 public boolean containsColor(float h, float s, float l) { in containsColor() 512 float[] h = readFloatArray(parser.getAttributeValue(null, "h")); in readRange() local 546 float[] h = readFloatArray(parser.getAttributeValue(null, "h")); in readPalette() local
|
/aosp12/frameworks/base/core/java/android/os/ |
H A D | Registrant.java | 28 Registrant(Handler h, int what, Object obj) in Registrant() 76 Handler h = getHandler(); in internalNotifyRegistrant() local 97 Handler h = getHandler(); in messageForRegistrant() local
|
/aosp12/frameworks/rs/driver/runtime/ |
H A D | rs_f16_util.h | 26 #define SET_HALF_WORD(h, s) \ argument 34 #define GET_HALF_WORD(s, h) \ argument
|