HomeSort by relevance Sort by last modified time
    Searched refs:handler_id (Results 1 - 20 of 20) sorted by null

  /frameworks/av/include/media/stagefright/foundation/
AHandler.h 33 ALooper::handler_id id() const {
45 ALooper::handler_id mID;
47 void setID(ALooper::handler_id id) {
ALooperRoster.h 29 ALooper::handler_id registerHandler(
32 void unregisterHandler(ALooper::handler_id handlerID);
43 sp<ALooper> findLooper(ALooper::handler_id handlerID);
52 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers;
53 ALooper::handler_id mNextHandlerID;
ALooper.h 36 typedef int32_t handler_id; typedef in struct:android::ALooper
43 handler_id registerHandler(const sp<AHandler> &handler);
44 void unregisterHandler(handler_id handlerID);
AMessage.h 33 AMessage(uint32_t what = 0, ALooper::handler_id target = 0);
41 void setTarget(ALooper::handler_id target);
42 ALooper::handler_id target() const;
118 ALooper::handler_id mTarget;
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayerStreamListener.h 32 ALooper::handler_id targetID);
62 ALooper::handler_id mTargetID;
NuPlayerStreamListener.cpp 32 ALooper::handler_id id)
  /external/chromium_org/chrome/browser/extensions/api/app_runtime/
app_runtime_api.h 52 const std::string& handler_id,
app_runtime_api.cc 61 const std::string& handler_id, const std::string& mime_type,
65 launch_data->SetString("id", handler_id);
  /external/chromium_org/chrome/common/extensions/api/file_handlers/
file_handlers_parser.cc 39 bool LoadFileHandler(const std::string& handler_id,
46 handler.id = handler_id;
52 extension_manifest_errors::kInvalidFileHandlerType, handler_id);
60 extension_manifest_errors::kInvalidFileHandlerExtension, handler_id);
68 handler_id);
84 handler_id,
98 handler_id,
  /external/chromium_org/apps/
launcher.h 46 const std::string& handler_id,
launcher.cc 137 void LaunchWithHandler(const std::string& handler_id) {
138 handler_id_ = handler_id;
327 const std::string& handler_id,
331 launcher->LaunchWithHandler(handler_id);
  /external/chromium_org/chrome/common/extensions/api/media_galleries_private/
media_galleries_handler.cc 43 std::string handler_id; local
46 !media_galleries_handler->GetString(keys::kPageActionId, &handler_id)) {
50 result->set_id(handler_id);
  /external/chromium_org/ui/base/gtk/
gtk_signal_registrar.cc 62 glong handler_id = after ? local
65 iter->second.push_back(handler_id);
67 return handler_id;
  /external/chromium_org/chrome/browser/extensions/api/file_handlers/
app_file_handler_util.h 27 // Returns the file handler with the specified |handler_id|, or NULL if there
30 const std::string& handler_id);
app_file_handler_util.cc 60 const std::string& handler_id) {
67 if (i->id == handler_id)
  /frameworks/av/media/libstagefright/foundation/
ALooperRoster.cpp 34 ALooper::handler_id ALooperRoster::registerHandler(
46 ALooper::handler_id handlerID = mNextHandlerID++;
54 void ALooperRoster::unregisterHandler(ALooper::handler_id handlerID) {
151 sp<ALooper> ALooperRoster::findLooper(ALooper::handler_id handlerID) {
ALooper.cpp 85 ALooper::handler_id ALooper::registerHandler(const sp<AHandler> &handler) {
89 void ALooper::unregisterHandler(handler_id handlerID) {
AMessage.cpp 34 AMessage::AMessage(uint32_t what, ALooper::handler_id target)
52 void AMessage::setTarget(ALooper::handler_id handlerID) {
56 ALooper::handler_id AMessage::target() const {
  /external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
file_browser_handler.cc 140 std::string handler_id; local
143 !file_browser_handler->GetString(keys::kPageActionId, &handler_id)) {
147 result->set_id(handler_id);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 4922 milliseconds