summaryrefslogtreecommitdiffstats
path: root/firmware/target/hosted/android
AgeCommit message (Expand)AuthorFilesLines
2012-03-22android: lcd_update/_rect() changesThomas Martitz1-17/+35
2012-03-22android: Add facility for java code to wait native code to be ready.Thomas Martitz5-2/+62
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis1-4/+4
2012-03-03android: drop copied lcd_blit_yuv() and use generic one.Thomas Martitz1-205/+0
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis1-8/+8
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-3/+3
2012-01-22Create fimrware/asm directory for assembly optimized stuff.Thomas Martitz1-4/+1
2012-01-21android/ypr0: Merge lc-*.c to generic lc-unix.c.Thomas Martitz1-40/+0
2012-01-21android/ypr0: Merge fs-*.c to generic filesystem-unix.c.Thomas Martitz2-149/+1
2012-01-21android/ypr0: Merge kernel-*.c to generic kernel-unix.c.Thomas Martitz2-126/+2
2012-01-08remove cargo-cult empty i2c-target.hRafaël Carré1-25/+0
2012-01-08adc-target.h: cleanupRafaël Carré1-25/+0
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-7/+0
2012-01-04android: move pcm_shutdown() to audiohw_close() now that it's properly called...Thomas Martitz1-3/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz2-22/+8
2011-12-31usb-target.h: removeRafaël Carré1-0/+0
2011-12-31move usb_pin_init() declaration to PP's system-target.hRafaël Carré1-25/+0
2011-12-17Commit to certain names for cache coherency APIs and discard the aliases.Michael Sevakis1-0/+4
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-08-14Fix typo in and clarify comment.Thomas Martitz1-2/+2
2011-08-14Android: Minor changes in ldebugf.Thomas Martitz1-2/+3
2011-08-14Remove hosted_get_volume(), as event data is available in button_get_data().Thomas Martitz1-16/+3
2011-07-22Android: Fix crash on start up.Thomas Martitz1-3/+3
2011-07-19Android: Change headphone detection to call into native.Thomas Martitz2-15/+25
2011-07-18Android: Refactor some of the glue code.Thomas Martitz3-35/+37
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-2/+52
2011-06-05Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz1-49/+34
2011-06-04Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling1-0/+28
2011-05-29Fix an implicit declaration warning.Dominik Riebeling1-2/+3
2011-05-25Fix a problem where hardware keypresses dont reset the idle poweroff timer on...Jonathan Gordon1-0/+1
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken1-1/+1
2011-05-05Fix whitespace errors aka tabs.Dominik Riebeling1-2/+2
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz2-6/+32
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz7-39/+42
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg1-0/+25
2011-03-12Android: allocate native_buffer locally, which does away with the need to holdMaurus Cuelenaere1-6/+9
2011-03-11Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling.Thomas Martitz1-26/+19
2011-03-11Create GlobalRef in surfaceCreated, in accordance to r29572.Thomas Martitz1-8/+3
2011-03-11Android: delete the global reference in surfaceDestroyedMaurus Cuelenaere2-14/+5
2011-03-11Android: no need to keep RockboxPCM_class aroundMaurus Cuelenaere1-2/+1
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere3-28/+8
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere7-8/+44
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere3-12/+43
2011-03-10Enable volume keys in Android.Björn Stenberg2-0/+6
2011-03-08Bring idle poweroff to RaaA and the simThomas Jarosch1-4/+0
2011-03-05Android: Fix black display after unzipping libmisc.so.Thomas Martitz1-2/+0
2011-03-02Introduce "power" thread for RaaAThomas Jarosch1-5/+1
2011-02-28Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch1-11/+0
2011-02-23Android:Thomas Martitz2-53/+54
2011-02-19Android: Rewrite lcd subsystem to use the SurfaceView API.Thomas Martitz2-81/+61