OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateContent
(Results
1 - 8
of
8
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/app/
AlbumDataLoader.java
274
private class
UpdateContent
implements Callable<Void> {
278
public
UpdateContent
(UpdateInfo info) {
333
*
updateContent
() --> | (synchronous call)
334
* (wait)
updateContent
()
382
executeAndWait(new
UpdateContent
(info));
AlbumSetDataLoader.java
274
private class
UpdateContent
implements Callable<Void> {
277
public
UpdateContent
(UpdateInfo info) {
365
// change until we call
UpdateContent
.
376
executeAndWait(new
UpdateContent
(info));
PhotoDataAdapter.java
[
all
...]
/external/webrtc/webrtc/modules/video_coding/
qm_select.h
130
void
UpdateContent
(const VideoContentMetrics* content_metrics);
media_opt_util.cc
48
_qmRobustness->
UpdateContent
(contentMetrics);
media_optimization.cc
460
qm_resolution_->
UpdateContent
(content_->LongTermAvgData());
qm_select_unittest.cc
86
qm_resolution_->
UpdateContent
(content_metrics);
[
all
...]
qm_select.cc
54
void VCMQmMethod::
UpdateContent
(const VideoContentMetrics* contentMetrics) {
[
all
...]
Completed in 365 milliseconds